Searched refs:CMD_RUN (Results 1 – 13 of 13) sorted by relevance
/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()
|
/linux/include/linux/usb/ |
H A D | ehci_def.h | 74 #define CMD_RUN (1<<0) /* start/stop HC */ macro
|
/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()
|
/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() 907 fotg210->command &= ~CMD_RUN; in fotg210_halt() 909 temp &= ~(CMD_RUN | CMD_IAAD); in fotg210_halt() 1625 fotg210->command |= CMD_RUN; in fotg210_hub_control() 5029 fotg210->command |= CMD_RUN; in fotg210_run() 5224 fotg210->command &= ~(CMD_RUN | CMD_ASE | CMD_PSE); in fotg210_irq()
|
/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()
|
/linux/drivers/usb/chipidea/ |
H A D | host.c | 366 tmp |= CMD_RUN; in ci_ehci_bus_suspend()
|
/linux/drivers/usb/host/ |
H A D | ehci-hub.c | 418 ehci->command |= CMD_RUN; in ehci_bus_resume()
|
H A D | xhci.c | 121 mask &= ~CMD_RUN; in xhci_quiesce() 165 temp |= (CMD_RUN); in xhci_start() 929 command &= ~CMD_RUN; in xhci_suspend() 1140 command |= CMD_RUN; in xhci_resume()
|
H A D | xhci.h | 124 #define CMD_RUN XHCI_CMD_RUN macro
|
H A D | xhci-ring.c | 2013 if (!(cmd_reg & CMD_RUN)) { in handle_port_status()
|