Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dnozomi.c150 #define MDM_UL2 0x0008 macro
163 #define MDM_UL (MDM_UL1 | MDM_UL2)
882 interrupt & MDM_UL2 ? p += snprintf(p, TMP_BUF_MAX - (p - buf), in interrupt2str()
1118 if (read_iir & MDM_UL2) { in handle_data_ul()
1122 writew(MDM_UL2, dc->reg_fcr); in handle_data_ul()
1129 } else if (*toggle == 1 && read_iir & MDM_UL2) { in handle_data_ul()
1133 writew(MDM_UL2, dc->reg_fcr); in handle_data_ul()