Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/dgnc/
Ddgnc_neo.h107 #define UART_17158_TX_FIFOSIZE 64 macro
Ddgnc_neo.c1453 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()
1455 n = UART_17158_TX_FIFOSIZE - readb(&ch->ch_neo_uart->tfifo); in neo_copy_data_from_queue_to_uart()
/linux-4.4.14/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()