Home
last modified time | relevance | path

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

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