Searched refs:APP2_DL (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c157 #define APP2_DL 0x0200 macro
762 static const u16 mask[] = {MDM_DL, DIAG_DL, APP1_DL, APP2_DL, CTRL_DL};
776 {~MDM_DL, ~DIAG_DL, ~APP1_DL, ~APP2_DL, ~CTRL_DL};
906 interrupt & APP2_DL ? p += snprintf(p, TMP_BUF_MAX - (p - buf),
907 "APP2_DL ") : NULL;
959 enable_ier = APP2_DL;
1266 if (read_iir & APP2_DL) {
1268 writew(APP2_DL, dc->reg_fcr);
1325 dc->port[PORT_APP2].token_dl = APP2_DL;

Completed in 66 milliseconds