Home
last modified time | relevance | path

Searched refs:CMD_RUN (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/platform/x86/intel/
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()
/linux-6.1.9/drivers/usb/early/
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()
/linux-6.1.9/drivers/usb/host/
Dehci-hcd.c199 ehci->command &= ~CMD_RUN; in ehci_halt()
201 temp &= ~(CMD_RUN | CMD_IAAD); in ehci_halt()
613 ehci->command |= CMD_RUN; in ehci_run()
643 rc = ehci_handshake(ehci, &ehci->regs->command, CMD_RUN, in ehci_run()
847 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
Dehci-fsl.c464 tmp &= ~CMD_RUN; in ehci_fsl_mpc512x_drv_suspend()
469 pdata->pm_command &= ~CMD_RUN; in ehci_fsl_mpc512x_drv_suspend()
551 tmp |= CMD_RUN; in ehci_fsl_mpc512x_drv_resume()
Dfotg210.h241 #define CMD_RUN (1<<0) /* start/stop HC */ macro
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()
Dfotg210-hcd.c223 (command & CMD_RUN) ? "RUN" : "HALT"); in dbg_command_buf()
915 fotg210->command &= ~CMD_RUN; in fotg210_halt()
917 temp &= ~(CMD_RUN | CMD_IAAD); in fotg210_halt()
1633 fotg210->command |= CMD_RUN; in fotg210_hub_control()
5038 fotg210->command |= CMD_RUN; in fotg210_run()
5233 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
Dehci-hub.c418 ehci->command |= CMD_RUN; in ehci_bus_resume()
Dxhci.c95 mask &= ~CMD_RUN; in xhci_quiesce()
139 temp |= (CMD_RUN); in xhci_start()
1051 command &= ~CMD_RUN; in xhci_suspend()
1255 command |= CMD_RUN; in xhci_resume()
Dehci-dbg.c208 (command & CMD_RUN) ? "RUN" : "HALT"); in dbg_command_buf()
Dxhci.h204 #define CMD_RUN XHCI_CMD_RUN macro
Dxhci-ring.c1905 if (!(cmd_reg & CMD_RUN)) { in handle_port_status()
/linux-6.1.9/include/linux/usb/
Dehci_def.h74 #define CMD_RUN (1<<0) /* start/stop HC */ macro
/linux-6.1.9/drivers/usb/isp1760/
Disp1760-regs.h77 CMD_LRESET, CMD_RESET, CMD_RUN, enumerator
Disp1760-core.c190 [CMD_RUN] = REG_FIELD(ISP176x_HC_USBCMD, 0, 0),
261 [CMD_RUN] = REG_FIELD(ISP1763_HC_USBCMD, 0, 0),
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()
/linux-6.1.9/arch/mips/cavium-octeon/
Docteon-platform.c42 ucmd &= ~CMD_RUN; in octeon2_usb_reset()
48 ucmd |= CMD_RUN; in octeon2_usb_reset()
/linux-6.1.9/drivers/usb/chipidea/
Dhost.c359 tmp |= CMD_RUN; in ci_ehci_bus_suspend()