Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Dsdhci_am654.c145 int otap_del_sel[ARRAY_SIZE(td)]; member
266 u32 otap_del_sel; in sdhci_am654_set_clock() local
276 otap_del_sel = sdhci_am654->otap_del_sel[0]; in sdhci_am654_set_clock()
278 otap_del_sel = sdhci_am654->otap_del_sel[timing]; in sdhci_am654_set_clock()
284 (otap_del_sel << OTAPDLYSEL_SHIFT); in sdhci_am654_set_clock()
313 u32 otap_del_sel; in sdhci_j721e_4bit_set_clock() local
318 otap_del_sel = sdhci_am654->otap_del_sel[0]; in sdhci_j721e_4bit_set_clock()
320 otap_del_sel = sdhci_am654->otap_del_sel[timing]; in sdhci_j721e_4bit_set_clock()
324 (otap_del_sel << OTAPDLYSEL_SHIFT); in sdhci_j721e_4bit_set_clock()
581 &sdhci_am654->otap_del_sel[MMC_TIMING_LEGACY]); in sdhci_am654_get_otap_delay()
[all …]