Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dnozomi.c109 #define MDM_UL (MDM_UL1 | MDM_UL2) macro
658 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr); in nozomi_read_config_table()
669 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL}; in enable_transmit_ul()
683 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL}; in disable_transmit_ul()
1041 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1045 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1051 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1055 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
1062 dc->last_ier &= ~MDM_UL; in handle_data_ul()
1066 dc->last_ier = dc->last_ier | MDM_UL; in handle_data_ul()
[all …]