Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Damd8131_edac.c103 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()
123 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_init()
125 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_init()
149 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_exit()
151 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_exit()
196 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_check()
203 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_check()
Damd8131_edac.h44 #define REG_INT_CTLR 0x3c macro