HomeSort by: relevance | last modified time | path
    Searched defs:at_sig (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
amr.c 143 #define AT_SIG 0x02 /* Check for signature */
154 { PCI_VENDOR_INTEL, PCI_PRODUCT_AMI_MEGARAID3, AT_QUARTZ | AT_SIG },
169 int at_sig; member in struct:amr_typestr
261 if ((amr_pci_type[i].apt_flags & AT_SIG) == 0)
678 if (amr_typestr[i].at_sig == sig)
amr.c 143 #define AT_SIG 0x02 /* Check for signature */
154 { PCI_VENDOR_INTEL, PCI_PRODUCT_AMI_MEGARAID3, AT_QUARTZ | AT_SIG },
169 int at_sig; member in struct:amr_typestr
261 if ((amr_pci_type[i].apt_flags & AT_SIG) == 0)
678 if (amr_typestr[i].at_sig == sig)

Completed in 27 milliseconds