Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpcie-rcar-host.c141 PCI_SET_ERROR_RESPONSE(val); in rcar_pci_read_reg_workaround()
160 PCI_SET_ERROR_RESPONSE(data); in rcar_pcie_config_access()
/linux/arch/mips/pci/
H A Dops-tx4927.c147 PCI_SET_ERROR_RESPONSE(val); in tx4927_pci_config_read()
/linux/include/linux/
H A Dpci.h178 #define PCI_SET_ERROR_RESPONSE(val) (*(val) = ((typeof(*(val))) PCI_ERROR_RESPONSE)) macro