Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/x86/
Dintel_punit_ipc.c27 #define CMD_RUN BIT(31) macro
115 while ((ipc_read_status(ipcdev, type) & CMD_RUN) && --loops) in intel_punit_ipc_check_status()
157 val |= CMD_RUN | para2 << CMD_PARA2_SHIFT | para1 << CMD_PARA1_SHIFT; in intel_punit_ipc_simple_command()
198 val |= CMD_RUN | para2 << CMD_PARA2_SHIFT | para1 << CMD_PARA1_SHIFT; in intel_punit_ipc_command()
/Linux-v5.10/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-v5.10/include/linux/usb/
Dehci_def.h87 #define CMD_RUN (1<<0) /* start/stop HC */ macro
/Linux-v5.10/drivers/usb/isp1760/
Disp1760-regs.h38 #define CMD_RUN (1 << 0) /* start/stop HC */ macro
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()
/Linux-v5.10/drivers/usb/host/
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()
Dehci-hcd.c198 ehci->command &= ~CMD_RUN; in ehci_halt()
200 temp &= ~(CMD_RUN | CMD_IAAD); in ehci_halt()
611 ehci->command |= CMD_RUN; in ehci_run()
822 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
Dfotg210.h244 #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()
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()
Dfotg210-hcd.c223 (command & CMD_RUN) ? "RUN" : "HALT"); in dbg_command_buf()
914 fotg210->command &= ~CMD_RUN; in fotg210_halt()
916 temp &= ~(CMD_RUN | CMD_IAAD); in fotg210_halt()
1632 fotg210->command |= CMD_RUN; in fotg210_hub_control()
5040 fotg210->command |= CMD_RUN; in fotg210_run()
5235 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
Dxhci.c96 mask &= ~CMD_RUN; in xhci_quiesce()
137 temp |= (CMD_RUN); in xhci_start()
1012 command &= ~CMD_RUN; in xhci_suspend()
1209 command |= CMD_RUN; in xhci_resume()
Dehci-hub.c415 ehci->command |= CMD_RUN; in ehci_bus_resume()
Dehci-dbg.c208 (command & CMD_RUN) ? "RUN" : "HALT"); in dbg_command_buf()
Dxhci.h201 #define CMD_RUN XHCI_CMD_RUN macro
Dxhci-ring.c1659 if (!(cmd_reg & CMD_RUN)) { in handle_port_status()
/Linux-v5.10/drivers/usb/chipidea/
Dhost.c329 tmp |= CMD_RUN; in ci_ehci_bus_suspend()
/Linux-v5.10/arch/mips/cavium-octeon/
Docteon-platform.c42 ucmd &= ~CMD_RUN; in octeon2_usb_reset()
48 ucmd |= CMD_RUN; in octeon2_usb_reset()