Searched refs:BEMPSTS (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/usb/renesas_usbhs/ |
A D | mod.c | 214 state->bempsts = usbhs_read(priv, BEMPSTS); in usbhs_status_get_each_irq() 262 usbhs_write(priv, BEMPSTS, ~irq_state.bempsts); in usbhs_interrupt()
|
A D | common.h | 50 #define BEMPSTS 0x004A macro
|
/linux-6.3-rc2/include/linux/usb/ |
A D | r8a66597.h | 76 #define BEMPSTS 0x4A macro
|
/linux-6.3-rc2/drivers/usb/gadget/udc/ |
A D | r8a66597-udc.c | 581 r8a66597_write(r8a66597, ~BEMP0, BEMPSTS); in start_ep0_write() 865 r8a66597_write(r8a66597, 0, BEMPSTS); in disable_controller() 1134 r8a66597_write(r8a66597, ~BEMP0, BEMPSTS); in irq_pipe_empty() 1143 r8a66597_write(r8a66597, ~check, BEMPSTS); in irq_pipe_empty() 1480 u16 bempsts = r8a66597_read(r8a66597, BEMPSTS); in r8a66597_irq()
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | r8a66597-hcd.c | 214 r8a66597_write(r8a66597, 0, BEMPSTS); in disable_controller() 1170 r8a66597_write(r8a66597, ~BEMP0, BEMPSTS); in prepare_status_packet() 1419 r8a66597_write(r8a66597, ~(1 << pipenum), BEMPSTS); in packet_write() 1537 mask = r8a66597_read(r8a66597, BEMPSTS) in irq_pipe_empty() 1539 r8a66597_write(r8a66597, ~mask, BEMPSTS); in irq_pipe_empty()
|
Completed in 14 milliseconds