Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Damd8131_edac.c108 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_init()
110 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_init()
133 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_init()
135 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_init()
159 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_exit()
161 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_exit()
209 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_check()
216 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_check()
Damd8131_edac.h70 #define REG_LNK_CTRL_A 0xc4 macro