Home
last modified time | relevance | path

Searched refs:CMD_RUN (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel_punit_ipc.c26 #define CMD_RUN BIT(31) macro
114 while ((ipc_read_status(ipcdev, type) & CMD_RUN) && --loops) in intel_punit_ipc_check_status()
156 val |= CMD_RUN | para2 << CMD_PARA2_SHIFT | para1 << CMD_PARA1_SHIFT; in intel_punit_ipc_simple_command()
197 val |= CMD_RUN | para2 << CMD_PARA2_SHIFT | para1 << CMD_PARA1_SHIFT; in intel_punit_ipc_command()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H A Dpunit_ipc.c26 #define CMD_RUN BIT(31) macro
114 while ((ipc_read_status(ipcdev, type) & CMD_RUN) && --loops) in intel_punit_ipc_check_status()
156 val |= CMD_RUN | para2 << CMD_PARA2_SHIFT | para1 << CMD_PARA1_SHIFT; in intel_punit_ipc_simple_command()
197 val |= CMD_RUN | para2 << CMD_PARA2_SHIFT | para1 << CMD_PARA1_SHIFT; in intel_punit_ipc_command()
/kernel/linux/linux-5.10/drivers/usb/early/
H A Dehci-dbgp.c442 cmd |= CMD_RUN; in dbgp_ehci_startup()
516 cmd &= ~CMD_RUN; in _dbgp_external_startup()
920 if (unlikely(!(cmd & CMD_RUN))) { in early_dbgp_write()
929 cmd |= CMD_RUN; in early_dbgp_write()
955 cmd &= ~CMD_RUN; in early_dbgp_write()
/kernel/linux/linux-6.6/drivers/usb/early/
H A Dehci-dbgp.c442 cmd |= CMD_RUN; in dbgp_ehci_startup()
516 cmd &= ~CMD_RUN; in _dbgp_external_startup()
920 if (unlikely(!(cmd & CMD_RUN))) { in early_dbgp_write()
929 cmd |= CMD_RUN; in early_dbgp_write()
955 cmd &= ~CMD_RUN; in early_dbgp_write()
/kernel/linux/linux-5.10/include/linux/usb/
H A Dehci_def.h87 #define CMD_RUN (1<<0) /* start/stop HC */ macro
/kernel/linux/linux-6.6/include/linux/usb/
H A Dehci_def.h74 #define CMD_RUN (1<<0) /* start/stop HC */ macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-fsl.c469 tmp &= ~CMD_RUN; in ehci_fsl_mpc512x_drv_suspend()
474 pdata->pm_command &= ~CMD_RUN; in ehci_fsl_mpc512x_drv_suspend()
556 tmp |= CMD_RUN; in ehci_fsl_mpc512x_drv_resume()
H A Dehci-hcd.c198 ehci->command &= ~CMD_RUN; in ehci_halt()
200 temp &= ~(CMD_RUN | CMD_IAAD); in ehci_halt()
609 // Philips, Intel, and maybe others need CMD_RUN before the in ehci_run()
612 ehci->command |= CMD_RUN; in ehci_run()
639 * Check CMD_RUN instead. in ehci_run()
642 rc = ehci_handshake(ehci, &ehci->regs->command, CMD_RUN, in ehci_run()
853 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
H A Dfotg210.h244 #define CMD_RUN (1<<0) /* start/stop HC */ macro
H A Doxu210hp-hcd.c134 #define CMD_RUN (1<<0) /* start/stop HC */ macro
568 (command & CMD_RUN) ? "RUN" : "HALT" in dbg_command_buf()
776 temp &= ~CMD_RUN; in ehci_halt()
1930 cmd |= CMD_ASE | CMD_RUN; in qh_link_async()
2906 if (!(readl(&oxu->regs->command) & CMD_RUN)) in oxu210_hcd_irq()
3147 oxu->command |= CMD_RUN; in oxu_run()
3960 /* restore CMD_RUN, framelist size, and irq threshold */ in oxu_bus_resume()
H A Dfotg210-hcd.c223 (command & CMD_RUN) ? "RUN" : "HALT"); in dbg_command_buf()
911 fotg210->command &= ~CMD_RUN; in fotg210_halt()
913 temp &= ~(CMD_RUN | CMD_IAAD); in fotg210_halt()
1629 fotg210->command |= CMD_RUN; in fotg210_hub_control()
5030 * Philips, Intel, and maybe others need CMD_RUN before the in fotg210_run()
5034 fotg210->command |= CMD_RUN; in fotg210_run()
5229 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-fsl.c463 tmp &= ~CMD_RUN; in ehci_fsl_mpc512x_drv_suspend()
468 pdata->pm_command &= ~CMD_RUN; in ehci_fsl_mpc512x_drv_suspend()
550 tmp |= CMD_RUN; in ehci_fsl_mpc512x_drv_resume()
H A Dehci-hcd.c199 ehci->command &= ~CMD_RUN; in ehci_halt()
201 temp &= ~(CMD_RUN | CMD_IAAD); in ehci_halt()
610 // Philips, Intel, and maybe others need CMD_RUN before the in ehci_run()
613 ehci->command |= CMD_RUN; in ehci_run()
640 * Check CMD_RUN instead. in ehci_run()
643 rc = ehci_handshake(ehci, &ehci->regs->command, CMD_RUN, in ehci_run()
851 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
H A Doxu210hp-hcd.c134 #define CMD_RUN (1<<0) /* start/stop HC */ macro
568 (command & CMD_RUN) ? "RUN" : "HALT" in dbg_command_buf()
776 temp &= ~CMD_RUN; in ehci_halt()
1931 cmd |= CMD_ASE | CMD_RUN; in qh_link_async()
2907 if (!(readl(&oxu->regs->command) & CMD_RUN)) in oxu210_hcd_irq()
3148 oxu->command |= CMD_RUN; in oxu_run()
3961 /* restore CMD_RUN, framelist size, and irq threshold */ in oxu_bus_resume()
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-regs.h38 #define CMD_RUN (1 << 0) /* start/stop HC */ macro
H A Disp1760-hcd.c1314 command |= CMD_RUN; in isp1760_run()
1317 retval = handshake(hcd, HC_USBCMD, CMD_RUN, CMD_RUN, 250 * 1000); in isp1760_run()
2111 command &= ~CMD_RUN; in isp1760_shutdown()
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H A Disp1760-regs.h77 CMD_LRESET, CMD_RESET, CMD_RUN, enumerator
H A Disp1760-core.c190 [CMD_RUN] = REG_FIELD(ISP176x_HC_USBCMD, 0, 0),
261 [CMD_RUN] = REG_FIELD(ISP1763_HC_USBCMD, 0, 0),
H A Disp1760-hcd.c1645 retval = isp1760_hcd_set_and_wait(hcd, CMD_RUN, 250 * 1000); in isp1763_run()
1696 retval = isp1760_hcd_set_and_wait(hcd, CMD_RUN, 250 * 1000); in isp1760_run()
2276 isp1760_hcd_read(hcd, CMD_RUN); in isp1760_hub_control()
2482 isp1760_hcd_clear(hcd, CMD_RUN); in isp1760_shutdown()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h242 #define CMD_RUN (1<<0) /* start/stop HC */ macro
H A Dfotg210-hcd.c222 (command & CMD_RUN) ? "RUN" : "HALT"); in dbg_command_buf()
911 fotg210->command &= ~CMD_RUN; in fotg210_halt()
913 temp &= ~(CMD_RUN | CMD_IAAD); in fotg210_halt()
1629 fotg210->command |= CMD_RUN; in fotg210_hub_control()
5029 * Philips, Intel, and maybe others need CMD_RUN before the in fotg210_run()
5033 fotg210->command |= CMD_RUN; in fotg210_run()
5228 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H A Docteon-platform.c42 ucmd &= ~CMD_RUN; in octeon2_usb_reset()
48 ucmd |= CMD_RUN; in octeon2_usb_reset()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H A Docteon-platform.c44 ucmd &= ~CMD_RUN; in octeon2_usb_reset()
50 ucmd |= CMD_RUN; in octeon2_usb_reset()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dhost.c337 tmp |= CMD_RUN; in ci_ehci_bus_suspend()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dhost.c359 tmp |= CMD_RUN; in ci_ehci_bus_suspend()

Completed in 50 milliseconds

12