Searched refs:M_TX_RX_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance
147 #define M_TX_RX_FIFO_SIZE 64 macro148 #define M_RX_FIFO_MAX_THLD_VALUE (M_TX_RX_FIFO_SIZE - 1)579 tx_bytes = min_t(unsigned int, tx_bytes, M_TX_RX_FIFO_SIZE); in bcm_iproc_i2c_send()876 tx_bytes = min_t(unsigned int, msg->len, M_TX_RX_FIFO_SIZE - 1); in bcm_iproc_i2c_xfer_internal()1015 .max_comb_1st_msg_len = M_TX_RX_FIFO_SIZE,