Home
last modified time | relevance | path

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

/drivers/edac/
Dsb_edac.c1757 int i, j, k, n_sads, n_tads, sad_interl; in get_memory_layout() local
1833 for (n_tads = 0; n_tads < MAX_TAD; n_tads++) { in get_memory_layout()
1834 pci_read_config_dword(pvt->pci_ha, tad_dram_rule[n_tads], &reg); in get_memory_layout()
1842 n_tads, gb, (mb*1000)/1024, in get_memory_layout()
1860 for (j = 0; j < n_tads; j++) { in get_memory_layout()
1937 int n_rir, n_sads, n_tads, sad_way, sck_xch; in get_memory_error_data() local
2094 for (n_tads = 0; n_tads < MAX_TAD; n_tads++) { in get_memory_error_data()
2095 pci_read_config_dword(pci_ha, tad_dram_rule[n_tads], &reg); in get_memory_error_data()
2105 if (n_tads == MAX_TAD) { in get_memory_error_data()
2144 pci_read_config_dword(pvt->pci_tad[base_ch], tad_ch_nilv_offset[n_tads], &tad_offset); in get_memory_error_data()
[all …]