HomeSort by: relevance | last modified time | path
    Searched defs:rx_phase (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/amlogic/
meson_sdhc.c 906 u_int ph, rx_phase, clk_div; local in function:meson_sdhc_execute_tuning
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);
meson_sdhc.c 906 u_int ph, rx_phase, clk_div; local in function:meson_sdhc_execute_tuning
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 70 milliseconds