File tree Expand file tree Collapse file tree 2 files changed +261
-226
lines changed
drivers/platform/x86/intel/pmc Expand file tree Collapse file tree 2 files changed +261
-226
lines changed Original file line number Diff line number Diff line change @@ -283,6 +283,7 @@ enum ppfear_regs {
283
283
#define LNL_PMC_LTR_OSSE 0x1B88
284
284
#define LNL_NUM_IP_IGN_ALLOWED 27
285
285
#define LNL_PPFEAR_NUM_ENTRIES 12
286
+ #define LNL_S0IX_BLOCKER_OFFSET 0x2004
286
287
287
288
extern const char * pmc_lpm_modes [];
288
289
@@ -541,6 +542,7 @@ extern const struct pmc_bit_map lnl_vnn_req_status_2_map[];
541
542
extern const struct pmc_bit_map lnl_vnn_req_status_3_map [];
542
543
extern const struct pmc_bit_map lnl_vnn_misc_status_map [];
543
544
extern const struct pmc_bit_map * lnl_lpm_maps [];
545
+ extern const struct pmc_bit_map * lnl_blk_maps [];
544
546
extern const struct pmc_bit_map lnl_pfear_map [];
545
547
extern const struct pmc_bit_map * ext_lnl_pfear_map [];
546
548
extern const struct pmc_bit_map lnl_signal_status_map [];
You can’t perform that action at this time.
0 commit comments