Searched defs:DIAG_UL (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dnozomi.c153 #define DIAG_UL 0x0040 macro
732 static const u16 mask[] = {MDM_UL, DIAG_UL, APP1_UL, APP2_UL, CTRL_UL};
746 {~MDM_UL, ~DIAG_UL, ~APP1_UL, ~APP2_UL, ~CTRL_UL};
898 interrupt & DIAG_UL ? p += snprintf(p, TMP_BUF_MAX - (p - buf),
899 "DIAG_UL ") : NULL;
1241 if (read_iir & DIAG_UL) {
1242 dc->last_ier &= ~DIAG_UL;
1245 writew(DIAG_UL, dc->reg_fcr);
1246 dc->last_ier = dc->last_ier | DIAG_UL;

Completed in 148 milliseconds