Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDxhci_pci.c169 temp = pci_read_config(self, PCI_XHCI_INTEL_USB3_PSSEN, 4) | in xhci_pci_port_route()
179 pci_write_config(self, PCI_XHCI_INTEL_USB3_PSSEN, temp & usb3_mask, 4); in xhci_pci_port_route()
HDxhcireg.h39 #define PCI_XHCI_INTEL_USB3_PSSEN 0xD8 /* Intel USB3 Port SuperSpeed Enable */ macro