Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/isp1760/
Disp1760-regs.h36 #define CMD_LRESET (1 << 7) /* partial reset (no ports, etc) */ macro
Disp1760-hcd.c1317 command &= ~(CMD_LRESET|CMD_RESET); in isp1760_run()
/Linux-v4.19/include/linux/usb/
Dehci_def.h81 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
/Linux-v4.19/drivers/usb/host/
Doxu210hp.h97 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
Dehci-hcd.c609 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
Dehci-dbg.c202 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
Doxu210hp-hcd.c122 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
2711 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()
Dxhci.h213 #define CMD_LRESET (1 << 7) macro
/Linux-v4.19/drivers/usb/early/
Dehci-dbgp.c446 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()