Home
last modified time | relevance | path

Searched refs:intel_pmc_gcr_update (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/mfd/
H A Dintel_pmc_bxt.h32 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
/openbmc/linux/drivers/mfd/
H A Dintel_pmc_bxt.c108 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);
/openbmc/linux/drivers/watchdog/
H A DiTCO_wdt.c257 return intel_pmc_gcr_update(pmc, PMC_GCR_PMC_CFG_REG, bits, value); in update_no_reboot_bit_pmc()