Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDxhci_pci.c267 temp = pci_read_config(self, PCI_XHCI_INTEL_USB3_PSSEN, 4) | in xhci_pci_port_route()
277 pci_write_config(self, PCI_XHCI_INTEL_USB3_PSSEN, temp & usb3_mask, 4); in xhci_pci_port_route()
HDxhcireg.h40 #define PCI_XHCI_INTEL_USB3_PSSEN 0xD8 /* Intel USB3 Port SuperSpeed Enable */ macro