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

  /external/u-boot/drivers/usb/host/
r8a66597-hcd.c 366 r8a66597_write(r8a66597, ~(1 << BULK_OUT_PIPENUM), BEMPSTS);
378 while (!(r8a66597_read(r8a66597, BEMPSTS) & (1 << BULK_OUT_PIPENUM)))
381 r8a66597_write(r8a66597, ~(1 << BULK_OUT_PIPENUM), BEMPSTS);
502 r8a66597_write(r8a66597, ~BEMP0, BEMPSTS);
512 while (!(r8a66597_read(r8a66597, BEMPSTS) & 0x0001))
r8a66597.h 43 #define BEMPSTS 0x4A

Completed in 49 milliseconds