Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/edac/
Dsb_edac.c1768 int i, j, k, n_sads, n_tads, sad_interl; in get_memory_layout() local
1844 for (n_tads = 0; n_tads < MAX_TAD; n_tads++) { in get_memory_layout()
1845 pci_read_config_dword(pvt->pci_ha, tad_dram_rule[n_tads], &reg); in get_memory_layout()
1853 n_tads, gb, (mb*1000)/1024, in get_memory_layout()
1871 for (j = 0; j < n_tads; j++) { in get_memory_layout()
2041 int n_rir, n_sads, n_tads, sad_way, sck_xch; in get_memory_error_data() local
2199 for (n_tads = 0; n_tads < MAX_TAD; n_tads++) { in get_memory_error_data()
2200 pci_read_config_dword(pci_ha, tad_dram_rule[n_tads], &reg); in get_memory_error_data()
2210 if (n_tads == MAX_TAD) { in get_memory_error_data()
2249 pci_read_config_dword(pvt->pci_tad[base_ch], tad_ch_nilv_offset[n_tads], &tad_offset); in get_memory_error_data()
[all …]