Searched refs:kempld_read8 (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-kempld.c | 93 u8 stat = kempld_read8(pld, KEMPLD_I2C_STAT); kempld_i2c_process() 160 msg->buf[i2c->pos++] = kempld_read8(pld, KEMPLD_I2C_DATA); kempld_i2c_process() 241 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); kempld_i2c_device_init() 265 cfg = kempld_read8(pld, KEMPLD_CFG); kempld_i2c_device_init() 277 stat = kempld_read8(pld, KEMPLD_I2C_STAT); kempld_i2c_device_init() 318 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); kempld_i2c_probe() 351 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); kempld_i2c_remove() 370 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); kempld_i2c_suspend()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | kempld_wdt.c | 123 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); kempld_wdt_set_stage_action() 163 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); kempld_wdt_set_stage_timeout() 190 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); kempld_wdt_get_timeout() 299 status = kempld_read8(pld, KEMPLD_WDT_CFG); kempld_wdt_start() 302 status = kempld_read8(pld, KEMPLD_WDT_CFG); kempld_wdt_start() 319 status = kempld_read8(pld, KEMPLD_WDT_CFG); kempld_wdt_stop() 322 status = kempld_read8(pld, KEMPLD_WDT_CFG); kempld_wdt_stop() 393 data_orig = kempld_read8(pld, index + j); kempld_wdt_probe_stages() 395 data = kempld_read8(pld, index + j); kempld_wdt_probe_stages() 460 status = kempld_read8(pld, KEMPLD_WDT_CFG); kempld_wdt_probe() 532 wdt_data->pm_status_store = kempld_read8(pld, KEMPLD_WDT_CFG); kempld_wdt_suspend()
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-kempld.c | 47 status = kempld_read8(pld, reg); kempld_gpio_bitop() 60 status = kempld_read8(pld, reg); kempld_gpio_get_bit()
|
/linux-4.1.27/drivers/mfd/ |
H A D | kempld-core.c | 57 spec = kempld_read8(pld, KEMPLD_SPEC); kempld_get_info_generic() 172 * kempld_read8 - read 8 bit register 178 u8 kempld_read8(struct kempld_device_data *pld, u8 index) kempld_read8() function 183 EXPORT_SYMBOL_GPL(kempld_read8); variable 209 return kempld_read8(pld, index) | kempld_read8(pld, index + 1) << 8; kempld_read16()
|
/linux-4.1.27/include/linux/mfd/ |
H A D | kempld.h | 122 extern u8 kempld_read8(struct kempld_device_data *pld, u8 index);
|
Completed in 216 milliseconds