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()775 if (xiic_tx_space(i2c)) { in xiic_process()818 xiic_tx_space(i2c) == 0) in xiic_process()1015 ((i2c->nmsgs > 1 || xiic_tx_space(i2c)) ? in xiic_start_send()