Home
last modified time | relevance | path

Searched refs:CMD_ASE (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Dehci-q.c782 if (!(cmd & CMD_ASE)) { in qh_link_async()
785 cmd |= CMD_ASE | CMD_RUN; in qh_link_async()
1053 writel (cmd & ~CMD_ASE, &ehci->regs->command); in start_unlink_async()
Dehci-hcd.c233 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_ready()
459 temp &= ~(CMD_IAAD | CMD_ASE | CMD_PSE), in ehci_start()
Dehci.h192 #define CMD_ASE (1<<5) /* async schedule enable */ macro
Dehci-dbg.c230 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf()