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

/drivers/tty/
H A Dnozomi.c163 #define MDM_UL (MDM_UL1 | MDM_UL2) macro
721 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr);
732 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL};
746 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL};
1117 dc->last_ier &= ~MDM_UL;
1121 dc->last_ier = dc->last_ier | MDM_UL;
1127 dc->last_ier &= ~MDM_UL;
1131 dc->last_ier = dc->last_ier | MDM_UL;
1138 dc->last_ier &= ~MDM_UL;
1142 dc->last_ier = dc->last_ier | MDM_UL;
[all...]

Completed in 30 milliseconds