Home
last modified time | relevance | path

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

/drivers/usb/renesas_usbhs/
Dcommon.h221 #define PBUSY (1 << 5) /* Pipe Busy */ macro
Dpipe.c329 val &= PBUSY; in usbhs_pipe_disable()
/drivers/usb/host/
Dr8a66597-hcd.c471 r8a66597_reg_wait(r8a66597, pipe->pipectr, PBUSY, 0); in pipe_stop()