Searched refs:PCI_USBREV_MASK (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Duhcireg.h40 #define PCI_USBREV_MASK 0xff macro
H A Dehcireg.h49 #define PCI_USBREV_MASK 0xff macro
H A Dxhcireg.h36 #define PCI_USBREV_MASK 0xFF macro
/netbsd-current/sys/dev/cardbus/
H A Duhci_cardbus.c141 switch(Cardbus_conf_read(ct, tag, PCI_USBREV) & PCI_USBREV_MASK) {
/netbsd-current/sys/dev/pci/
H A Duhci_pci.c159 switch (pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) {
H A Dxhci_pci.c246 usbrev = pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK;
H A Dehci_pci.c213 switch (pci_conf_read(pc, tag, PCI_USBREV) & PCI_USBREV_MASK) {
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra_xusb.c471 & PCI_USBREV_MASK;

Completed in 189 milliseconds