Searched refs:pci_ha (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/edac/ |
| H A D | sb_edac.c | 389 struct pci_dev *pci_ha, *pci_ta, *pci_ras; member 1708 if (pci_read_config_dword(pvt->pci_ha, HASWELL_HASYSDEFEATURE2, ®)) { in get_dimm_config() 1837 pci_read_config_dword(pvt->pci_ha, tad_dram_rule[n_tads], ®); in get_memory_layout() 2032 struct pci_dev *pci_ha; in get_memory_error_data() local 2155 pci_read_config_dword(pvt->pci_ha, HASWELL_HASYSDEFEATURE2, ®); in get_memory_error_data() 2190 pci_ha = pvt->pci_ha; in get_memory_error_data() 2192 pci_read_config_dword(pci_ha, tad_dram_rule[n_tads], ®); in get_memory_error_data() 2368 struct pci_dev *pci_ha; in get_memory_error_data_from_mce() local 2395 pci_ha = pvt->pci_ha; in get_memory_error_data_from_mce() 2396 pci_read_config_dword(pci_ha, tad_dram_rule[0], ®); in get_memory_error_data_from_mce() [all …]
|