Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-cadence.c29 #define CDNS_I2C_XFER_SIZE_OFFSET 0x14 /* Transfer Size Register, RW */ macro
267 while (cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET) != in cdns_i2c_isr()
278 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
284 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
296 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
300 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
323 cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
402 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_mrecv()
405 cdns_i2c_writereg(id->recv_count, CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_mrecv()
457 cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_msend()
[all …]