Searched refs:CMD_ASE (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-timer.c | 112 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS() 130 ehci_set_command_bit(ehci, CMD_ASE); in ehci_poll_ASS() 145 ehci_clear_command_bit(ehci, CMD_ASE); in ehci_disable_ASE()
|
D | ehci-hcd.c | 297 ehci->command &= ~(CMD_ASE | CMD_PSE); in ehci_quiesce() 609 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run() 819 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
|
D | oxu210hp.h | 98 #define CMD_ASE (1<<5) /* async schedule enable */ macro
|
D | fotg210.h | 230 #define CMD_ASE (1<<5) /* async schedule enable */ macro
|
D | fusbh200.h | 225 #define CMD_ASE (1<<5) /* async schedule enable */ macro
|
D | oxu210hp-hcd.c | 137 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf() 412 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce() 1507 if (!(cmd & CMD_ASE)) { in qh_link_async() 1511 cmd |= CMD_ASE | CMD_RUN; in qh_link_async() 1723 writel(cmd & ~CMD_ASE, &oxu->regs->command); in start_unlink_async() 2739 CMD_ASE | CMD_RESET); in oxu_run() 3587 temp |= CMD_ASE; in oxu_bus_resume()
|
D | fusbh200-hcd.c | 242 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf() 988 fusbh200->command &= ~(CMD_ASE | CMD_PSE); in fusbh200_quiesce() 1098 want = (fusbh200->command & CMD_ASE) ? STS_ASS : 0; in fusbh200_poll_ASS() 1116 fusbh200_set_command_bit(fusbh200, CMD_ASE); in fusbh200_poll_ASS() 1131 fusbh200_clear_command_bit(fusbh200, CMD_ASE); in fusbh200_disable_ASE() 5192 fusbh200->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fusbh200_run() 5379 fusbh200->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fusbh200_irq()
|
D | fotg210-hcd.c | 242 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf() 1019 fotg210->command &= ~(CMD_ASE | CMD_PSE); in fotg210_quiesce() 1131 want = (fotg210->command & CMD_ASE) ? STS_ASS : 0; in fotg210_poll_ASS() 1150 fotg210_set_command_bit(fotg210, CMD_ASE); in fotg210_poll_ASS() 1166 fotg210_clear_command_bit(fotg210, CMD_ASE); in fotg210_disable_ASE() 5272 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run() 5470 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
|
D | ehci-dbg.c | 234 (command & CMD_ASE) ? " Async" : "", in dbg_command_buf()
|
/linux-4.1.27/include/linux/usb/ |
D | ehci_def.h | 82 #define CMD_ASE (1<<5) /* async schedule enable */ macro
|
/linux-4.1.27/drivers/usb/early/ |
D | ehci-dbgp.c | 446 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()
|