/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-kempld.c | 85 u8 stat = kempld_read8(pld, KEMPLD_I2C_STAT); in kempld_i2c_process() 151 msg->buf[i2c->pos++] = kempld_read8(pld, KEMPLD_I2C_DATA); in kempld_i2c_process() 232 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_device_init() 256 cfg = kempld_read8(pld, KEMPLD_CFG); in kempld_i2c_device_init() 268 stat = kempld_read8(pld, KEMPLD_I2C_STAT); in kempld_i2c_device_init() 309 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_probe() 342 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_remove() 361 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_suspend()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-kempld.c | 85 u8 stat = kempld_read8(pld, KEMPLD_I2C_STAT); in kempld_i2c_process() 151 msg->buf[i2c->pos++] = kempld_read8(pld, KEMPLD_I2C_DATA); in kempld_i2c_process() 232 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_device_init() 256 cfg = kempld_read8(pld, KEMPLD_CFG); in kempld_i2c_device_init() 268 stat = kempld_read8(pld, KEMPLD_I2C_STAT); in kempld_i2c_device_init() 311 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_probe() 344 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_remove() 360 ctrl = kempld_read8(pld, KEMPLD_I2C_CTRL); in kempld_i2c_suspend()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | kempld_wdt.c | 115 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_action() 157 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_set_stage_timeout() 184 stage_cfg = kempld_read8(pld, KEMPLD_WDT_STAGE_CFG(stage->id)); in kempld_wdt_get_timeout() 293 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_start() 296 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_start() 313 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_stop() 316 status = kempld_read8(pld, KEMPLD_WDT_CFG); in kempld_wdt_stop() 387 data_orig = kempld_read8(pld, index + j); in kempld_wdt_probe_stages() 389 data = kempld_read8(pld, index + j); in kempld_wdt_probe_stages() 454 status = kempld_read8(pl in kempld_wdt_probe() [all...] |
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | kempld_wdt.c | 113 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(pl in kempld_wdt_probe() [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | kempld-core.c | 50 spec = kempld_read8(pld, KEMPLD_SPEC); in kempld_get_info_generic() 158 * kempld_read8 - read 8 bit register 164 u8 kempld_read8(struct kempld_device_data *pld, u8 index) in kempld_read8() function 169 EXPORT_SYMBOL_GPL(kempld_read8); variable 195 return kempld_read8(pld, index) | kempld_read8(pld, index + 1) << 8; in kempld_read16()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | kempld-core.c | 50 spec = kempld_read8(pld, KEMPLD_SPEC); in kempld_get_info_generic() 157 * kempld_read8 - read 8 bit register 163 u8 kempld_read8(struct kempld_device_data *pld, u8 index) in kempld_read8() function 168 EXPORT_SYMBOL_GPL(kempld_read8); variable 194 return kempld_read8(pld, index) | kempld_read8(pld, index + 1) << 8; in kempld_read16()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-kempld.c | 39 status = kempld_read8(pld, reg); in kempld_gpio_bitop() 52 status = kempld_read8(pld, reg); in kempld_gpio_get_bit()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-kempld.c | 39 status = kempld_read8(pld, reg); in kempld_gpio_bitop() 52 status = kempld_read8(pld, reg); in kempld_gpio_get_bit()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | kempld.h | 119 extern u8 kempld_read8(struct kempld_device_data *pld, u8 index);
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | kempld.h | 119 extern u8 kempld_read8(struct kempld_device_data *pld, u8 index);
|