Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-kempld.c95 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()
136 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_WRITE); in kempld_i2c_process()
234 kempld_write8(pld, KEMPLD_I2C_CTRL, ctrl); in kempld_i2c_device_init()
261 kempld_write8(pld, KEMPLD_CFG, cfg); in kempld_i2c_device_init()
264 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_IACK); in kempld_i2c_device_init()
266 kempld_write8(pld, KEMPLD_I2C_CTRL, ctrl); in kempld_i2c_device_init()
346 kempld_write8(pld, KEMPLD_I2C_CTRL, ctrl); in kempld_i2c_remove()
[all …]
/linux-6.3-rc2/drivers/watchdog/
A Dkempld_wdt.c122 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()
/linux-6.3-rc2/drivers/mfd/
A Dkempld-core.c178 void kempld_write8(struct kempld_device_data *pld, u8 index, u8 data) in kempld_write8() function
183 EXPORT_SYMBOL_GPL(kempld_write8);
208 kempld_write8(pld, index, (u8)data); in kempld_write16()
209 kempld_write8(pld, index + 1, (u8)(data >> 8)); in kempld_write16()
/linux-6.3-rc2/include/linux/mfd/
A Dkempld.h120 extern void kempld_write8(struct kempld_device_data *pld, u8 index, u8 data);
/linux-6.3-rc2/drivers/gpio/
A Dgpio-kempld.c44 kempld_write8(pld, reg, status); in kempld_gpio_bitop()

Completed in 10 milliseconds