hcr               335 dev/usb/ehci.c 	u_int32_t sparams, cparams, hcr;
hcr               372 dev/usb/ehci.c 		hcr = EOREAD4(sc, EHCI_USBCMD) & EHCI_CMD_HCRESET;
hcr               373 dev/usb/ehci.c 		if (!hcr)
hcr               376 dev/usb/ehci.c 	if (hcr) {
hcr               493 dev/usb/ehci.c 		hcr = EOREAD4(sc, EHCI_USBSTS) & EHCI_STS_HCH;
hcr               494 dev/usb/ehci.c 		if (!hcr)
hcr               497 dev/usb/ehci.c 	if (hcr) {
hcr               953 dev/usb/ehci.c 	u_int32_t cmd, hcr;
hcr               980 dev/usb/ehci.c 			hcr = EOREAD4(sc, EHCI_USBSTS) &
hcr               982 dev/usb/ehci.c 			if (hcr == 0)
hcr               987 dev/usb/ehci.c 		if (hcr != 0)
hcr               995 dev/usb/ehci.c 			hcr = EOREAD4(sc, EHCI_USBSTS) & EHCI_STS_HCH;
hcr               996 dev/usb/ehci.c 			if (hcr == EHCI_STS_HCH)
hcr              1001 dev/usb/ehci.c 		if (hcr != EHCI_STS_HCH)
hcr              1018 dev/usb/ehci.c 		hcr = 0;
hcr              1024 dev/usb/ehci.c 				hcr = 1;
hcr              1028 dev/usb/ehci.c 		if (hcr) {
hcr              1045 dev/usb/ehci.c 			hcr = EOREAD4(sc, EHCI_USBSTS) & EHCI_STS_HCH;
hcr              1046 dev/usb/ehci.c 			if (hcr != EHCI_STS_HCH)
hcr              1051 dev/usb/ehci.c 		if (hcr == EHCI_STS_HCH)
hcr               671 dev/usb/ohci.c 	u_int32_t ctl, rwc, ival, hcr, fm, per, desca, descb;
hcr               796 dev/usb/ohci.c 		hcr = OREAD4(sc, OHCI_COMMAND_STATUS) & OHCI_HCR;
hcr               797 dev/usb/ohci.c 		if (!hcr)
hcr               800 dev/usb/ohci.c 	if (hcr) {