Lines Matching refs:host_caps
1209 if (data->props.host_caps.bus_4_bit_support) { in rcar_mmc_set_bus_width()
1217 if (data->props.host_caps.bus_8_bit_support) { in rcar_mmc_set_bus_width()
1318 if (!data->props.host_caps.high_spd_support) { in rcar_mmc_set_timings()
1328 if (!data->props.host_caps.sdr104_support) { in rcar_mmc_set_timings()
1334 if (!data->props.host_caps.hs400_support) { in rcar_mmc_set_timings()
1343 if (!data->props.host_caps.ddr50_support) { in rcar_mmc_set_timings()
1350 if (!data->props.host_caps.hs200_support) { in rcar_mmc_set_timings()
1929 struct sdhc_host_caps *host_caps = &props->host_caps; in rcar_mmc_init_host_props() local
1948 host_caps->bus_8_bit_support = 1; in rcar_mmc_init_host_props()
1950 host_caps->bus_4_bit_support = 1; in rcar_mmc_init_host_props()
1955 host_caps->high_spd_support = 1; in rcar_mmc_init_host_props()
1957 host_caps->sdr104_support = cfg->mmc_sdr104_support; in rcar_mmc_init_host_props()
1958 host_caps->sdr50_support = cfg->uhs_support; in rcar_mmc_init_host_props()
1960 host_caps->ddr50_support = 0; in rcar_mmc_init_host_props()
1961 host_caps->hs200_support = cfg->mmc_hs200_1_8v; in rcar_mmc_init_host_props()
1963 host_caps->hs400_support = 0; in rcar_mmc_init_host_props()
1966 host_caps->vol_330_support = in rcar_mmc_init_host_props()
1968 host_caps->vol_300_support = in rcar_mmc_init_host_props()
1970 host_caps->vol_180_support = in rcar_mmc_init_host_props()