Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-fsl-ftm.c118 unsigned long long exval; in fsl_pwm_ticks_to_ns() local
121 exval = ticks; in fsl_pwm_ticks_to_ns()
122 exval *= 1000000000UL; in fsl_pwm_ticks_to_ns()
123 do_div(exval, rate >> fpc->period.clk_ps); in fsl_pwm_ticks_to_ns()
124 return exval; in fsl_pwm_ticks_to_ns()
/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.c1145 u_char exval; in hfcpci_int() local
1171 exval = Read_hfc(hc, HFCPCI_STATES) & 0xf; in hfcpci_int()
1174 hc->dch.state, exval); in hfcpci_int()
1175 hc->dch.state = exval; in hfcpci_int()