Home
last modified time | relevance | path

Searched refs:lpm_sts_latch_en_offset (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/platform/x86/intel/pmc/
H A Dtgl.c203 .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 Dmtl.c468 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
799 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
942 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
H A Darl.c277 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
647 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
H A Dadl.c303 .lpm_sts_latch_en_offset = ADL_LPM_STATUS_LATCH_EN_OFFSET,
H A Dwcl.c450 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
H A Dptl.c520 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
H A Dlnl.c526 .lpm_sts_latch_en_offset = MTL_LPM_STATUS_LATCH_EN_OFFSET,
H A Dcore.c1082 reg = pmc_core_reg_read(pmc, pmc->map->lpm_sts_latch_en_offset); in pmc_core_lpm_latch_mode_show()
1157 reg = pmc_core_reg_read(pmc, pmc->map->lpm_sts_latch_en_offset); in pmc_core_lpm_latch_mode_write()
1159 pmc_core_reg_write(pmc, pmc->map->lpm_sts_latch_en_offset, reg); in pmc_core_lpm_latch_mode_write()
1170 pmc_core_reg_write(pmc, pmc->map->lpm_sts_latch_en_offset, reg); in pmc_core_lpm_latch_mode_write()
H A Dcore.h393 const u32 lpm_sts_latch_en_offset; member