Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mfd/
Dkempld.h123 extern u32 kempld_read32(struct kempld_device_data *pld, u8 index);
/Linux-v5.10/drivers/mfd/
Dkempld-core.c221 u32 kempld_read32(struct kempld_device_data *pld, u8 index) in kempld_read32() function
225 EXPORT_SYMBOL_GPL(kempld_read32);
/Linux-v5.10/drivers/watchdog/
Dkempld_wdt.c185 stage_timeout = kempld_read32(pld, KEMPLD_WDT_STAGE_TIMEOUT(stage->id)); in kempld_wdt_get_timeout()