Home
last modified time | relevance | path

Searched refs:PCI_XHCI_INTEL_XUSB2PR (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
H A Dxhci_pci.c170 pci_read_config(self, PCI_XHCI_INTEL_XUSB2PR, 4); in xhci_pci_port_route()
180 pci_write_config(self, PCI_XHCI_INTEL_XUSB2PR, temp & usb2_mask, 4); in xhci_pci_port_route()
H A Dxhcireg.h37 #define PCI_XHCI_INTEL_XUSB2PR 0xD0 /* Intel USB2 Port Routing */ macro