Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Duhcireg.h39 #define PCI_USBREV 0x60 /* USB protocol revision */ macro
H A Dehcireg.h48 #define PCI_USBREV 0x60 /* RO USB protocol revision */ macro
H A Dxhcireg.h35 #define PCI_USBREV 0x60 /* RO USB protocol revision */ macro
/netbsd/sys/dev/cardbus/
H A Duhci_cardbus.c141 switch(Cardbus_conf_read(ct, tag, PCI_USBREV) & PCI_USBREV_MASK) { in uhci_cardbus_attach()
/netbsd/sys/dev/pci/
H A Duhci_pci.c159 switch (pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) { in uhci_pci_attach()
H A Dxhci_pci.c246 usbrev = pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK; in xhci_pci_attach()
H A Dehci_pci.c214 switch (pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) { in ehci_pci_attach()
/netbsd/sys/arch/evbmips/loongson/dev/
H A Dglx.c884 case PCI_USBREV: in glx_fn5_read()
/netbsd/sys/arch/arm/nvidia/
H A Dtegra_xusb.c470 val = bus_space_read_4(bst, psc->sc_bsh_fpci, PCI_USBREV) in tegra_xusb_mountroot()