Home
last modified time | relevance | path

Searched refs:PCI_USB_REV_MASK (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
H A Duhcireg.h39 #define PCI_USB_REV_MASK 0xff macro
H A Dehcireg.h38 #define PCI_USB_REV_MASK 0xff macro
H A Duhci_pci.c317 switch (pci_read_config(self, PCI_USBREV, 1) & PCI_USB_REV_MASK) { in uhci_pci_attach()
H A Dehci_pci.c295 switch (pci_read_config(self, PCI_USBREV, 1) & PCI_USB_REV_MASK) { in ehci_pci_attach()