Searched refs:M_TX_RX_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance
137 #define M_TX_RX_FIFO_SIZE 64 macro138 #define M_RX_FIFO_MAX_THLD_VALUE (M_TX_RX_FIFO_SIZE - 1)569 tx_bytes = min_t(unsigned int, tx_bytes, M_TX_RX_FIFO_SIZE); in bcm_iproc_i2c_send()866 tx_bytes = min_t(unsigned int, msg->len, M_TX_RX_FIFO_SIZE - 1); in bcm_iproc_i2c_xfer_internal()1005 .max_comb_1st_msg_len = M_TX_RX_FIFO_SIZE,