HomeSort by relevance Sort by last modified time
    Searched refs:FRDY (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/host/
r8a66597-hcd.c 355 if ((tmp & FRDY) == 0) {
356 printf("%s FRDY is not set (%x)\n", __func__, tmp);
428 if ((tmp & FRDY) == 0) {
429 printf("%s FRDY is not set. (%x)\n", __func__, tmp);
472 if ((tmp & FRDY) == 0) {
473 printf("%s FRDY is not set. (%x)\n", __func__, tmp);
r8a66597.h 202 #define FRDY 0x2000 /* b13: FIFO ready */

Completed in 168 milliseconds