Searched refs:lpm_sts_latch_en_offset (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/platform/x86/intel/pmc/ |
H A 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,
|
H A 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,
|
H A D | adl.c | 303 .lpm_sts_latch_en_offset = ADL_LPM_STATUS_LATCH_EN_OFFSET,
|
H A D | core.c | 984 reg = pmc_core_reg_read(pmc, pmc->map->lpm_sts_latch_en_offset); in pmc_core_lpm_latch_mode_show() 1058 reg = pmc_core_reg_read(pmc, pmc->map->lpm_sts_latch_en_offset); in pmc_core_lpm_latch_mode_write() 1060 pmc_core_reg_write(pmc, pmc->map->lpm_sts_latch_en_offset, reg); in pmc_core_lpm_latch_mode_write() 1071 pmc_core_reg_write(pmc, pmc->map->lpm_sts_latch_en_offset, reg); in pmc_core_lpm_latch_mode_write()
|
H A D | core.h | 344 const u32 lpm_sts_latch_en_offset; member
|