Searched refs:CMD_LRESET (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/include/linux/usb/ |
D | ehci_def.h | 68 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
|
/linux-6.1.9/drivers/usb/isp1760/ |
D | isp1760-regs.h | 77 CMD_LRESET, CMD_RESET, CMD_RUN, enumerator
|
D | isp1760-core.c | 188 [CMD_LRESET] = REG_FIELD(ISP176x_HC_USBCMD, 7, 7), 259 [CMD_LRESET] = REG_FIELD(ISP1763_HC_USBCMD, 7, 7),
|
D | isp1760-hcd.c | 1642 isp1760_hcd_clear(hcd, CMD_LRESET); in isp1763_run() 1693 isp1760_hcd_clear(hcd, CMD_LRESET); in isp1760_run()
|
/linux-6.1.9/drivers/usb/early/ |
D | ehci-dbgp.c | 441 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()
|
/linux-6.1.9/drivers/usb/host/ |
D | ehci-hcd.c | 612 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
|
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()
|
D | ehci-dbg.c | 202 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
|
D | xhci.h | 216 #define CMD_LRESET (1 << 7) macro
|