Home
last modified time | relevance | path

Searched refs:PCI_VPD_SIZE (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/hme/
HDif_hme_pci.c237 #define PCI_VPD_SIZE 0x03 in hme_pci_attach() macro
313 if (HME_ROM_READ_1(j + PCI_VPDRES_LARGE_DATA + PCI_VPD_SIZE + in hme_pci_attach()
315 HME_ROM_READ_1(j + 4 * (PCI_VPDRES_LARGE_DATA + PCI_VPD_SIZE + in hme_pci_attach()
318 j += slot * (PCI_VPDRES_LARGE_DATA + PCI_VPD_SIZE + in hme_pci_attach()
325 PCI_VPD_SIZE + ETHER_ADDR_LEN || in hme_pci_attach()
/NextBSD/sys/dev/gem/
HDif_gem_pci.c252 #define PCI_VPD_SIZE 0x03 in gem_pci_attach() macro
294 PCI_VPD_SIZE + ETHER_ADDR_LEN || in gem_pci_attach()
301 GEM_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_SIZE + in gem_pci_attach()
307 GEM_PCI_ROM_OFFSET + j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_SIZE, in gem_pci_attach()
/NextBSD/sys/dev/cas/
HDif_cas.c2763 #define PCI_VPD_SIZE 0x03 in cas_pci_attach() macro
2816 i -= PCI_VPD_SIZE + CAS_ROM_READ_1(sc, j + PCI_VPD_LEN), in cas_pci_attach()
2817 j += PCI_VPD_SIZE + CAS_ROM_READ_1(sc, j + PCI_VPD_LEN)) { in cas_pci_attach()
2821 if (CAS_ROM_READ_1(sc, j + PCI_VPD_SIZE) != 'I') in cas_pci_attach()
2824 if (CAS_ROM_READ_1(sc, j + PCI_VPD_SIZE + 3) == 'B') { in cas_pci_attach()
2827 j + PCI_VPD_SIZE + 4) != ETHER_ADDR_LEN) in cas_pci_attach()
2830 CAS_PCI_ROM_OFFSET + j + PCI_VPD_SIZE + 5, in cas_pci_attach()
2836 CAS_PCI_ROM_OFFSET + j + PCI_VPD_SIZE + in cas_pci_attach()
2842 } else if (CAS_ROM_READ_1(sc, j + PCI_VPD_SIZE + 3) == in cas_pci_attach()
2846 j + PCI_VPD_SIZE + 4) != in cas_pci_attach()
[all …]