/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-kempld.c | 95 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_IACK); in kempld_i2c_process() 104 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_STOP); in kempld_i2c_process() 127 kempld_write8(pld, KEMPLD_I2C_DATA, addr); in kempld_i2c_process() 128 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_START); in kempld_i2c_process() 135 kempld_write8(pld, KEMPLD_I2C_DATA, i2c->msg->addr & 0xff); in kempld_i2c_process() 136 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_WRITE); in kempld_i2c_process() 147 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_STOP); in kempld_i2c_process() 170 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_STOP); in kempld_i2c_process() 176 kempld_write8(pld, KEMPLD_I2C_CMD, i2c->pos == (msg->len - 1) ? in kempld_i2c_process() 179 kempld_write8(pl in kempld_i2c_process() [all...] |
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-kempld.c | 95 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_IACK); in kempld_i2c_process() 104 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_STOP); in kempld_i2c_process() 127 kempld_write8(pld, KEMPLD_I2C_DATA, addr); in kempld_i2c_process() 128 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_START); in kempld_i2c_process() 135 kempld_write8(pld, KEMPLD_I2C_DATA, i2c->msg->addr & 0xff); in kempld_i2c_process() 136 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_WRITE); in kempld_i2c_process() 147 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_STOP); in kempld_i2c_process() 170 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_STOP); in kempld_i2c_process() 176 kempld_write8(pld, KEMPLD_I2C_CMD, i2c->pos == (msg->len - 1) ? in kempld_i2c_process() 179 kempld_write8(pl in kempld_i2c_process() [all...] |
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | kempld_wdt.c | 124 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_action() 160 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_timeout() 295 kempld_write8(pld, KEMPLD_WDT_CFG, status); in kempld_wdt_start() 315 kempld_write8(pld, KEMPLD_WDT_CFG, status); in kempld_wdt_stop() 332 kempld_write8(pld, KEMPLD_WDT_KICK, 'K'); in kempld_wdt_keepalive() 388 kempld_write8(pld, index + j, 0x00); in kempld_wdt_probe_stages() 393 kempld_write8(pld, index + j, data_orig); in kempld_wdt_probe_stages()
|
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | kempld_wdt.c | 122 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_action() 158 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_timeout() 293 kempld_write8(pld, KEMPLD_WDT_CFG, status); in kempld_wdt_start() 313 kempld_write8(pld, KEMPLD_WDT_CFG, status); in kempld_wdt_stop() 330 kempld_write8(pld, KEMPLD_WDT_KICK, 'K'); in kempld_wdt_keepalive() 386 kempld_write8(pld, index + j, 0x00); in kempld_wdt_probe_stages() 391 kempld_write8(pld, index + j, data_orig); in kempld_wdt_probe_stages()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | kempld-core.c | 172 * kempld_write8 - write 8 bit register 179 void kempld_write8(struct kempld_device_data *pld, u8 index, u8 data) in kempld_write8() function 184 EXPORT_SYMBOL_GPL(kempld_write8); variable 209 kempld_write8(pld, index, (u8)data); in kempld_write16() 210 kempld_write8(pld, index + 1, (u8)(data >> 8)); in kempld_write16()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | kempld-core.c | 171 * kempld_write8 - write 8 bit register 178 void kempld_write8(struct kempld_device_data *pld, u8 index, u8 data) in kempld_write8() function 183 EXPORT_SYMBOL_GPL(kempld_write8); variable 208 kempld_write8(pld, index, (u8)data); in kempld_write16() 209 kempld_write8(pld, index + 1, (u8)(data >> 8)); in kempld_write16()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | kempld.h | 120 extern void kempld_write8(struct kempld_device_data *pld, u8 index, u8 data);
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | kempld.h | 120 extern void kempld_write8(struct kempld_device_data *pld, u8 index, u8 data);
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-kempld.c | 44 kempld_write8(pld, reg, status); in kempld_gpio_bitop()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-kempld.c | 44 kempld_write8(pld, reg, status); in kempld_gpio_bitop()
|