Searched refs:BRDY (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/renesas_usbhs/
H A Dmod.c258 if (irq_state.intsts0 & BRDY)
283 if (irq_state.intsts0 & BRDY)
H A Dcommon.h160 #define BRDY (1 << 8) /* Buffer Ready Interrupt Status */ macro
195 #define BFRE (1 << 10) /* BRDY Interrupt Operation Spec. */
/linux-master/include/linux/usb/
H A Dr8a66597.h239 /* BRDY Interrupt Enable/Status Register */
277 #define BRDYM 0x0040 /* b6: BRDY clear timing */
293 #define BRDY 0x0100 /* b8: Buffer ready interrupt */ macro
/linux-master/drivers/usb/host/
H A Dr8a66597-hcd.c1619 mask0 = intsts0 & intenb0 & (BEMP | NRDY | BRDY);
1670 if (mask0 & BRDY)
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c1500 if ((intsts0 & BRDY) && (intenb0 & BRDYE)

Completed in 140 milliseconds