Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dr8a66597.h347 #define PBUSY 0x0020 /* b5: pipe busy */ macro
394 #define PBUSY 0x0020 /* b5: pipe busy */ macro
/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()