Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Damr.c145 static struct amr_pci_type { struct
149 } const amr_pci_type[] = { variable
253 for (i = 0; i < sizeof(amr_pci_type) / sizeof(amr_pci_type[0]); i++) in amr_match()
254 if (PCI_VENDOR(pa->pa_id) == amr_pci_type[i].apt_vendor && in amr_match()
255 PCI_PRODUCT(pa->pa_id) == amr_pci_type[i].apt_product) in amr_match()
258 if (i == sizeof(amr_pci_type) / sizeof(amr_pci_type[0])) in amr_match()
261 if ((amr_pci_type[i].apt_flags & AT_SIG) == 0) in amr_match()
275 const struct amr_pci_type *apt; in amr_attach()
295 for (i = 0; i < sizeof(amr_pci_type) / sizeof(amr_pci_type[0]); i++) in amr_attach()
296 if (PCI_VENDOR(pa->pa_id) == amr_pci_type[i].apt_vendor && in amr_attach()
[all …]