Lines Matching full:arasan
3 * Arasan Secure Digital Host Controller Interface.
133 * struct sdhci_arasan_clk_ops - Clock Operations for Arasan SD controller
144 * struct sdhci_arasan_clk_data - Arasan Controller Clock Data.
167 * struct sdhci_arasan_data - Arasan Controller Data
175 * @clk_data: Struct for the Arasan Controller Clock Data.
176 * @clk_ops: Struct for the Arasan Controller Clock Operations.
179 * @quirks: Arasan deviations from spec.
202 * Some of the Arasan variations might not have timing requirements
400 * Some of the Arasan variations might not have timing in sdhci_arasan_set_clock()
484 * Plese don't switch to 1V8 as arasan,5.1 doesn't in sdhci_arasan_voltage_switch()
1500 .compatible = "arasan,sdhci-8.9a",
1504 .compatible = "arasan,sdhci-5.1",
1508 .compatible = "arasan,sdhci-4.9a",
1863 node = of_parse_phandle(np, "arasan,soc-ctl-syscon", 0); in sdhci_arasan_probe()
1971 if (of_device_is_compatible(np, "arasan,sdhci-5.1")) { in sdhci_arasan_probe()
1975 "No phy for arasan,sdhci-5.1.\n"); in sdhci_arasan_probe()
2043 .name = "sdhci-arasan",
2054 MODULE_DESCRIPTION("Driver for the Arasan SDHCI Controller");