Searched refs:dev15 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/sandpoint/pci/ |
H A D | pci_machdep.c | 108 pcireg_t dev11, dev22, dev15, dev13, dev16; in pci_attach_hook() local 136 dev15 = pci_conf_read(pba->pba_pc, tag, PCI_ID_REG); in pci_attach_hook() 137 if (PCI_VENDOR(dev15) == PCI_VENDOR_MARVELL) { in pci_attach_hook() 161 if (PCI_VENDOR(dev15) == PCI_VENDOR_INTEL in pci_attach_hook() 162 || PCI_VENDOR(dev15) == PCI_VENDOR_REALTEK) { in pci_attach_hook()
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | brdsetup.c | 226 unsigned pchb, pcib, dev11, dev12, dev13, dev15, dev16, val; in brdsetup() local 250 dev15 = pcimaketag(0, 15, 0); in brdsetup() 272 else if (PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x1148 in brdsetup() 273 || PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x11ab) { in brdsetup() 290 else if (PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x8086 in brdsetup() 291 || PCI_VENDOR(pcicfgread(dev15, PCI_ID_REG)) == 0x10ec) { in brdsetup()
|