Searched refs:REG_LNK_CTRL_A (Results 1 – 2 of 2) sorted by relevance
/drivers/edac/ |
D | amd8131_edac.c | 96 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_init() 98 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_init() 121 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_init() 123 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_init() 147 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_exit() 149 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_exit() 197 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_check() 204 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_check()
|
D | amd8131_edac.h | 58 #define REG_LNK_CTRL_A 0xc4 macro
|