Searched refs:CyREC_FIFO (Results 1 – 3 of 3) sorted by relevance
319 #define CyREC_FIFO (0x0F) /* Receive FIFO threshold */ macro
192 #define CyREC_FIFO (0x0F) /* Receive FIFO threshold */ macro
2544 info->cor3 &= ~CyREC_FIFO; in set_threshold()2545 info->cor3 |= value & CyREC_FIFO; in set_threshold()2561 u8 tmp = cyy_readb(info, CyCOR3) & CyREC_FIFO; in get_threshold()