Home
last modified time | relevance | path

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

/drivers/tty/serial/jsm/
Djsm.h175 #define CH_FIFO_ENABLED 0x0200 /* Port has FIFOs enabled */ macro
Djsm_neo.c304 if (!(ch->ch_flags & CH_FIFO_ENABLED)) in neo_copy_data_from_uart_to_queue()
499 if (!(ch->ch_flags & CH_FIFO_ENABLED)) { in neo_copy_data_from_queue_to_uart()
1313 ch->ch_flags |= CH_FIFO_ENABLED; in neo_uart_init()
Djsm_cls.c889 ch->ch_flags |= (CH_FIFO_ENABLED | CH_TX_FIFO_EMPTY | CH_TX_FIFO_LWM); in cls_uart_init()