Lines Matching defs:mcpp
103 gettbls(struct mcamd_hdl *hdl, uint_t csmode, struct mcprops *mcpp,
108 uint_t rev = (uint_t)mcpp->rev;
109 int width = (int)mcpp->width;
131 if (mcpp->csintlvfctr > 1) {
133 mcpp->csintlvfctr, csid);
140 (int)mcpp->csintlvfctr);
347 iaddr_to_rcb(struct mcamd_hdl *hdl, uint_t csmode, struct mcprops *mcpp,
355 if (gettbls(hdl, csmode, mcpp, &bamp, &rcbmp,
356 mcpp->bnkswzl ? &swzlp : NULL, &csi,
373 iaddr_unnormalize(struct mcamd_hdl *hdl, struct mcprops *mcpp, uint64_t iaddr,
379 switch (mcpp->intlven) {
395 (int)mcpp->intlven, (int)mcpp->num);
414 (mcpp->intlvsel << 12) | BITS(iaddr, 11, 0);
416 dramaddr = iaddr + mcpp->base;
423 iaddr, (int)mcpp->intlven, (int)mcpp->intlvsel, (int)mcpp->base,