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