Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcyclades.h315 #define CyREC_FIFO (0x0F) /* Receive FIFO threshold */ macro
/linux-4.1.27/arch/m68k/mvme16x/
Dconfig.c194 #define CyREC_FIFO (0x0F) /* Receive FIFO threshold */ macro
/linux-4.1.27/drivers/tty/
Dcyclades.c2569 info->cor3 &= ~CyREC_FIFO; in set_threshold()
2570 info->cor3 |= value & CyREC_FIFO; in set_threshold()
2586 u8 tmp = cyy_readb(info, CyCOR3) & CyREC_FIFO; in get_threshold()