Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hcd.c198 ehci->command &= ~CMD_RUN; in ehci_halt()
200 temp &= ~(CMD_RUN | CMD_IAAD); in ehci_halt()
612 ehci->command |= CMD_RUN; in ehci_run()
642 rc = ehci_handshake(ehci, &ehci->regs->command, CMD_RUN, in ehci_run()
855 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
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 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()
H A 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()
5037 fotg210->command |= CMD_RUN; in fotg210_run()
5232 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
H A Dxhci.c95 mask &= ~CMD_RUN; in xhci_quiesce()
136 temp |= (CMD_RUN); in xhci_start()
1029 command &= ~CMD_RUN; in xhci_suspend()
1235 command |= CMD_RUN; in xhci_resume()
H A Dehci-dbg.c208 (command & CMD_RUN) ? "RUN" : "HALT"); in dbg_command_buf()
H A Dehci-hub.c418 ehci->command |= CMD_RUN; in ehci_bus_resume()
H A Dxhci.h205 #define CMD_RUN XHCI_CMD_RUN macro
H A Dxhci-ring.c1962 if (!(cmd_reg & CMD_RUN)) { in handle_port_status()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h87 #define CMD_RUN (1<<0) /* start/stop HC */ macro
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-msm.c122 clrbits_le32(&ehci->usbcmd, CMD_RUN); in ehci_usb_remove()
H A Dehci-mxs.c158 tmp &= ~CMD_RUN; in ehci_hcd_stop()
H A Dehci.h42 #define CMD_RUN (1 << 0) /* start/stop HC */ macro
H A Dehci-hcd.c185 cmd = (cmd & ~CMD_RUN) | CMD_RESET; in ehci_reset()
215 if (!(cmd & CMD_RUN)) in ehci_shutdown()
229 cmd &= ~CMD_RUN; in ehci_shutdown()
1065 cmd |= CMD_RUN; in ehci_common_init()
H A Dxhci.c174 temp |= (CMD_RUN); in xhci_start()
206 cmd &= ~CMD_RUN; in xhci_reset()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dhost.c337 tmp |= CMD_RUN; in ci_ehci_bus_suspend()
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Docteon-platform.c42 ucmd &= ~CMD_RUN; in octeon2_usb_reset()
48 ucmd |= CMD_RUN; in octeon2_usb_reset()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h180 #define CMD_RUN XHCI_CMD_RUN macro
/OK3568_Linux_fs/u-boot/cmd/
H A DKconfig270 config CMD_RUN config