Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/isp1760/
Disp1760-regs.h39 #define CMD_LRESET (1 << 7) /* partial reset (no ports, etc) */ macro
Disp1760-hcd.c1317 command &= ~(CMD_LRESET|CMD_RESET); in isp1760_run()
/linux-4.4.14/include/linux/usb/
Dehci_def.h80 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
/linux-4.4.14/drivers/usb/host/
Doxu210hp.h96 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
Dxhci-dbg.c141 (temp & CMD_LRESET) ? "not " : ""); in xhci_print_command_reg()
Dehci-hcd.c610 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
Dehci-dbg.c232 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
Dxhci.h223 #define CMD_LRESET (1 << 7) macro
Doxu210hp-hcd.c135 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
2733 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()
/linux-4.4.14/drivers/usb/early/
Dehci-dbgp.c446 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()