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

/drivers/tty/
H A Dnozomi.c162 #define MDM_DL (MDM_DL1 | MDM_DL2) macro
721 writew(MDM_UL | DIAG_DL | MDM_DL, dc->reg_fcr);
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};
944 enable_ier = MDM_DL;
1219 if (read_iir & MDM_DL) {
1223 dev_err(&dc->pdev->dev, "MDM_DL out of sync!\n");
1319 dc->port[PORT_MDM].token_dl = MDM_DL;

Completed in 12 milliseconds