sys/dev/usb/xhci.c
2040
reg = XOREAD4(sc, XHCI_CRCR_LO);
sys/dev/usb/xhci.c
2049
reg = XOREAD4(sc, XHCI_CRCR_LO) & XHCI_CRCR_LO_CRR;
sys/dev/usb/xhci.c
2606
v = XOREAD4(sc, port) & ~XHCI_PS_CLEAR;
sys/dev/usb/xhci.c
2660
v = XOREAD4(sc, XHCI_PORTSC(i));
sys/dev/usb/xhci.c
2688
v = XOREAD4(sc, XHCI_PORTSC(index));
sys/dev/usb/xhci.c
2745
v = XOREAD4(sc, port) & ~XHCI_PS_CLEAR;
sys/dev/usb/xhci.c
336
hcr = XOREAD4(sc, XHCI_PAGESIZE);
sys/dev/usb/xhci.c
424
hcr = XOREAD4(sc, XHCI_CONFIG) & ~XHCI_CONFIG_SLOTS_MASK;
sys/dev/usb/xhci.c
433
XOREAD4(sc, XHCI_DCBAAP_HI), XOREAD4(sc, XHCI_DCBAAP_LO)));
sys/dev/usb/xhci.c
441
XOREAD4(sc, XHCI_CRCR_HI), XOREAD4(sc, XHCI_CRCR_LO), paddr));
sys/dev/usb/xhci.c
469
hcr = XOREAD4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
472
hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_RSS;
sys/dev/usb/xhci.c
493
DPRINTF(("%s: USBCMD=%#x\n", DEVNAME(sc), XOREAD4(sc, XHCI_USBCMD)));
sys/dev/usb/xhci.c
579
hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_HCH;
sys/dev/usb/xhci.c
590
hcr = (XOREAD4(sc, XHCI_USBCMD) & XHCI_CMD_HCRST) |
sys/dev/usb/xhci.c
591
(XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_CNR);
sys/dev/usb/xhci.c
613
hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_HCH;
sys/dev/usb/xhci.c
632
hcr = XOREAD4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
635
hcr = XOREAD4(sc, XHCI_USBSTS) & XHCI_STS_SSS;
sys/dev/usb/xhci.c
705
intrs = XOREAD4(sc, XHCI_USBSTS);
sys/dev/usb/xhci.c
739
if (XOREAD4(sc, XHCI_USBSTS))