Lines Matching refs:MDM_UL
129 #define MDM_UL (MDM_UL1 | MDM_UL2)
687 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr);
698 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL};
712 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL};
1074 dc->last_ier &= ~MDM_UL;
1078 dc->last_ier = dc->last_ier | MDM_UL;
1084 dc->last_ier &= ~MDM_UL;
1088 dc->last_ier = dc->last_ier | MDM_UL;
1095 dc->last_ier &= ~MDM_UL;
1099 dc->last_ier = dc->last_ier | MDM_UL;
1105 dc->last_ier &= ~MDM_UL;
1109 dc->last_ier = dc->last_ier | MDM_UL;
1115 writew(read_iir & MDM_UL, dc->reg_fcr);
1184 if (read_iir & MDM_UL) {
1186 dev_err(&dc->pdev->dev, "MDM_UL out of sync!\n");