Lines Matching defs:tap
130 u8 tap, bool enable, u32 reg)
134 reg |= tap << __ffs(desc->tap_mask);
168 unsigned int tap;
187 tap = div_u64(phase_period_ps, prop_delay_ps);
188 if (tap > ASPEED_SDHCI_NR_TAPS) {
190 "Requested out of range phase tap %d for %d degrees of phase compensation at %luHz, clamping to tap %d\n",
191 tap, phase_deg, rate_hz, ASPEED_SDHCI_NR_TAPS);
192 tap = ASPEED_SDHCI_NR_TAPS;
195 return inverted | tap;