Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dsb_edac.c1760 int i, j, k, n_sads, n_tads, sad_interl; in get_memory_layout() local
1836 for (n_tads = 0; n_tads < MAX_TAD; n_tads++) { in get_memory_layout()
1837 pci_read_config_dword(pvt->pci_ha, tad_dram_rule[n_tads], &reg); in get_memory_layout()
1845 n_tads, gb, (mb*1000)/1024, in get_memory_layout()
1863 for (j = 0; j < n_tads; j++) { in get_memory_layout()
2033 int n_rir, n_sads, n_tads, sad_way, sck_xch; in get_memory_error_data() local
2191 for (n_tads = 0; n_tads < MAX_TAD; n_tads++) { in get_memory_error_data()
2192 pci_read_config_dword(pci_ha, tad_dram_rule[n_tads], &reg); in get_memory_error_data()
2202 if (n_tads == MAX_TAD) { in get_memory_error_data()
2241 pci_read_config_dword(pvt->pci_tad[base_ch], tad_ch_nilv_offset[n_tads], &tad_offset); in get_memory_error_data()
[all …]