Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/edac/
Dsb_edac.c1726 int i, j, k, n_sads, n_tads, sad_interl; in get_memory_layout() local
1802 for (n_tads = 0; n_tads < MAX_TAD; n_tads++) { in get_memory_layout()
1803 pci_read_config_dword(pvt->pci_ha, tad_dram_rule[n_tads], &reg); in get_memory_layout()
1811 n_tads, gb, (mb*1000)/1024, in get_memory_layout()
1829 for (j = 0; j < n_tads; j++) { in get_memory_layout()
1906 int n_rir, n_sads, n_tads, sad_way, sck_xch; in get_memory_error_data() local
2063 for (n_tads = 0; n_tads < MAX_TAD; n_tads++) { in get_memory_error_data()
2064 pci_read_config_dword(pci_ha, tad_dram_rule[n_tads], &reg); in get_memory_error_data()
2074 if (n_tads == MAX_TAD) { in get_memory_error_data()
2113 pci_read_config_dword(pvt->pci_tad[base_ch], tad_ch_nilv_offset[n_tads], &tad_offset); in get_memory_error_data()
[all …]