Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dr8a66597.h347 #define PBUSY 0x0020 /* b5: pipe busy */ macro
394 #define PBUSY 0x0020 /* b5: pipe busy */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h332 #define PBUSY 0x0020 /* b5: pipe busy */ macro
379 #define PBUSY 0x0020 /* b5: pipe busy */ macro
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dcommon.h221 #define PBUSY (1 << 5) /* Pipe Busy */ macro
H A Dpipe.c329 val &= PBUSY; in usbhs_pipe_disable()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c471 r8a66597_reg_wait(r8a66597, pipe->pipectr, PBUSY, 0); in pipe_stop()