Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/i2c/busses/
Di2c-cadence.c24 #define CDNS_I2C_XFER_SIZE_OFFSET 0x14 /* Transfer Size Register, RW */ macro
297 bytes = cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_slave_rcv_data()
461 while (cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET) != in cdns_i2c_master_isr()
472 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
478 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
490 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
494 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
517 cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_master_isr()
622 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_mrecv()
625 cdns_i2c_writereg(id->recv_count, CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_mrecv()
[all …]