Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Damd8131_edac.c113 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_init()
115 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_init()
138 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_init()
140 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_init()
164 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_exit()
166 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_exit()
222 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_check()
229 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_check()
Damd8131_edac.h75 #define REG_LNK_CTRL_B 0xc8 macro