Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-cadence.c24 #define CDNS_I2C_XFER_SIZE_OFFSET 0x14 /* Transfer Size Register, RW */ macro
262 while (cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET) != in cdns_i2c_isr()
273 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
279 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
291 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
295 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
318 cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
399 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_mrecv()
402 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 …]