Searched refs:STATS_ROR (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx23885/
H A Dcx23888-ir.c78 #define STATS_ROR 0x00000002 macro
557 ror = stats & STATS_ROR; /* Rx FIFO Over Run */
635 * the Rx FIFO Over Run status (STATS_ROR)
650 /* Clear STATS_ROR & STATS_RTO as needed by reseting hardware */
1040 stats & STATS_ROR ? "yes" : "no");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-ir.c71 #define STATS_ROR 0x00000002 macro
529 ror = stats & STATS_ROR; /* Rx FIFO Over Run */
606 * the Rx FIFO Over Run status (STATS_ROR)
621 /* Clear STATS_ROR & STATS_RTO as needed by reseting hardware */
1059 stats & STATS_ROR ? "yes" : "no");

Completed in 73 milliseconds