Symbol: CMD_PSE
drivers/usb/early/ehci-dbgp.c
441
cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET);
drivers/usb/fotg210/fotg210-hcd.c
1120
want = (fotg210->command & CMD_PSE) ? STS_PSS : 0;
drivers/usb/fotg210/fotg210-hcd.c
1139
fotg210_set_command_bit(fotg210, CMD_PSE);
drivers/usb/fotg210/fotg210-hcd.c
1155
fotg210_clear_command_bit(fotg210, CMD_PSE);
drivers/usb/fotg210/fotg210-hcd.c
219
(command & CMD_PSE) ? " Periodic" : "",
drivers/usb/fotg210/fotg210-hcd.c
5027
fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
drivers/usb/fotg210/fotg210-hcd.c
5223
fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
drivers/usb/fotg210/fotg210-hcd.c
969
fotg210->command &= ~(CMD_ASE | CMD_PSE);
drivers/usb/host/ehci-dbg.c
205
(command & CMD_PSE) ? " Periodic" : "",
drivers/usb/host/ehci-hcd.c
287
ehci->command &= ~(CMD_ASE | CMD_PSE);
drivers/usb/host/ehci-hcd.c
611
ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
drivers/usb/host/ehci-hcd.c
850
ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE);
drivers/usb/host/ehci-timer.c
149
want = (ehci->command & CMD_PSE) ? STS_PSS : 0;
drivers/usb/host/ehci-timer.c
167
ehci_set_command_bit(ehci, CMD_PSE);
drivers/usb/host/ehci-timer.c
182
ehci_clear_command_bit(ehci, CMD_PSE);
drivers/usb/host/ehci.h
723
((e)->has_ci_pec_bug && ((e)->command & CMD_PSE) \
drivers/usb/host/oxu210hp-hcd.c
2287
cmd = readl(&oxu->regs->command) | CMD_PSE;
drivers/usb/host/oxu210hp-hcd.c
2313
cmd = readl(&oxu->regs->command) & ~CMD_PSE;
drivers/usb/host/oxu210hp-hcd.c
3122
oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE |
drivers/usb/host/oxu210hp-hcd.c
3973
temp |= CMD_PSE;
drivers/usb/host/oxu210hp-hcd.c
541
(command & CMD_PSE) ? " Periodic" : "",
drivers/usb/host/oxu210hp-hcd.c
812
temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE);