Home
last modified time | relevance | path

Searched refs:kempld_read8 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/watchdog/
H A Dkempld_wdt.c113 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_action()
155 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_timeout()
182 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_get_timeout()
291 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_start()
294 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_start()
311 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_stop()
314 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_stop()
385 data_orig = kempld_read8(pld, index + j); in kempld_wdt_probe_stages()
387 data = kempld_read8(pld, index + j); in kempld_wdt_probe_stages()
452 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_probe()
[all …]
/linux/drivers/mfd/
H A Dkempld-core.c53 spec = kempld_read8(pld, KEMPLD_SPEC); in kempld_get_info_generic()
157 u8 kempld_read8(struct kempld_device_data *pld, u8 index) in kempld_read8() function
162 EXPORT_SYMBOL_GPL(kempld_read8);
188 return kempld_read8(pld, index) | kempld_read8(pld, index + 1) << 8; in kempld_read16()
/linux/drivers/gpio/
H A Dgpio-kempld.c39 status = kempld_read8(pld, reg); in kempld_gpio_bitop()
52 status = kempld_read8(pld, reg); in kempld_gpio_get_bit()
/linux/include/linux/mfd/
H A Dkempld.h119 extern u8 kempld_read8(struct kempld_device_data *pld, u8 index);