Searched refs:fifo_space (Results 1 – 5 of 5) sorted by relevance
107 int fifo_space, x; in dump_to_midi() local109 fifo_space = ((x = pas_read(0x1B89)) >> 4) & 0x0f; in dump_to_midi()119 if (fifo_space < 2 && fifo_space != 0) /* Full (almost) */ in dump_to_midi()
333 u8 fifo_space = xiic_tx_fifo_space(i2c); in xiic_fill_tx_fifo() local336 len = (len > fifo_space) ? fifo_space : len; in xiic_fill_tx_fifo()339 __func__, len, fifo_space); in xiic_fill_tx_fifo()622 int fifo_space = xiic_tx_fifo_space(i2c); in __xiic_start_xfer() local624 __func__, i2c->tx_msg, fifo_space); in __xiic_start_xfer()632 while ((fifo_space >= 2) && (first || (i2c->nmsgs > 1))) { in __xiic_start_xfer()652 fifo_space = xiic_tx_fifo_space(i2c); in __xiic_start_xfer()
104 int fifo_space = UNIPHIER_FI2C_FIFO_SIZE; in uniphier_fi2c_fill_txfifo() local111 fifo_space--; in uniphier_fi2c_fill_txfifo()114 if (fifo_space-- <= 0) in uniphier_fi2c_fill_txfifo()
143 u32 fifo_space = FIFO_SIZE - in netup_i2c_fifo_tx() local147 msg_length = (msg_length < fifo_space ? msg_length : fifo_space); in netup_i2c_fifo_tx()
3049 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; in e1000_82547_fifo_workaround() local3060 if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) { in e1000_82547_fifo_workaround()