Lines Matching defs:phase
71 int phase, bool sampler __maybe_unused);
321 * while power-on phase the clock can't be define to 0,
487 int unit, int phase, bool sampler)
494 FIELD_PREP(DLYB_CFGR_SEL_MASK, phase);
551 int unit __maybe_unused, int phase,
558 cr |= FIELD_PREP(DLYBSD_CR_RXTAPSEL_MASK, phase);
580 int phase, ret;
582 for (phase = 0; phase <= dlyb->max; phase++) {
583 ret = dlyb->ops->set_cfg(dlyb, dlyb->unit, phase, false);
595 end_of_len = phase;
608 phase = end_of_len - max_len / 2;
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);