Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_neo.h107 #define UART_17158_TX_FIFOSIZE 64 macro
Ddgnc_neo.c1488 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()
1490 n = UART_17158_TX_FIFOSIZE - readb(&ch->ch_neo_uart->tfifo); in neo_copy_data_from_queue_to_uart()
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm.h385 #define UART_17158_TX_FIFOSIZE 64 macro
Djsm_neo.c533 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()