Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dedac_mc.h41 #define PAGES_TO_MiB(pages) ((pages) >> (20 - PAGE_SHIFT)) macro
44 #define PAGES_TO_MiB(pages) ((pages) << (PAGE_SHIFT - 20)) macro
H A Di3200_edac.c402 stacked ? " (stacked)" : "", PAGES_TO_MiB(nr_pages)); in i3200_probe1()
H A Di5100_edac.c858 chan, rank, (long)PAGES_TO_MiB(npages)); in i5100_init_csrows()