Searched refs:CMD_PSE (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-timer.c | 140 /* Poll the STS_PSS status bit; see when it agrees with CMD_PSE */ 149 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS() 167 ehci_set_command_bit(ehci, CMD_PSE); in ehci_poll_PSS() 182 ehci_clear_command_bit(ehci, CMD_PSE); in ehci_disable_PSE()
|
H A D | fotg210.h | 241 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
|
H A D | ehci-hcd.c | 286 ehci->command &= ~(CMD_ASE | CMD_PSE); in ehci_quiesce() 611 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run() 853 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
|
H A D | oxu210hp-hcd.c | 131 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro 565 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf() 836 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce() 2310 cmd = readl(&oxu->regs->command) | CMD_PSE; in enable_periodic() 2336 cmd = readl(&oxu->regs->command) & ~CMD_PSE; in disable_periodic() 3145 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run() 3996 temp |= CMD_PSE; in oxu_bus_resume()
|
H A D | fotg210-hcd.c | 220 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf() 973 fotg210->command &= ~(CMD_ASE | CMD_PSE); in fotg210_quiesce() 1115 /* Poll the STS_PSS status bit; see when it agrees with CMD_PSE */ 1124 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS() 1143 fotg210_set_command_bit(fotg210, CMD_PSE); in fotg210_poll_PSS() 1159 fotg210_clear_command_bit(fotg210, CMD_PSE); in fotg210_disable_PSE() 5033 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run() 5229 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
|
H A D | ehci-dbg.c | 205 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-timer.c | 140 /* Poll the STS_PSS status bit; see when it agrees with CMD_PSE */ 149 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS() 167 ehci_set_command_bit(ehci, CMD_PSE); in ehci_poll_PSS() 182 ehci_clear_command_bit(ehci, CMD_PSE); in ehci_disable_PSE()
|
H A D | ehci-hcd.c | 287 ehci->command &= ~(CMD_ASE | CMD_PSE); in ehci_quiesce() 612 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run() 851 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
|
H A D | oxu210hp-hcd.c | 131 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro 565 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf() 836 temp &= ~(CMD_ASE | CMD_IAAD | CMD_PSE); in ehci_quiesce() 2311 cmd = readl(&oxu->regs->command) | CMD_PSE; in enable_periodic() 2337 cmd = readl(&oxu->regs->command) & ~CMD_PSE; in disable_periodic() 3146 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run() 3997 temp |= CMD_PSE; in oxu_bus_resume()
|
H A D | ehci.h | 717 ((e)->has_ci_pec_bug && ((e)->command & CMD_PSE) \
|
H A D | ehci-dbg.c | 205 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | ehci_def.h | 84 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | ehci_def.h | 71 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 239 #define CMD_PSE (1<<4) /* periodic schedule enable */ macro
|
H A D | fotg210-hcd.c | 219 (command & CMD_PSE) ? " Periodic" : "", in dbg_command_buf() 973 fotg210->command &= ~(CMD_ASE | CMD_PSE); in fotg210_quiesce() 1115 /* Poll the STS_PSS status bit; see when it agrees with CMD_PSE */ 1124 want = (fotg210->command & CMD_PSE) ? STS_PSS : 0; in fotg210_poll_PSS() 1143 fotg210_set_command_bit(fotg210, CMD_PSE); in fotg210_poll_PSS() 1159 fotg210_clear_command_bit(fotg210, CMD_PSE); in fotg210_disable_PSE() 5032 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run() 5228 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
H A D | ehci-dbgp.c | 441 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()
|
/kernel/linux/linux-6.6/drivers/usb/early/ |
H A D | ehci-dbgp.c | 441 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()
|
Completed in 42 milliseconds