Searched refs:CRBMSK_INTRESETCMD (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/staging/comedi/drivers/
H A Ds626.h685 #define CRBMSK_INTRESETCMD ((uint16_t)(1 << CRBBIT_INTRESETCMD)) macro
697 #define CRBMSK_INTCTRL (CRBMSK_INTRESETCMD | CRBMSK_INTRESET_A | CRBMSK_INTRESET_B) /* Interrupt reset control bits. */
H A Ds626.c2881 CRBMSK_INTRESETCMD | CRBMSK_INTRESET_A);
2887 CRBMSK_INTRESETCMD | CRBMSK_INTRESET_B);
2987 crb = (CRBMSK_INTRESETCMD | CRBMSK_INTRESET_A /* Reset any pending CounterA event captures. */
3044 crb = (CRBMSK_INTRESETCMD | CRBMSK_INTRESET_B /* Reset event captures and disable interrupts. */
3189 CRBMSK_INTRESETCMD | CRBMSK_INTRESET_A);
3211 (uint16_t) (crb | CRBMSK_INTRESETCMD | CRBMSK_INTRESET_B));

Completed in 45 milliseconds