Searched refs:edac_pci_read_dword (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/edac/ |
H A D | amd8131_edac.c | 27 static void edac_pci_read_dword(struct pci_dev *dev, int reg, u32 *val32) in edac_pci_read_dword() function 78 edac_pci_read_dword(dev, REG_MEM_LIM, &val32); in amd8131_pcix_init() 83 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_init() 88 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_init() 93 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_init() 103 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_init() 108 edac_pci_read_dword(dev, REG_STS_CMD, &val32); in amd8131_pcix_init() 113 edac_pci_read_dword(dev, REG_LNK_CTRL_A, &val32); in amd8131_pcix_init() 118 edac_pci_read_dword(dev, REG_LNK_CTRL_B, &val32); in amd8131_pcix_init() 129 edac_pci_read_dword(dev, REG_INT_CTLR, &val32); in amd8131_pcix_exit() [all …]
|
H A D | amd8111_edac.c | 37 static int edac_pci_read_dword(struct pci_dev *dev, int reg, u32 *val32) in edac_pci_read_dword() function 93 edac_pci_read_dword(dev, REG_PCI_STSCMD, &val32); in amd8111_pci_bridge_init() 98 edac_pci_read_dword(dev, REG_HT_LINK, &val32); in amd8111_pci_bridge_init() 105 edac_pci_read_dword(dev, REG_MEM_LIM, &val32); in amd8111_pci_bridge_init() 110 edac_pci_read_dword(dev, REG_PCI_INTBRG_CTRL, &val32); in amd8111_pci_bridge_init() 117 edac_pci_read_dword(dev, REG_PCI_STSCMD, &val32); in amd8111_pci_bridge_init() 122 edac_pci_read_dword(dev, REG_HT_LINK, &val32); in amd8111_pci_bridge_init() 127 edac_pci_read_dword(dev, REG_PCI_INTBRG_CTRL, &val32); in amd8111_pci_bridge_init() 140 edac_pci_read_dword(dev, REG_PCI_STSCMD, &val32); in amd8111_pci_bridge_exit() 145 edac_pci_read_dword(dev, REG_HT_LINK, &val32); in amd8111_pci_bridge_exit() [all …]
|