Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pwm/
Dpwm-fsl-ftm.c123 unsigned long long exval; in fsl_pwm_ticks_to_ns() local
126 exval = ticks; in fsl_pwm_ticks_to_ns()
127 exval *= 1000000000UL; in fsl_pwm_ticks_to_ns()
128 do_div(exval, rate >> fpc->period.clk_ps); in fsl_pwm_ticks_to_ns()
129 return exval; in fsl_pwm_ticks_to_ns()
/linux-5.19.10/drivers/isdn/hardware/mISDN/
Dw6692.c388 u8 exval, v1, cir; in handle_statusD() local
390 exval = ReadW6692(card, W_D_EXIR); in handle_statusD()
392 pr_debug("%s: D_EXIR %02x\n", card->name, exval); in handle_statusD()
393 if (exval & (W_D_EXI_XDUN | W_D_EXI_XCOL)) { in handle_statusD()
401 if (exval & W_D_EXI_RDOV) { /* RDOV */ in handle_statusD()
405 if (exval & W_D_EXI_TIN2) /* TIN2 - never */ in handle_statusD()
407 if (exval & W_D_EXI_MOC) { /* MOC - not supported */ in handle_statusD()
412 if (exval & W_D_EXI_ISC) { /* ISC - Level1 change */ in handle_statusD()
438 if (exval & W_D_EXI_WEXP) in handle_statusD()
440 if (exval & W_D_EXI_TEXP) in handle_statusD()
Dhfcpci.c1144 u_char exval; in hfcpci_int() local
1170 exval = Read_hfc(hc, HFCPCI_STATES) & 0xf; in hfcpci_int()
1173 hc->dch.state, exval); in hfcpci_int()
1174 hc->dch.state = exval; in hfcpci_int()