Home
last modified time | relevance | path

Searched refs:err_detect (Results 1 – 2 of 2) sorted by relevance

/drivers/edac/
Dmpc85xx_edac.c167 u32 err_detect; in mpc85xx_pci_check() local
169 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() local
206 err_detect = in_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_DR); in mpc85xx_pcie_check()
[all …]
/drivers/video/fbdev/omap2/displays-new/
Dpanel-sony-acx565akm.c810 goto err_detect; in acx565akm_probe()
870 err_detect: in acx565akm_probe()