Home
last modified time | relevance | path

Searched refs:CMD_LRESET (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/include/linux/usb/
A Dehci_def.h68 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
/linux-6.3-rc2/drivers/usb/isp1760/
A Disp1760-regs.h77 CMD_LRESET, CMD_RESET, CMD_RUN, enumerator
A Disp1760-core.c188 [CMD_LRESET] = REG_FIELD(ISP176x_HC_USBCMD, 7, 7),
259 [CMD_LRESET] = REG_FIELD(ISP1763_HC_USBCMD, 7, 7),
A Disp1760-hcd.c1642 isp1760_hcd_clear(hcd, CMD_LRESET); in isp1763_run()
1693 isp1760_hcd_clear(hcd, CMD_LRESET); in isp1760_run()
/linux-6.3-rc2/drivers/usb/early/
A Dehci-dbgp.c441 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()
/linux-6.3-rc2/drivers/usb/host/
A Dehci-hcd.c612 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
A Doxu210hp-hcd.c128 #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()
A Dehci-dbg.c202 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
A Dxhci.h216 #define CMD_LRESET (1 << 7) macro

Completed in 34 milliseconds