Lines Matching refs:pa_id
85 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SYMPHONY) {
86 if (pciide_lookup_product(pa->pa_id, pciide_symphony_products))
89 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_WINBOND) {
90 if (pciide_lookup_product(pa->pa_id, pciide_winbond_products))
105 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_SYMPHONY)
106 pp = pciide_lookup_product(pa->pa_id, pciide_symphony_products);
107 if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_WINBOND)
108 pp = pciide_lookup_product(pa->pa_id, pciide_winbond_products);
118 if (PCI_VENDOR(pa->pa_id) != PCI_VENDOR_WINBOND ||
119 PCI_PRODUCT(pa->pa_id) != PCI_PRODUCT_WINBOND_W83C553F_0)