Home
last modified time | relevance | path

Searched refs:PCI_ROMHDR_SIG (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/gem/
H A Dif_gem_pci.c201 #define PCI_ROMHDR_SIG 0x00 in gem_pci_attach() macro
231 if (GEM_ROM_READ_2(sc, PCI_ROMHDR_SIG) != PCI_ROMHDR_SIG_MAGIC || in gem_pci_attach()
/freebsd/sys/dev/cas/
H A Dif_cas.c2704 #define PCI_ROMHDR_SIG 0x00 in cas_pci_attach() macro
2743 if (CAS_ROM_READ_2(sc, PCI_ROMHDR_SIG) != PCI_ROMHDR_SIG_MAGIC || in cas_pci_attach()