Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-kempld.c103 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_IACK); in kempld_i2c_process()
112 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_STOP); in kempld_i2c_process()
135 kempld_write8(pld, KEMPLD_I2C_DATA, addr); in kempld_i2c_process()
136 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_START); in kempld_i2c_process()
143 kempld_write8(pld, KEMPLD_I2C_DATA, i2c->msg->addr & 0xff); in kempld_i2c_process()
144 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_WRITE); in kempld_i2c_process()
155 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_STOP); in kempld_i2c_process()
178 kempld_write8(pld, KEMPLD_I2C_CMD, I2C_CMD_STOP); in kempld_i2c_process()
184 kempld_write8(pld, KEMPLD_I2C_CMD, i2c->pos == (msg->len - 1) ? in kempld_i2c_process()
187 kempld_write8(pld, KEMPLD_I2C_DATA, msg->buf[i2c->pos++]); in kempld_i2c_process()
[all …]
/Linux-v4.19/drivers/watchdog/
Dkempld_wdt.c132 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_action()
168 kempld_write8(pld, KEMPLD_WDT_STAGE_CFG(stage->id), stage_cfg); in kempld_wdt_set_stage_timeout()
303 kempld_write8(pld, KEMPLD_WDT_CFG, status); in kempld_wdt_start()
323 kempld_write8(pld, KEMPLD_WDT_CFG, status); in kempld_wdt_stop()
340 kempld_write8(pld, KEMPLD_WDT_KICK, 'K'); in kempld_wdt_keepalive()
396 kempld_write8(pld, index + j, 0x00); in kempld_wdt_probe_stages()
401 kempld_write8(pld, index + j, data_orig); in kempld_wdt_probe_stages()
/Linux-v4.19/drivers/mfd/
Dkempld-core.c193 void kempld_write8(struct kempld_device_data *pld, u8 index, u8 data) in kempld_write8() function
198 EXPORT_SYMBOL_GPL(kempld_write8);
223 kempld_write8(pld, index, (u8)data); in kempld_write16()
224 kempld_write8(pld, index + 1, (u8)(data >> 8)); in kempld_write16()
/Linux-v4.19/include/linux/mfd/
Dkempld.h123 extern void kempld_write8(struct kempld_device_data *pld, u8 index, u8 data);
/Linux-v4.19/drivers/gpio/
Dgpio-kempld.c52 kempld_write8(pld, reg, status); in kempld_gpio_bitop()