Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dedac_mc.c197 for (chn = 0; chn < mci->num_cschannel; chn++) in mci_release()
212 unsigned int tot_channels = mci->num_cschannel; in edac_mc_alloc_csrows()
311 if (chn == mci->num_cschannel) { in edac_mc_alloc_dimms()
386 mci->num_cschannel = tot_channels; in edac_mc_alloc()
/linux/include/linux/
H A Dedac.h542 unsigned int nr_csrows, num_cschannel; member