Searched refs:IRQEN_RSE (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.c87 #define IRQEN_RSE 0x00000010 macro
524 mask &= (IRQEN_RTE | IRQEN_ROE | IRQEN_RSE);
526 ~(IRQEN_RTE | IRQEN_ROE | IRQEN_RSE), mask);
560 rse = irqen & IRQEN_RSE; /* Rx FIFO Service Reuqest IRQ Enable */
825 irqenable_rx(dev, IRQEN_RSE | IRQEN_RTE | IRQEN_ROE);
1048 irqen & IRQEN_RSE ? "enabled" : "disabled");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx25840/
H A Dcx25840-ir.c80 #define IRQEN_RSE 0x00000010 macro
479 mask &= (IRQEN_RTE | IRQEN_ROE | IRQEN_RSE);
481 ~(IRQEN_RTE | IRQEN_ROE | IRQEN_RSE), mask);
532 rse = irqen & IRQEN_RSE; /* Rx FIFO Service Reuqest IRQ Enable */
817 irqenable_rx(sd, IRQEN_RSE | IRQEN_RTE | IRQEN_ROE);
1067 irqen & IRQEN_RSE ? "enabled" : "disabled");

Completed in 62 milliseconds