Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/i2c/busses/
Di2c-cadence.c24 #define CDNS_I2C_XFER_SIZE_OFFSET 0x14 /* Transfer Size Register, RW */ macro
295 bytes = cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_slave_rcv_data()
459 while (cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET) != in cdns_i2c_master_isr()
470 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
476 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
488 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
492 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
515 cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
615 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_mrecv()
618 cdns_i2c_writereg(id->recv_count, CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_mrecv()
[all …]