Home
last modified time | relevance | path

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

/linux-3.3/drivers/edac/
Damd8131_edac.c114 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_init()
116 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_init()
139 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_init()
141 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_init()
165 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_exit()
167 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_exit()
223 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_check()
230 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_check()
Damd8131_edac.h75 #define REG_LNK_CTRL_B 0xc8 macro