Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_driver.h286 #define CH_FIFO_ENABLED 0x0200 /* Port has FIFOs enabled */ macro
Ddgnc_neo.c1137 if (!(ch->ch_flags & CH_FIFO_ENABLED)) in neo_copy_data_from_uart_to_queue()
1434 if (!(ch->ch_flags & CH_FIFO_ENABLED)) { in neo_copy_data_from_queue_to_uart()
1678 ch->ch_flags |= CH_FIFO_ENABLED; in neo_uart_init()
Ddgnc_cls.c1190 ch->ch_flags |= (CH_FIFO_ENABLED | CH_TX_FIFO_EMPTY | CH_TX_FIFO_LWM); in cls_uart_init()
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm.h184 #define CH_FIFO_ENABLED 0x0200 /* Port has FIFOs enabled */ macro
Djsm_neo.c316 if (!(ch->ch_flags & CH_FIFO_ENABLED)) in neo_copy_data_from_uart_to_queue()
511 if (!(ch->ch_flags & CH_FIFO_ENABLED)) { in neo_copy_data_from_queue_to_uart()
1320 ch->ch_flags |= CH_FIFO_ENABLED; in neo_uart_init()
Djsm_cls.c898 ch->ch_flags |= (CH_FIFO_ENABLED | CH_TX_FIFO_EMPTY | CH_TX_FIFO_LWM); in cls_uart_init()