Lines Matching refs:grain
105 edac_dbg(4, " dimm->grain = %d\n", dimm->grain);
838 "%d CE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld syndrome:0x%lx%s%s)\n",
842 e->grain, e->syndrome,
865 edac_mc_scrub_block(remapped_page, e->offset_in_page, e->grain);
875 "%d UE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld%s%s)\n",
879 e->grain,
887 panic("UE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld%s%s)\n",
891 e->grain,
922 /* Sanity-check driver-supplied grain value. */
923 if (WARN_ON_ONCE(!e->grain))
924 e->grain = 1;
926 grain_bits = fls_long(e->grain - 1);
1005 * Get the dimm label/grain that applies to the match criteria.
1028 /* get the max grain, over the error match range */
1029 if (dimm->grain > e->grain)
1030 e->grain = dimm->grain;