Lines Matching refs:sd_uhsimode
93 int sd_uhsimode = SD3CLKMODE_DISABLED; variable
171 #define SD3_TUNING_REQD(sd, sd_uhsimode) ((sd_uhsimode != SD3CLKMODE_DISABLED) && \ argument
173 ((sd_uhsimode == SD3CLKMODE_3_SDR104) || \
174 ((sd_uhsimode == SD3CLKMODE_2_SDR50) && \
850 int_val = (int)sd_uhsimode; in sdioh_iovar_op()
856 int oldval = sd_uhsimode; /* save old, working value */ in sdioh_iovar_op()
874 sd_uhsimode = int_val; in sdioh_iovar_op()
878 sd_uhsimode, oldval)); in sdioh_iovar_op()
880 sd_uhsimode = oldval; in sdioh_iovar_op()
1253 is_ddr50 = (sd_uhsimode == SD3CLKMODE_4_DDR50) ? TRUE : FALSE; in sdioh_request_buffer()
2188 if (sd_uhsimode == SD3CLKMODE_DISABLED) { in sdstd_host_init()
2415 if (sd_uhsimode != SD3CLKMODE_DISABLED) { in sdstd_client_init()
2454 retclk = sdstd_3_get_matching_uhsi_clkmode(sd, sd_uhsimode); in sdstd_3_clock_wrapper()
2481 sd_uhsimode = retclk; in sdstd_3_clock_wrapper()
2483 if (BCME_OK != sdstd_3_set_highspeed_uhsi_mode(sd, sd_uhsimode)) { in sdstd_3_clock_wrapper()
2897 return sd_uhsimode; in sdstd_3_get_uhsi_clkmode()
3959 if ((TRUE != sd3_sw_override1) && SD3_TUNING_REQD(sd, sd_uhsimode)) { in sdstd_driver_init()