CMD_LRESET        446 drivers/usb/early/ehci-dbgp.c 	cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET);
CMD_LRESET        202 drivers/usb/host/ehci-dbg.c 		(command & CMD_LRESET) ? " LReset" : "",
CMD_LRESET        609 drivers/usb/host/ehci-hcd.c 	ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
CMD_LRESET        561 drivers/usb/host/oxu210hp-hcd.c 		(command & CMD_LRESET) ? " LReset" : "",
CMD_LRESET       3143 drivers/usb/host/oxu210hp-hcd.c 	oxu->command &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE |
CMD_LRESET       1317 drivers/usb/isp1760/isp1760-hcd.c 	command &= ~(CMD_LRESET|CMD_RESET);