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

  /external/u-boot/drivers/usb/host/
r8a66597-hcd.c 212 r8a66597_write(r8a66597, 0, DCPCTR);
298 u16 dcpctr; local
307 dcpctr = r8a66597_read(r8a66597, DCPCTR);
308 if ((dcpctr & PID) == PID_BUF) {
309 if (readw_poll_timeout(r8a66597->reg + DCPCTR, dcpctr,
310 dcpctr & BSTS, 1000) < 0) {
311 printf("DCPCTR BSTS timeout!\n");
322 r8a66597_write(r8a66597, SUREQ, DCPCTR);
    [all...]
r8a66597.h 53 #define DCPCTR 0x60

Completed in 72 milliseconds