Searched refs:PCI_ROM_SIG_MAGIC (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/gem/
H A Dif_gem_pci.c237 #define PCI_ROM_SIG_MAGIC 0x52494350 /* "PCIR", endian */ macro
270 if (GEM_ROM_READ_4(sc, i + PCI_ROM_SIG) != PCI_ROM_SIG_MAGIC ||
/freebsd-10.2-release/sys/dev/hme/
H A Dif_hme_pci.c222 #define PCI_ROM_SIG_MAGIC 0x52494350 /* "PCIR", endian */ macro
288 if (HME_ROM_READ_4(i + PCI_ROM_SIG) != PCI_ROM_SIG_MAGIC ||
/freebsd-10.2-release/sys/dev/cas/
H A Dif_cas.c2747 #define PCI_ROM_SIG_MAGIC 0x52494350 /* "PCIR", endian */ macro
2789 if (CAS_ROM_READ_4(sc, i + PCI_ROM_SIG) != PCI_ROM_SIG_MAGIC ||

Completed in 163 milliseconds