Lines Matching refs:rtsx_host

120 	struct mmc_host rtsx_host;		/* host parameters */  member
727 sc->rtsx_host.host_ocr = RTSX_SUPPORTED_VOLTAGE;
728 sc->rtsx_host.f_min = RTSX_SDCLK_250KHZ;
729 sc->rtsx_host.f_max = RTSX_SDCLK_208MHZ;
730 sc->rtsx_host.caps = MMC_CAP_4_BIT_DATA | MMC_CAP_HSPEED |
733 sc->rtsx_host.caps |= MMC_CAP_UHS_SDR50 | MMC_CAP_UHS_SDR104;
735 sc->rtsx_host.caps |= MMC_CAP_8_BIT_DATA;
2960 cts->host_ocr = sc->rtsx_host.host_ocr;
2961 cts->host_f_min = sc->rtsx_host.f_min;
2962 cts->host_f_max = sc->rtsx_host.f_max;
2963 cts->host_caps = sc->rtsx_host.caps;
2965 memcpy(&cts->ios, &sc->rtsx_host.ios, sizeof(struct mmc_ios));
2982 ios = &sc->rtsx_host.ios;
3072 *result = sc->rtsx_host.ios.bus_mode;
3075 *result = sc->rtsx_host.ios.bus_width;
3078 *result = sc->rtsx_host.ios.chip_select;
3081 *result = sc->rtsx_host.ios.clock;
3084 *result = sc->rtsx_host.f_min;
3087 *result = sc->rtsx_host.f_max;
3090 *result = sc->rtsx_host.host_ocr;
3093 *result = sc->rtsx_host.mode;
3096 *result = sc->rtsx_host.ocr;
3099 *result = sc->rtsx_host.ios.power_mode;
3102 *result = sc->rtsx_host.ios.vdd;
3105 *result = sc->rtsx_host.ios.vccq;
3108 *result = sc->rtsx_host.caps;
3111 *result = sc->rtsx_host.ios.timing;
3141 sc->rtsx_host.ios.bus_mode = value;
3144 sc->rtsx_host.ios.bus_width = value;
3148 sc->rtsx_host.ios.chip_select = value;
3151 sc->rtsx_host.ios.clock = value;
3155 sc->rtsx_host.mode = value;
3158 sc->rtsx_host.ocr = value;
3161 sc->rtsx_host.ios.power_mode = value;
3165 sc->rtsx_host.ios.vdd = value;
3168 sc->rtsx_host.ios.vccq = value;
3172 sc->rtsx_host.ios.timing = value;
3198 ios = &sc->rtsx_host.ios;
3268 switch (sc->rtsx_host.ios.vccq) {