Lines Matching refs:soc_data
50 const struct sdhci_tegra_soc_data *soc_data; member
58 const struct sdhci_tegra_soc_data *soc_data = tegra_host->soc_data; in tegra_sdhci_readw() local
60 if (unlikely((soc_data->nvquirks & NVQUIRK_FORCE_SDHCI_SPEC_200) && in tegra_sdhci_readw()
94 const struct sdhci_tegra_soc_data *soc_data = tegra_host->soc_data; in tegra_sdhci_writel() local
105 if (unlikely((soc_data->nvquirks & NVQUIRK_ENABLE_BLOCK_GAP_DET) && in tegra_sdhci_writel()
126 const struct sdhci_tegra_soc_data *soc_data = tegra_host->soc_data; in tegra_sdhci_reset() local
136 if (soc_data->nvquirks & NVQUIRK_ENABLE_SDHCI_SPEC_300) in tegra_sdhci_reset()
139 if (soc_data->nvquirks & NVQUIRK_DISABLE_SDR50) in tegra_sdhci_reset()
141 if (soc_data->nvquirks & NVQUIRK_DISABLE_DDR50) in tegra_sdhci_reset()
143 if (soc_data->nvquirks & NVQUIRK_DISABLE_SDR104) in tegra_sdhci_reset()
251 const struct sdhci_tegra_soc_data *soc_data; in sdhci_tegra_probe() local
261 soc_data = match->data; in sdhci_tegra_probe()
263 host = sdhci_pltfm_init(pdev, soc_data->pdata, 0); in sdhci_tegra_probe()
274 tegra_host->soc_data = soc_data; in sdhci_tegra_probe()