Lines Matching refs:BC
66 BC = burst;
276 for (int k = 0; k < BC; k++) {
372 if ((i == BI - 1) && (k == BC - 1) && (j == BGI - 1)) {
376 if (k == BC - 1) {
393 if (k == BC - 1) {
615 // row-bank-column-BI-BC-BGI-BL
628 uint64_t colShift = uintLog2(BC * burstLength) +
630 uint64_t colMask = (nColumns / (BC * burstLength) - 1) << colShift;
631 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(static_cast<uint64_t>(BC) * burstLength));
640 uint64_t colShift = (uintLog2(BC * burstLength) + ((BI > 1) ? uintLog2(BI) : 0));
641 uint64_t colMask = (nColumns / (BC * burstLength) - 1) << colShift;
642 uint64_t colAddr = (DecLogic & colMask) >> (colShift - uintLog2(BC * burstLength));