Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Damd8131_edac.c104 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_init()
106 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_init()
124 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_init()
126 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_init()
150 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_exit()
152 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_exit()
197 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_check()
204 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_check()
Damd8131_edac.h44 #define REG_INT_CTLR 0x3c macro