Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci_pci.c269 pci_read_config(self, PCI_XHCI_INTEL_XUSB2PR, 4); in xhci_pci_port_route()
279 pci_write_config(self, PCI_XHCI_INTEL_XUSB2PR, temp & usb2_mask, 4); in xhci_pci_port_route()
H A Dxhcireg.h38 #define PCI_XHCI_INTEL_XUSB2PR 0xD0 /* Intel USB2 Port Routing */ macro