APP1_DL
if (read_iir & APP1_DL) {
writew(APP1_DL, dc->reg_fcr);
dc->port[PORT_APP1].token_dl = APP1_DL;
static const u16 mask[] = {MDM_DL, DIAG_DL, APP1_DL, APP2_DL, CTRL_DL};
{~MDM_DL, ~DIAG_DL, ~APP1_DL, ~APP2_DL, ~CTRL_DL};
if (interrupt & APP1_DL)
enable_ier = APP1_DL;