Lines Matching full:arasan
3 * Arasan Secure Digital Host Controller Interface.
135 * struct sdhci_arasan_clk_ops - Clock Operations for Arasan SD controller
146 * struct sdhci_arasan_clk_data - Arasan Controller Clock Data.
169 * struct sdhci_arasan_data - Arasan Controller Data
177 * @clk_data: Struct for the Arasan Controller Clock Data.
178 * @clk_ops: Struct for the Arasan Controller Clock Operations.
181 * @quirks: Arasan deviations from spec.
204 * Some of the Arasan variations might not have timing requirements
402 * Some of the Arasan variations might not have timing in sdhci_arasan_set_clock()
501 * Plese don't switch to 1V8 as arasan,5.1 doesn't in sdhci_arasan_voltage_switch()
1518 .compatible = "arasan,sdhci-8.9a",
1522 .compatible = "arasan,sdhci-5.1",
1526 .compatible = "arasan,sdhci-4.9a",
1881 node = of_parse_phandle(np, "arasan,soc-ctl-syscon", 0); in sdhci_arasan_probe()
1989 if (of_device_is_compatible(np, "arasan,sdhci-5.1")) { in sdhci_arasan_probe()
1993 "No phy for arasan,sdhci-5.1.\n"); in sdhci_arasan_probe()
2061 .name = "sdhci-arasan",
2072 MODULE_DESCRIPTION("Driver for the Arasan SDHCI Controller");