Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Damd8131_edac.c109 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_init()
111 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_init()
134 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_init()
136 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_init()
160 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_exit()
162 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_exit()
210 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_check()
217 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_check()
Damd8131_edac.h70 #define REG_LNK_CTRL_A 0xc4 macro