Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Damd8131_edac.c49 static void edac_pci_write_dword(struct pci_dev *dev, int reg, u32 val32) in edac_pci_write_dword() function
100 edac_pci_write_dword(dev, REG_MEM_LIM, val32); in amd8131_pcix_init()
105 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_init()
110 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_init()
115 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_init()
125 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_init()
130 edac_pci_write_dword(dev, REG_STS_CMD, val32); in amd8131_pcix_init()
135 edac_pci_write_dword(dev, REG_LNK_CTRL_A, val32); in amd8131_pcix_init()
140 edac_pci_write_dword(dev, REG_LNK_CTRL_B, val32); in amd8131_pcix_init()
151 edac_pci_write_dword(dev, REG_INT_CTLR, val32); in amd8131_pcix_exit()
[all …]
Damd8111_edac.c71 static void edac_pci_write_dword(struct pci_dev *dev, int reg, u32 val32) in edac_pci_write_dword() function
107 edac_pci_write_dword(dev, REG_PCI_STSCMD, val32); in amd8111_pci_bridge_init()
112 edac_pci_write_dword(dev, REG_HT_LINK, val32); in amd8111_pci_bridge_init()
119 edac_pci_write_dword(dev, REG_MEM_LIM, val32); in amd8111_pci_bridge_init()
124 edac_pci_write_dword(dev, REG_PCI_INTBRG_CTRL, val32); in amd8111_pci_bridge_init()
131 edac_pci_write_dword(dev, REG_PCI_STSCMD, val32); in amd8111_pci_bridge_init()
136 edac_pci_write_dword(dev, REG_HT_LINK, val32); in amd8111_pci_bridge_init()
141 edac_pci_write_dword(dev, REG_PCI_INTBRG_CTRL, val32); in amd8111_pci_bridge_init()
154 edac_pci_write_dword(dev, REG_PCI_STSCMD, val32); in amd8111_pci_bridge_exit()
159 edac_pci_write_dword(dev, REG_HT_LINK, val32); in amd8111_pci_bridge_exit()
[all …]