Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci_pci.c268 temp = pci_read_config(self, PCI_XHCI_INTEL_USB3_PSSEN, 4) | in xhci_pci_port_route()
278 pci_write_config(self, PCI_XHCI_INTEL_USB3_PSSEN, temp & usb3_mask, 4); in xhci_pci_port_route()
H A Dxhcireg.h40 #define PCI_XHCI_INTEL_USB3_PSSEN 0xD8 /* Intel USB3 Port SuperSpeed Enable */ macro