Home
last modified time | relevance | path

Searched refs:KEMPLD_I2C_DATA (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-kempld.c19 #define KEMPLD_I2C_DATA 0x0e macro
127 kempld_write8(pld, KEMPLD_I2C_DATA, addr); in kempld_i2c_process()
135 kempld_write8(pld, KEMPLD_I2C_DATA, i2c->msg->addr & 0xff); in kempld_i2c_process()
151 msg->buf[i2c->pos++] = kempld_read8(pld, KEMPLD_I2C_DATA); in kempld_i2c_process()
179 kempld_write8(pld, KEMPLD_I2C_DATA, msg->buf[i2c->pos++]); in kempld_i2c_process()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-kempld.c19 #define KEMPLD_I2C_DATA 0x0e macro
127 kempld_write8(pld, KEMPLD_I2C_DATA, addr); in kempld_i2c_process()
135 kempld_write8(pld, KEMPLD_I2C_DATA, i2c->msg->addr & 0xff); in kempld_i2c_process()
151 msg->buf[i2c->pos++] = kempld_read8(pld, KEMPLD_I2C_DATA); in kempld_i2c_process()
179 kempld_write8(pld, KEMPLD_I2C_DATA, msg->buf[i2c->pos++]); in kempld_i2c_process()

Completed in 1 milliseconds