Searched refs:PBUSY (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/usb/
H A Dr8a66597.h347 #define PBUSY 0x0020 /* b5: pipe busy */ macro
394 #define PBUSY 0x0020 /* b5: pipe busy */ macro
/linux-master/drivers/usb/renesas_usbhs/
H A Dcommon.h221 #define PBUSY (1 << 5) /* Pipe Busy */ macro
H A Dpipe.c244 * check that CSSTS = 0 and PBUSY = 0.
329 val &= PBUSY;
/linux-master/drivers/usb/host/
H A Dr8a66597-hcd.c471 r8a66597_reg_wait(r8a66597, pipe->pipectr, PBUSY, 0);

Completed in 111 milliseconds