Home
last modified time | relevance | path

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

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