Home
last modified time | relevance | path

Searched refs:PCI_USBREV (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/usb/
Duhcireg.h40 #define PCI_USBREV 0x60 /* USB protocol revision */ macro
Dehcireg.h42 #define PCI_USBREV 0x60 /* RO USB protocol revision */ macro
Dxhcireg.h50 #define PCI_USBREV 0x60 /* RO USB protocol revision */ 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()
/openbsd/src/sys/arch/loongson/dev/
Dglx.c821 case PCI_USBREV: in glx_fn5_read()