Lines Matching refs:grain
107 edac_dbg(4, " dimm->grain = %d\n", dimm->grain);
907 "%d CE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld syndrome:0x%lx%s%s)\n",
911 e->grain, e->syndrome,
934 edac_mc_scrub_block(remapped_page, e->offset_in_page, e->grain);
944 "%d UE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld%s%s)\n",
948 e->grain,
956 panic("UE %s%son %s (%s page:0x%lx offset:0x%lx grain:%ld%s%s)\n",
960 e->grain,
991 /* Sanity-check driver-supplied grain value. */
992 if (WARN_ON_ONCE(!e->grain))
993 e->grain = 1;
995 grain_bits = fls_long(e->grain - 1);
1073 * Get the dimm label/grain that applies to the match criteria.
1094 /* get the max grain, over the error match range */
1095 if (dimm->grain > e->grain)
1096 e->grain = dimm->grain;