Searched refs:REG_LNK_CTRL_B (Results 1 – 2 of 2) sorted by relevance
/drivers/edac/ |
D | amd8131_edac.c | 93 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_init() 95 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_init() 118 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_init() 120 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_init() 144 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_exit() 146 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_exit() 202 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_check() 209 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_check()
|
D | amd8131_edac.h | 63 #define REG_LNK_CTRL_B 0xc8 macro
|