Searched refs:M_TX_RX_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance
144 #define M_TX_RX_FIFO_SIZE 64 macro145 #define M_RX_FIFO_MAX_THLD_VALUE (M_TX_RX_FIFO_SIZE - 1)419 tx_bytes = min_t(unsigned int, tx_bytes, M_TX_RX_FIFO_SIZE); in bcm_iproc_i2c_send()704 tx_bytes = min_t(unsigned int, msg->len, M_TX_RX_FIFO_SIZE - 1); in bcm_iproc_i2c_xfer_single_msg()