Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dkempld_wdt.c123 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_action()
165 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_timeout()
192 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_get_timeout()
301 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_start()
304 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_start()
321 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_stop()
324 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_stop()
395 data_orig = kempld_read8(pld, index + j); in kempld_wdt_probe_stages()
397 data = kempld_read8(pld, index + j); in kempld_wdt_probe_stages()
462 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_probe()
[all …]
/Linux-v4.19/drivers/i2c/busses/
Di2c-kempld.c93 u8 stat = kempld_read8(pld, KEMPLD_I2C_STAT); in kempld_i2c_process()
159 msg->buf[i2c->pos++] = kempld_read8(pld, KEMPLD_I2C_DATA); in kempld_i2c_process()
240 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_device_init()
264 cfg = kempld_read8(pld, KEMPLD_CFG); in kempld_i2c_device_init()
276 stat = kempld_read8(pld, KEMPLD_I2C_STAT); in kempld_i2c_device_init()
317 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_probe()
350 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_remove()
369 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_suspend()
/Linux-v4.19/drivers/gpio/
Dgpio-kempld.c47 status = kempld_read8(pld, reg); in kempld_gpio_bitop()
60 status = kempld_read8(pld, reg); in kempld_gpio_get_bit()
/Linux-v4.19/drivers/mfd/
Dkempld-core.c57 spec = kempld_read8(pld, KEMPLD_SPEC); in kempld_get_info_generic()
178 u8 kempld_read8(struct kempld_device_data *pld, u8 index) in kempld_read8() function
183 EXPORT_SYMBOL_GPL(kempld_read8);
209 return kempld_read8(pld, index) | kempld_read8(pld, index + 1) << 8; in kempld_read16()
/Linux-v4.19/include/linux/mfd/
Dkempld.h122 extern u8 kempld_read8(struct kempld_device_data *pld, u8 index);