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

  /external/u-boot/drivers/usb/host/
r8a66597-hcd.c 321 r8a66597_write(r8a66597, ~0x0001, BRDYSTS);
407 r8a66597_write(r8a66597, ~(1 << pipenum), BRDYSTS);
422 while (!(r8a66597_read(r8a66597, BRDYSTS) & (1 << pipenum)))
425 r8a66597_write(r8a66597, ~(1 << pipenum), BRDYSTS);
463 while (!(r8a66597_read(r8a66597, BRDYSTS) & 0x0001))
466 r8a66597_write(r8a66597, ~0x0001, BRDYSTS);
r8a66597.h 41 #define BRDYSTS 0x46

Completed in 37 milliseconds