Searched defs:sdhci_am654_data (Results 1 – 1 of 1) sorted by relevance
142 struct sdhci_am654_data { struct143 struct regmap *base;144 bool legacy_otapdly;145 int otap_del_sel[ARRAY_SIZE(td)];146 int itap_del_sel[ARRAY_SIZE(td)];170 struct sdhci_am654_data *sdhci_am654 = sdhci_pltfm_priv(pltfm_host); in sdhci_am654_setup_dll() argument