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

/linux-master/drivers/usb/renesas_usbhs/
H A Dcommon.h134 #define FRDY (1 << 13) /* FIFO Port Ready */ macro
H A Dfifo.c269 if (usbhs_read(priv, fifo->ctr) & FRDY)
/linux-master/include/linux/usb/
H A Dr8a66597.h217 #define FRDY 0x2000 /* b13: FIFO ready */ macro
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c718 if (unlikely((tmp & FRDY) == 0))
958 } while ((tmp & FRDY) == 0);
1001 if (unlikely((tmp & FRDY) == 0)) {
1051 if (unlikely((tmp & FRDY) == 0)) {
1410 while (!(r8a66597_read(r8a66597, ep->fifoctr) & FRDY)) {
1414 "%s: FRDY was not set (%d)\n",
/linux-master/drivers/usb/host/
H A Dr8a66597-hcd.c1150 if (unlikely((tmp & FRDY) == 0))
1321 if (unlikely((tmp & FRDY) == 0)) {
1396 if (unlikely((tmp & FRDY) == 0)) {

Completed in 92 milliseconds