Searched refs:rx_phase (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/arm/amlogic/
H A Dmeson_sdhc.c906 u_int ph, rx_phase, clk_div; local
973 if (best.start == -1) { /* no window - use default rx_phase */
974 rx_phase = meson_sdhc_default_rx_phase(sc);
976 rx_phase = best.start + best.size / 2;
977 if (rx_phase >= ph)
978 rx_phase -= ph;
982 __SHIFTIN(rx_phase, SD_CLK2_RX_CLK_PHASE), SD_CLK2_RX_CLK_PHASE);

Completed in 120 milliseconds