Searched refs:lpm_sts_latch_en_offset (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/platform/x86/intel/pmc/ |
D | tgl.c | 203 .lpm_sts_latch_en_offset = TGL_LPM_STS_LATCH_EN_OFFSET, 228 .lpm_sts_latch_en_offset = TGL_LPM_STS_LATCH_EN_OFFSET,
|
D | mtl.c | 469 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET, 799 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET, 941 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
|
D | arl.c | 277 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET, 646 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
|
D | adl.c | 303 .lpm_sts_latch_en_offset = ADL_LPM_STATUS_LATCH_EN_OFFSET,
|
D | core.c | 983 reg = pmc_core_reg_read(pmc, pmc->map->lpm_sts_latch_en_offset); in pmc_core_lpm_latch_mode_show() 1057 reg = pmc_core_reg_read(pmc, pmc->map->lpm_sts_latch_en_offset); in pmc_core_lpm_latch_mode_write() 1059 pmc_core_reg_write(pmc, pmc->map->lpm_sts_latch_en_offset, reg); in pmc_core_lpm_latch_mode_write() 1070 pmc_core_reg_write(pmc, pmc->map->lpm_sts_latch_en_offset, reg); in pmc_core_lpm_latch_mode_write()
|
D | lnl.c | 522 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
|
D | core.h | 344 const u32 lpm_sts_latch_en_offset; member
|