Home
last modified time | relevance | path

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

/drivers/staging/dgnc/
Ddgnc_neo.h115 #define UART_17158_TX_FIFOSIZE 64 macro
Ddgnc_neo.c1520 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()
1522 n = UART_17158_TX_FIFOSIZE - readb(&ch->ch_neo_uart->tfifo); in neo_copy_data_from_queue_to_uart()
/drivers/tty/serial/jsm/
Djsm.h329 #define UART_17158_TX_FIFOSIZE 64 macro
Djsm_neo.c538 n = UART_17158_TX_FIFOSIZE - ch->ch_t_tlevel; in neo_copy_data_from_queue_to_uart()