Searched refs:pci_ha (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/edac/ |
| H A D | sb_edac.c | 390 struct pci_dev *pci_ha, *pci_ta, *pci_ras; member 1717 if (pci_read_config_dword(pvt->pci_ha, HASWELL_HASYSDEFEATURE2, ®)) { in get_dimm_config() 1846 pci_read_config_dword(pvt->pci_ha, tad_dram_rule[n_tads], ®); in get_memory_layout() 2041 struct pci_dev *pci_ha; in get_memory_error_data() local 2164 pci_read_config_dword(pvt->pci_ha, HASWELL_HASYSDEFEATURE2, ®); in get_memory_error_data() 2199 pci_ha = pvt->pci_ha; in get_memory_error_data() 2201 pci_read_config_dword(pci_ha, tad_dram_rule[n_tads], ®); in get_memory_error_data() 2377 struct pci_dev *pci_ha; in get_memory_error_data_from_mce() local 2404 pci_ha = pvt->pci_ha; in get_memory_error_data_from_mce() 2405 pci_read_config_dword(pci_ha, tad_dram_rule[0], ®); in get_memory_error_data_from_mce() [all …]
|