Searched refs:BEMPSTS (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/renesas_usbhs/ |
D | mod.c | 234 state->bempsts = usbhs_read(priv, BEMPSTS); in usbhs_status_get_each_irq() 294 usbhs_write(priv, BEMPSTS, ~irq_state.bempsts); in usbhs_interrupt()
|
D | common.h | 56 #define BEMPSTS 0x004A macro
|
/drivers/usb/gadget/udc/ |
D | r8a66597-udc.c | 584 r8a66597_write(r8a66597, ~BEMP0, BEMPSTS); in start_ep0_write() 868 r8a66597_write(r8a66597, 0, BEMPSTS); in disable_controller() 1137 r8a66597_write(r8a66597, ~BEMP0, BEMPSTS); in irq_pipe_empty() 1146 r8a66597_write(r8a66597, ~check, BEMPSTS); in irq_pipe_empty() 1486 bempsts = r8a66597_read(r8a66597, BEMPSTS); in r8a66597_irq()
|
/drivers/usb/host/ |
D | r8a66597-hcd.c | 227 r8a66597_write(r8a66597, 0, BEMPSTS); in disable_controller() 1185 r8a66597_write(r8a66597, ~BEMP0, BEMPSTS); in prepare_status_packet() 1434 r8a66597_write(r8a66597, ~(1 << pipenum), BEMPSTS); in packet_write() 1552 mask = r8a66597_read(r8a66597, BEMPSTS) in irq_pipe_empty() 1554 r8a66597_write(r8a66597, ~mask, BEMPSTS); in irq_pipe_empty()
|