Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Damd8131_edac.c83 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_init()
85 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_init()
103 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_init()
105 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_init()
129 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_exit()
131 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_exit()
176 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_check()
183 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_check()
H A Damd8131_edac.h32 #define REG_INT_CTLR 0x3c macro