Lines Matching refs:MDM_UL
163 #define MDM_UL (MDM_UL1 | MDM_UL2) macro
721 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr); in nozomi_read_config_table()
732 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL}; in enable_transmit_ul()
746 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL}; in disable_transmit_ul()
1117 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1121 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1127 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1131 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1138 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1142 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1148 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1152 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1158 writew(read_iir & MDM_UL, dc->reg_fcr); in handle_data_ul()
1227 if (read_iir & MDM_UL) { in interrupt_handler()