Searched refs:TX_BUFF_SIZE (Results 1 – 1 of 1) sorted by relevance
97 #define TX_BUFF_SIZE (1<<15) /* Must be 2^n */ macro98 #define TX_BUFF_MASK (TX_BUFF_SIZE - 1)145 unsigned char tx_buff[TX_BUFF_SIZE];575 if (uart->buff_in_count + Num < TX_BUFF_SIZE) in snd_uart16550_buffer_can_write()585 if (uart->buff_in_count < TX_BUFF_SIZE) { in snd_uart16550_write_buffer()657 if (uart->buff_in_count > TX_BUFF_SIZE - 2) in snd_uart16550_output_write()