Home
last modified time | relevance | path

Searched refs:otap_del_sel (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsdhci_am654.c144 int otap_del_sel[ARRAY_SIZE(td)]; member
275 u32 otap_del_sel; in sdhci_am654_set_clock() local
283 otap_del_sel = sdhci_am654->otap_del_sel[timing]; in sdhci_am654_set_clock()
287 (otap_del_sel << OTAPDLYSEL_SHIFT); in sdhci_am654_set_clock()
327 u32 otap_del_sel; in sdhci_j721e_4bit_set_clock() local
333 otap_del_sel = sdhci_am654->otap_del_sel[timing]; in sdhci_j721e_4bit_set_clock()
337 (otap_del_sel << OTAPDLYSEL_SHIFT); in sdhci_j721e_4bit_set_clock()
672 &sdhci_am654->otap_del_sel[i]); in sdhci_am654_get_otap_delay()