Lines Matching defs:opt
438 struct memctl_opt *popts = &priv->opt;
479 &priv->opt,
488 &priv->opt,
498 cal_intlv(priv->num_ctlrs, &priv->opt, &priv->conf, &priv->dimm);
504 ret = update_burst_length(&priv->opt);
659 const struct memctl_opt *opt,
666 opt->dbw_cap_shift;
670 switch (opt->ba_intlv & DDR_BA_INTLV_CS0123) {
682 switch (opt->ctlr_intlv_mode) {
711 const struct memctl_opt *opt,
717 opt->dbw_cap_shift;
724 switch (opt->ba_intlv & DDR_BA_INTLV_CS0123) {
775 struct memctl_opt *opt = &priv->opt;
782 debug("ctlr_intlv %d\n", opt->ctlr_intlv);
783 if (opt->ctlr_intlv != 0) {
784 total_mem = assign_intlv_addr(dimm, opt, conf,
791 total_mem = assign_non_intlv_addr(dimm, opt, conf,
806 &priv->opt,