Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/include/linux/usb/
Dehci_def.h81 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
/Linux-v5.4/drivers/usb/early/
Dehci-dbgp.c446 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()
/Linux-v5.4/drivers/usb/host/
Dehci-hcd.c609 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
Doxu210hp-hcd.c127 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
561 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
3143 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()
Dehci-dbg.c202 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
Dxhci.h213 #define CMD_LRESET (1 << 7) macro