Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-cadence.c28 #define CDNS_I2C_XFER_SIZE_OFFSET 0x14 /* Transfer Size Register, RW */ macro
263 while (cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET) != in cdns_i2c_isr()
274 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
280 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
292 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
296 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
319 cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_isr()
398 CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_mrecv()
401 cdns_i2c_writereg(id->recv_count, CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_mrecv()
453 cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET); in cdns_i2c_msend()
[all …]