Searched refs:intel_pmc_gcr_update (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/mfd/ ! |
D | intel_pmc_bxt.h | 32 int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, u32 mask, u32 val); 41 static inline int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, in intel_pmc_gcr_update() function
|
/linux-6.1.9/drivers/mfd/ ! |
D | intel_pmc_bxt.c | 108 int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, u32 mask, u32 val) in intel_pmc_gcr_update() function 127 EXPORT_SYMBOL_GPL(intel_pmc_gcr_update);
|
/linux-6.1.9/drivers/watchdog/ ! |
D | iTCO_wdt.c | 240 return intel_pmc_gcr_update(pmc, PMC_GCR_PMC_CFG_REG, bits, value); in update_no_reboot_bit_pmc()
|