Home
last modified time | relevance | path

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

/NextBSD/sys/dev/gem/
HDif_gem_pci.c249 #define PCI_VPD_KEY0 0x00 in gem_pci_attach() macro
295 GEM_ROM_READ_1(sc, j + PCI_VPDRES_LARGE_SIZE + PCI_VPD_KEY0) != in gem_pci_attach()
/NextBSD/sys/dev/hme/
HDif_hme_pci.c238 #define PCI_VPD_KEY0 0x00 in hme_pci_attach() macro
326 HME_ROM_READ_1(j + PCI_VPDRES_LARGE_DATA + PCI_VPD_KEY0) != in hme_pci_attach()
/NextBSD/sys/dev/cas/
HDif_cas.c2760 #define PCI_VPD_KEY0 0x00 in cas_pci_attach() macro
2818 if (CAS_ROM_READ_1(sc, j + PCI_VPD_KEY0) != 'Z') in cas_pci_attach()