Home
last modified time | relevance | path

Searched refs:exval (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/isdn/hardware/mISDN/
H A Dw6692.c389 u8 exval, v1, cir; in handle_statusD() local
391 exval = ReadW6692(card, W_D_EXIR); in handle_statusD()
393 pr_debug("%s: D_EXIR %02x\n", card->name, exval); in handle_statusD()
394 if (exval & (W_D_EXI_XDUN | W_D_EXI_XCOL)) { in handle_statusD()
402 if (exval & W_D_EXI_RDOV) { /* RDOV */ in handle_statusD()
406 if (exval & W_D_EXI_TIN2) /* TIN2 - never */ in handle_statusD()
408 if (exval & W_D_EXI_MOC) { /* MOC - not supported */ in handle_statusD()
413 if (exval & W_D_EXI_ISC) { /* ISC - Level1 change */ in handle_statusD()
439 if (exval & W_D_EXI_WEXP) in handle_statusD()
441 if (exval & W_D_EXI_TEXP) in handle_statusD()
H A Dhfcpci.c1146 u_char exval; in hfcpci_int() local
1172 exval = Read_hfc(hc, HFCPCI_STATES) & 0xf; in hfcpci_int()
1175 hc->dch.state, exval); in hfcpci_int()
1176 hc->dch.state = exval; in hfcpci_int()