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