Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Damd8131_edac.c93 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()
H A Damd8131_edac.h63 #define REG_LNK_CTRL_B 0xc8 macro