/openbmc/linux/drivers/platform/x86/intel/ |
H A D | punit_ipc.c | 26 #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()
|
/openbmc/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 442 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()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-hcd.c | 199 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() 851 ehci->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in ehci_irq()
|
H A D | ehci-fsl.c | 463 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 D | oxu210hp-hcd.c | 134 #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()
|
H A D | xhci.c | 97 mask &= ~CMD_RUN; in xhci_quiesce() 141 temp |= (CMD_RUN); in xhci_start() 896 command &= ~CMD_RUN; in xhci_suspend() 1107 command |= CMD_RUN; in xhci_resume()
|
H A D | ehci-hub.c | 418 ehci->command |= CMD_RUN; in ehci_bus_resume()
|
H A D | ehci-dbg.c | 208 (command & CMD_RUN) ? "RUN" : "HALT"); in dbg_command_buf()
|
H A D | xhci.h | 124 #define CMD_RUN XHCI_CMD_RUN macro
|
H A D | xhci-ring.c | 2029 if (!(cmd_reg & CMD_RUN)) { in handle_port_status()
|
/openbmc/linux/include/linux/usb/ |
H A D | ehci_def.h | 74 #define CMD_RUN (1<<0) /* start/stop HC */ macro
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-msm.c | 84 clrbits_le32(&ehci->usbcmd, CMD_RUN); in ehci_usb_remove()
|
H A D | ehci-mxs.c | 157 tmp &= ~CMD_RUN; in ehci_hcd_stop()
|
H A D | ehci.h | 42 #define CMD_RUN (1 << 0) /* start/stop HC */ macro
|
H A D | ehci-hcd.c | 184 cmd = (cmd & ~CMD_RUN) | CMD_RESET; in ehci_reset() 214 if (!(cmd & CMD_RUN)) in ehci_shutdown() 228 cmd &= ~CMD_RUN; in ehci_shutdown() 1081 cmd |= CMD_RUN; in ehci_common_init()
|
H A D | xhci.c | 173 temp |= (CMD_RUN); in xhci_start() 205 cmd &= ~CMD_RUN; in xhci_reset()
|
H A D | xhci.h | 179 #define CMD_RUN XHCI_CMD_RUN macro
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 77 CMD_LRESET, CMD_RESET, CMD_RUN, enumerator
|
H A D | isp1760-core.c | 190 [CMD_RUN] = REG_FIELD(ISP176x_HC_USBCMD, 0, 0), 261 [CMD_RUN] = REG_FIELD(ISP1763_HC_USBCMD, 0, 0),
|
H A D | isp1760-hcd.c | 1645 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()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 242 #define CMD_RUN (1<<0) /* start/stop HC */ macro
|
H A D | fotg210-hcd.c | 222 (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() 5033 fotg210->command |= CMD_RUN; in fotg210_run() 5228 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 44 ucmd &= ~CMD_RUN; in octeon2_usb_reset() 50 ucmd |= CMD_RUN; in octeon2_usb_reset()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | host.c | 359 tmp |= CMD_RUN; in ci_ehci_bus_suspend()
|
/openbmc/u-boot/cmd/ |
H A D | Kconfig | 284 config CMD_RUN config
|