Lines Matching refs:entry
1132 /* Number of ways a tad entry is interleaved. */
1138 * Retrieve the n'th Target Address Decode table entry
1142 * @entry: which entry you want to retrieve
1153 const int entry,
1176 knl_tad_dram_limit_lo[entry], ®_limit_lo);
1178 knl_tad_dram_offset_lo[entry], ®_offset_lo);
1180 knl_tad_dram_hi[entry], ®_hi);
1182 /* Is this TAD entry enabled? */
1219 * Get the Nth entry from EDC_ROUTE_TABLE register.
1223 * entry 0: 0:2
1233 static u32 knl_get_edc_route(int entry, u32 reg)
1235 WARN_ON(entry >= KNL_MAX_EDCS);
1236 return GET_BITFIELD(reg, entry*3, (entry*3)+2);
1240 * Get the Nth entry from MC_ROUTE_TABLE register.
1244 * entry 0: mc 0:2 channel 18:19
1256 static u32 knl_get_mc_route(int entry, u32 reg)
1260 WARN_ON(entry >= KNL_MAX_CHANNELS);
1262 mc = GET_BITFIELD(reg, entry*3, (entry*3)+2);
1263 chan = GET_BITFIELD(reg, (entry*2) + 18, (entry*2) + 18 + 1);
1556 edac_dbg(4, "mc channel %d contributes %lld bytes via sad entry %d\n",
3626 * sbridge_init Module entry function