Lines Matching refs:MDM_UL
125 #define MDM_UL (MDM_UL1 | MDM_UL2)
674 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr);
685 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL};
699 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL};
1060 dc->last_ier &= ~MDM_UL;
1064 dc->last_ier = dc->last_ier | MDM_UL;
1070 dc->last_ier &= ~MDM_UL;
1074 dc->last_ier = dc->last_ier | MDM_UL;
1081 dc->last_ier &= ~MDM_UL;
1085 dc->last_ier = dc->last_ier | MDM_UL;
1091 dc->last_ier &= ~MDM_UL;
1095 dc->last_ier = dc->last_ier | MDM_UL;
1101 writew(read_iir & MDM_UL, dc->reg_fcr);
1170 if (read_iir & MDM_UL) {
1172 dev_err(&dc->pdev->dev, "MDM_UL out of sync!\n");