Searched refs:PBUSY (Results 1 – 3 of 3) sorted by relevance
347 #define PBUSY 0x0020 /* b5: pipe busy */ macro394 #define PBUSY 0x0020 /* b5: pipe busy */ macro
221 #define PBUSY (1 << 5) /* Pipe Busy */ macro
329 val &= PBUSY; in usbhs_pipe_disable()