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

  /external/u-boot/drivers/usb/host/
ehci.h 37 #define CMD_ASE (1 << 5) /* async schedule enable */
ehci-hcd.c 216 cmd &= ~(CMD_PSE | CMD_ASE);
556 cmd |= CMD_ASE;
604 cmd &= ~CMD_ASE;
1070 cmd &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
    [all...]

Completed in 581 milliseconds