Home
last modified time | relevance | path

Searched refs:PCI_USBREV_MASK (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/usb/
Duhcireg.h41 #define PCI_USBREV_MASK 0xff macro
Dehcireg.h43 #define PCI_USBREV_MASK 0xff macro
Dxhcireg.h51 #define PCI_USBREV_MASK 0xff macro
/openbsd/src/sys/dev/cardbus/
Duhci_cardbus.c131 switch(pci_conf_read(pc, ca->ca_tag, PCI_USBREV) & PCI_USBREV_MASK) { in uhci_cardbus_attach()
/openbsd/src/sys/dev/pci/
Duhci_pci.c153 switch(pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) { in uhci_pci_attach()
Dehci_pci.c183 switch(pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) { in ehci_pci_attach()