Searched refs:PCI_POSSIBLE_ERROR (Results 1 – 11 of 11) sorted by relevance
233 if (PCI_POSSIBLE_ERROR(ctrl)) in pci_restore_rebar_state()243 if (PCI_POSSIBLE_ERROR(ctrl)) in pci_restore_rebar_state()
93 if (PCI_POSSIBLE_ERROR(slot_status)) { in pcie_poll_cmd()171 if (PCI_POSSIBLE_ERROR(slot_ctrl)) { in pcie_do_write_cmd()242 if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(lnk_status)) in pciehp_check_link_active()445 if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(slot_status)) in pciehp_card_present()655 if (PCI_POSSIBLE_ERROR(status)) { in pciehp_isr()
397 if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(lnk_status)) in pcie_check_link_active()
2264 if (PCI_POSSIBLE_ERROR(ID)) { in configure_new_device()2508 if (!PCI_POSSIBLE_ERROR(ID)) { /* device present */ in configure_new_function()
247 if (!nobridge || PCI_POSSIBLE_ERROR(work)) in PCI_GetBusDevHelper()
228 if (PCI_POSSIBLE_ERROR(rtsta)) in pcie_pme_work_fn()279 if (PCI_POSSIBLE_ERROR(rtsta) || !(rtsta & PCI_EXP_RTSTA_PME)) { in pcie_pme_irq()
67 if (PCI_POSSIBLE_ERROR(vid)) in EARLY_PCI_OP()
155 if (!PCI_POSSIBLE_ERROR(class) && class != PCI_CLASS_MEMORY_OTHER) in p2sb_cache_resources()
119 if (PCI_POSSIBLE_ERROR(*value)) { in amd_smn_read()
633 if (PCI_POSSIBLE_ERROR(pmcsr)) { in vp_supports_pm_no_reset()
179 #define PCI_POSSIBLE_ERROR(val) ((val) == ((typeof(val)) PCI_ERROR_RESPONSE)) macro