Home
last modified time | relevance | path

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

/openbmc/linux/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()
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()