D | ehci-timer.c | 97 unsigned actual, want; in ehci_poll_ASS() local 103 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS() 106 if (want != actual) { in ehci_poll_ASS() 114 want, actual); in ehci_poll_ASS() 119 if (want == 0) { /* Stopped */ in ehci_poll_ASS() 143 unsigned actual, want; in ehci_poll_PSS() local 149 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS() 152 if (want != actual) { in ehci_poll_PSS() 160 want, actual); in ehci_poll_PSS() 165 if (want == 0) { /* Stopped */ in ehci_poll_PSS()
|