Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcyclades.h319 #define CyREC_FIFO (0x0F) /* Receive FIFO threshold */ macro
/OK3568_Linux_fs/kernel/arch/m68k/mvme16x/
H A Dconfig.c186 #define CyREC_FIFO (0x0F) /* Receive FIFO threshold */ macro
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dcyclades.c2545 info->cor3 &= ~CyREC_FIFO; in set_threshold()
2546 info->cor3 |= value & CyREC_FIFO; in set_threshold()
2562 u8 tmp = cyy_readb(info, CyCOR3) & CyREC_FIFO; in get_threshold()