Lines Matching refs:want
97 unsigned actual, want;
103 want = (ehci->command & CMD_ASE) ? STS_ASS : 0;
106 if (want != actual) {
114 want, actual);
119 if (want == 0) { /* Stopped */
143 unsigned actual, want;
149 want = (ehci->command & CMD_PSE) ? STS_PSS : 0;
152 if (want != actual) {
160 want, actual);
165 if (want == 0) { /* Stopped */