Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/edac/
Dmpc85xx_edac.c229 in_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_EN); in mpc85xx_pci_err_probe()
230 out_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_EN, 0); in mpc85xx_pci_err_probe()
239 in_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_EN); in mpc85xx_pci_err_probe()
242 out_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_EN, ~0x40); in mpc85xx_pci_err_probe()
284 out_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_EN, ~0 in mpc85xx_pci_err_probe()
312 out_be32(pdata->pci_vbase + MPC85XX_PCI_ERR_EN, orig_pci_err_en); in mpc85xx_pci_err_remove()
Dmpc85xx_edac.h75 #define MPC85XX_PCI_ERR_EN 0x0008 macro