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

  /src/sys/dev/pci/
amr.c 145 static struct amr_pci_type { struct
149 } const amr_pci_type[] = { variable in typeref:struct:amr_pci_type const[]
253 for (i = 0; i < sizeof(amr_pci_type) / sizeof(amr_pci_type[0]); i++)
254 if (PCI_VENDOR(pa->pa_id) == amr_pci_type[i].apt_vendor &&
255 PCI_PRODUCT(pa->pa_id) == amr_pci_type[i].apt_product)
258 if (i == sizeof(amr_pci_type) / sizeof(amr_pci_type[0]))
261 if ((amr_pci_type[i].apt_flags & AT_SIG) == 0)
275 const struct amr_pci_type *apt
    [all...]

Completed in 11 milliseconds