Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Drebar.c233 if (PCI_POSSIBLE_ERROR(ctrl)) in pci_restore_rebar_state()
243 if (PCI_POSSIBLE_ERROR(ctrl)) in pci_restore_rebar_state()
/linux/drivers/pci/hotplug/
H A Dpciehp_hpc.c93 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()
H A Dpnv_php.c397 if (ret == PCIBIOS_DEVICE_NOT_FOUND || PCI_POSSIBLE_ERROR(lnk_status)) in pcie_check_link_active()
H A Dcpqphp_ctrl.c2264 if (PCI_POSSIBLE_ERROR(ID)) { in configure_new_device()
2508 if (!PCI_POSSIBLE_ERROR(ID)) { /* device present */ in configure_new_function()
H A Dcpqphp_pci.c247 if (!nobridge || PCI_POSSIBLE_ERROR(work)) in PCI_GetBusDevHelper()
/linux/drivers/pci/pcie/
H A Dpme.c228 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()
/linux/arch/sh/drivers/pci/
H A Dcommon.c67 if (PCI_POSSIBLE_ERROR(vid)) in EARLY_PCI_OP()
/linux/drivers/platform/x86/
H A Dp2sb.c155 if (!PCI_POSSIBLE_ERROR(class) && class != PCI_CLASS_MEMORY_OTHER) in p2sb_cache_resources()
/linux/arch/x86/kernel/
H A Damd_node.c119 if (PCI_POSSIBLE_ERROR(*value)) { in amd_smn_read()
/linux/drivers/virtio/
H A Dvirtio_pci_common.c633 if (PCI_POSSIBLE_ERROR(pmcsr)) { in vp_supports_pm_no_reset()
/linux/include/linux/
H A Dpci.h179 #define PCI_POSSIBLE_ERROR(val) ((val) == ((typeof(val)) PCI_ERROR_RESPONSE)) macro