Lines Matching refs:unit
70 int (*set_cfg)(struct sdmmc_dlyb *dlyb, int unit __maybe_unused,
76 u32 unit;
487 int unit, int phase, bool sampler)
493 cfgr = FIELD_PREP(DLYB_CFGR_UNIT_MASK, unit) |
517 "delay line cfg timeout unit:%d cfgr:%d\n",
530 dlyb->unit = i;
551 int unit __maybe_unused, int phase,
583 ret = dlyb->ops->set_cfg(dlyb, dlyb->unit, phase, false);
609 ret = dlyb->ops->set_cfg(dlyb, dlyb->unit, phase, false);
615 dev_dbg(mmc_dev(host->mmc), "unit:%d max_dly:%d phase:%d\n",
616 dlyb->unit, dlyb->max, phase);