Searched refs:atiixp_hw (Results 1 – 1 of 1) sorted by relevance
173 } atiixp_hw[] = { variable1176 for (i = 0; i < nitems(atiixp_hw); i++) { in atiixp_pci_probe()1177 if (vendor == atiixp_hw[i].vendor && in atiixp_pci_probe()1178 devid == atiixp_hw[i].devid) { in atiixp_pci_probe()1179 device_set_desc(dev, atiixp_hw[i].desc); in atiixp_pci_probe()