Searched refs:CMD_LRESET (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | ehci_def.h | 68 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ 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 | 188 [CMD_LRESET] = REG_FIELD(ISP176x_HC_USBCMD, 7, 7), 259 [CMD_LRESET] = REG_FIELD(ISP1763_HC_USBCMD, 7, 7),
|
H A D | isp1760-hcd.c | 1642 isp1760_hcd_clear(hcd, CMD_LRESET); in isp1763_run() 1693 isp1760_hcd_clear(hcd, CMD_LRESET); in isp1760_run()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci.h | 37 #define CMD_LRESET (1 << 7) /* partial reset */ macro
|
H A D | xhci.h | 191 #define CMD_LRESET (1 << 7) macro
|
H A D | ehci-hcd.c | 1080 cmd &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_common_init()
|
/openbmc/linux/drivers/usb/early/ |
H A D | ehci-dbgp.c | 441 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-hcd.c | 612 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
|
H A D | oxu210hp-hcd.c | 128 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro 562 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf() 3146 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()
|
H A D | ehci-dbg.c | 202 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
|
H A D | xhci.h | 136 #define CMD_LRESET (1 << 7) macro
|