Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-bcm-iproc.c212 unsigned int thld_bytes; member
594 } else if (bytes_left < iproc_i2c->thld_bytes) { in bcm_iproc_i2c_read()
600 iproc_i2c->thld_bytes = bytes_left; in bcm_iproc_i2c_read()
603 * bytes_left >= iproc_i2c->thld_bytes, in bcm_iproc_i2c_read()
605 * It will remain as iproc_i2c->thld_bytes itself in bcm_iproc_i2c_read()
909 iproc_i2c->thld_bytes = M_RX_FIFO_THLD_VALUE; in bcm_iproc_i2c_xfer_internal()
911 iproc_i2c->thld_bytes = msg->len; in bcm_iproc_i2c_xfer_internal()
916 tmp |= iproc_i2c->thld_bytes << M_FIFO_RX_THLD_SHIFT; in bcm_iproc_i2c_xfer_internal()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-bcm-iproc.c203 unsigned int thld_bytes; member
616 } else if (bytes_left < iproc_i2c->thld_bytes) { in bcm_iproc_i2c_read()
622 iproc_i2c->thld_bytes = bytes_left; in bcm_iproc_i2c_read()
625 * bytes_left >= iproc_i2c->thld_bytes, in bcm_iproc_i2c_read()
627 * It will remain as iproc_i2c->thld_bytes itself in bcm_iproc_i2c_read()
931 iproc_i2c->thld_bytes = M_RX_FIFO_THLD_VALUE; in bcm_iproc_i2c_xfer_internal()
933 iproc_i2c->thld_bytes = msg->len; in bcm_iproc_i2c_xfer_internal()
938 tmp |= iproc_i2c->thld_bytes << M_FIFO_RX_THLD_SHIFT; in bcm_iproc_i2c_xfer_internal()

Completed in 5 milliseconds