CMD_PSE 446 drivers/usb/early/ehci-dbgp.c cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); CMD_PSE 205 drivers/usb/host/ehci-dbg.c (command & CMD_PSE) ? " Periodic" : "", CMD_PSE 285 drivers/usb/host/ehci-hcd.c ehci->command &= ~(CMD_ASE | CMD_PSE); CMD_PSE 609 drivers/usb/host/ehci-hcd.c ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); CMD_PSE 821 drivers/usb/host/ehci-hcd.c ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); CMD_PSE 149 drivers/usb/host/ehci-timer.c want = (ehci->command & CMD_PSE) ? STS_PSS : 0; CMD_PSE 167 drivers/usb/host/ehci-timer.c ehci_set_command_bit(ehci, CMD_PSE); CMD_PSE 182 drivers/usb/host/ehci-timer.c ehci_clear_command_bit(ehci, CMD_PSE); CMD_PSE 219 drivers/usb/host/fotg210-hcd.c (command & CMD_PSE) ? " Periodic" : "", CMD_PSE 978 drivers/usb/host/fotg210-hcd.c fotg210->command &= ~(CMD_ASE | CMD_PSE); CMD_PSE 1129 drivers/usb/host/fotg210-hcd.c want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; CMD_PSE 1148 drivers/usb/host/fotg210-hcd.c fotg210_set_command_bit(fotg210, CMD_PSE); CMD_PSE 1164 drivers/usb/host/fotg210-hcd.c fotg210_clear_command_bit(fotg210, CMD_PSE); CMD_PSE 5042 drivers/usb/host/fotg210-hcd.c fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); CMD_PSE 5238 drivers/usb/host/fotg210-hcd.c fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); CMD_PSE 564 drivers/usb/host/oxu210hp-hcd.c (command & CMD_PSE) ? " Periodic" : "", CMD_PSE 837 drivers/usb/host/oxu210hp-hcd.c temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); CMD_PSE 2312 drivers/usb/host/oxu210hp-hcd.c cmd = readl(&oxu->regs->command) | CMD_PSE; CMD_PSE 2338 drivers/usb/host/oxu210hp-hcd.c cmd = readl(&oxu->regs->command) & ~CMD_PSE; CMD_PSE 3143 drivers/usb/host/oxu210hp-hcd.c oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_PSE 3992 drivers/usb/host/oxu210hp-hcd.c temp |= CMD_PSE;