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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c164 #define MDM_UL (MDM_UL1 | MDM_UL2) macro
724 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr);
735 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL};
749 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL};
1120 dc->last_ier &= ~MDM_UL;
1124 dc->last_ier = dc->last_ier | MDM_UL;
1130 dc->last_ier &= ~MDM_UL;
1134 dc->last_ier = dc->last_ier | MDM_UL;
1141 dc->last_ier &= ~MDM_UL;
1145 dc->last_ier = dc->last_ier | MDM_UL;
[all...]

Completed in 58 milliseconds