Home
last modified time | relevance | path

Searched refs:TX_BUFF_SIZE (Results 1 – 1 of 1) sorted by relevance

/sound/drivers/
Dserial-u16550.c97 #define TX_BUFF_SIZE (1<<15) /* Must be 2^n */ macro
98 #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()