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

/drivers/usb/renesas_usbhs/
H A Dmod.h32 u16 bempsts; member in struct:usbhs_irq_state
H A Dmod.c224 state->bempsts = usbhs_read(priv, BEMPSTS);
226 state->bempsts &= mod->irq_bempsts;
H A Dfifo.c195 #define usbhsf_irq_empty_ctrl(p, e) usbhsf_irq_callback_ctrl(p, bempsts, e)
1049 if (!irq_state->bempsts) {
1054 dev_dbg(dev, "irq empty [0x%04x]\n", irq_state->bempsts);
1061 if (!(irq_state->bempsts & (1 << i)))
/drivers/usb/gadget/
H A Dm66592-udc.c1202 u16 brdysts, nrdysts, bempsts; local
1229 bempsts = m66592_read(m66592, M66592_BEMPSTS);
1255 && (bempsts & bempenb)) {
1256 irq_pipe_empty(m66592, bempsts, bempenb);
H A Dr8a66597-udc.c1467 u16 brdysts, nrdysts, bempsts; local
1486 bempsts = r8a66597_read(r8a66597, BEMPSTS);
1511 && (bempsts & bempenb))
1512 irq_pipe_empty(r8a66597, bempsts, bempenb);

Completed in 402 milliseconds