Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-bcm-iproc.c212 unsigned int thld_bytes; member
591 } else if (bytes_left < iproc_i2c->thld_bytes) { in bcm_iproc_i2c_read()
597 iproc_i2c->thld_bytes = bytes_left; in bcm_iproc_i2c_read()
906 iproc_i2c->thld_bytes = M_RX_FIFO_THLD_VALUE; in bcm_iproc_i2c_xfer_internal()
908 iproc_i2c->thld_bytes = msg->len; in bcm_iproc_i2c_xfer_internal()
913 tmp |= iproc_i2c->thld_bytes << M_FIFO_RX_THLD_SHIFT; in bcm_iproc_i2c_xfer_internal()