Searched refs:xiic_tx_space (Results 1 – 1 of 1) sorted by relevance
235 #define xiic_tx_space(i2c) ((i2c)->tx_msg->len - (i2c)->tx_pos) macro624 int len = xiic_tx_space(i2c); in xiic_fill_tx_fifo()634 if (!xiic_tx_space(i2c) && i2c->nmsgs == 1) { in xiic_fill_tx_fifo()778 if (!xiic_tx_space(i2c) && xiic_tx_fifo_space(i2c) >= 2) { in xiic_process()793 } else if (!xiic_tx_space(i2c) && (i2c->nmsgs == 1)) in xiic_process()819 xiic_tx_space(i2c) == 0) in xiic_process()1028 ((i2c->nmsgs > 1 || xiic_tx_space(i2c)) ? in xiic_start_send()