Searched refs:CMD_LRESET (Results 1 – 10 of 10) sorted by relevance
39 #define CMD_LRESET (1 << 7) /* partial reset (no ports, etc) */ macro
1317 command &= ~(CMD_LRESET|CMD_RESET); in isp1760_run()
80 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
96 #define CMD_LRESET (1<<7) /* partial reset (no ports, etc) */ macro
141 (temp & CMD_LRESET) ? "not " : ""); in xhci_print_command_reg()
610 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
232 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()
223 #define CMD_LRESET (1 << 7) macro
135 (command & CMD_LRESET) ? " LReset" : "", in dbg_command_buf()2733 oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | in oxu_run()
446 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()