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

/drivers/tty/
H A Dnozomi.c154 #define APP1_DL 0x0080 macro
759 static const u16 mask[] = {MDM_DL, DIAG_DL, APP1_DL, APP2_DL, CTRL_DL};
773 {~MDM_DL, ~DIAG_DL, ~APP1_DL, ~APP2_DL, ~CTRL_DL};
901 interrupt & APP1_DL ? p += snprintf(p, TMP_BUF_MAX - (p - buf),
902 "APP1_DL ") : NULL;
952 enable_ier = APP1_DL;
1250 if (read_iir & APP1_DL) {
1252 writew(APP1_DL, dc->reg_fcr);
1321 dc->port[PORT_APP1].token_dl = APP1_DL;

Completed in 35 milliseconds