Searched refs:err_detect (Results 1 – 2 of 2) sorted by relevance
167 u32 err_detect; in mpc85xx_pci_check() local169 err_detect = in_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_DR); in mpc85xx_pci_check()172 if (!(err_detect & ~(PCI_EDE_MULTI_ERR | PCI_EDE_MST_ABRT))) { in mpc85xx_pci_check()173 out_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_DR, err_detect); in mpc85xx_pci_check()178 printk(KERN_ERR "PCI/X ERR_DR register: %#08x\n", err_detect); in mpc85xx_pci_check()192 out_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_DR, err_detect); in mpc85xx_pci_check()194 if (err_detect & PCI_EDE_PERR_MASK) in mpc85xx_pci_check()197 if ((err_detect & ~PCI_EDE_MULTI_ERR) & ~PCI_EDE_PERR_MASK) in mpc85xx_pci_check()204 u32 err_detect; in mpc85xx_pcie_check() local206 err_detect = in_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_DR); in mpc85xx_pcie_check()[all …]
810 goto err_detect; in acx565akm_probe()870 err_detect: in acx565akm_probe()