Searched full:hsmmc (Results 1 – 25 of 34) sorted by relevance
12
/linux-6.12.1/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 12 Should be "ti,omap2-hsmmc", for OMAP2 controllers 13 Should be "ti,omap3-hsmmc", for OMAP3 controllers 14 Should be "ti,omap3-pre-es3-hsmmc" for OMAP3 controllers pre ES3.0 15 Should be "ti,omap4-hsmmc", for OMAP4 controllers 16 Should be "ti,am33xx-hsmmc", for AM335x controllers 17 Should be "ti,k2g-hsmmc", "ti,omap4-hsmmc" for 66AK2G controllers. 44 - ti,needs-special-hs-handling: HSMMC IP needs special setting 59 compatible = "ti,omap4-hsmmc"; 71 compatible = "ti,omap4-hsmmc"; 95 | card | -- CIRQ --> | hsmmc | -- IRQ --> | CPU | [all …]
|
D | samsung,s3c6410-sdhci.yaml | 29 - const: hsmmc 59 - const: hsmmc 75 clock-names = "hsmmc", "mmc_busclk.2";
|
D | ti-omap.txt | 10 please see the omap hsmmc driver for the current omaps.
|
D | cdns,sdhci.yaml | 100 cdns,phy-dll-delay-sdclk-hsmmc:
|
/linux-6.12.1/arch/arm/mach-s3c/ |
D | Kconfig | 71 Compile in platform device definitions for HSMMC code 76 Compile in platform device definitions for HSMMC channel 1 81 Compile in platform device definitions for HSMMC channel 2 86 Compile in platform device definitions for HSMMC channel 3
|
D | setup-sdhci-gpio-s3c64xx.c | 7 // S3C64XX - Helper functions for setting up SDHCI device(s) GPIO (HSMMC)
|
D | sdhci.h | 11 * S3C Platform - SDHCI (HSMMC) platform data definitions
|
D | map-s3c64xx.h | 29 /* HSMMC units */
|
D | devs.c | 80 /* HSMMC */
|
/linux-6.12.1/arch/arm/boot/dts/samsung/ |
D | s3c64xx.dtsi | 67 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2"; 78 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2"; 89 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2";
|
D | s5pv210.dtsi | 367 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2"; 378 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2"; 389 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2"; 400 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.3";
|
D | exynos4.dtsi | 323 clock-names = "hsmmc", "mmc_busclk.2"; 332 clock-names = "hsmmc", "mmc_busclk.2"; 341 clock-names = "hsmmc", "mmc_busclk.2"; 350 clock-names = "hsmmc", "mmc_busclk.2";
|
/linux-6.12.1/drivers/mmc/host/ |
D | sdhci-s3c.c | 9 * SDHCI (HSMMC) support for Samsung SoC 532 sc->clk_io = devm_clk_get(dev, "hsmmc"); in sdhci_s3c_probe() 573 host->hw_name = "samsung-hsmmc"; in sdhci_s3c_probe() 629 /* HSMMC on Samsung SoCs uses SDCLK as timeout clock */ in sdhci_s3c_probe() 789 MODULE_DESCRIPTION("Samsung SDHCI (HSMMC) glue");
|
D | omap_hsmmc.c | 44 #include <linux/platform_data/hsmmc-omap.h> 46 /* OMAP HSMMC Host Controller Registers */ 1705 .compatible = "ti,omap2-hsmmc", 1708 .compatible = "ti,omap3-pre-es3-hsmmc", 1712 .compatible = "ti,omap3-hsmmc", 1715 .compatible = "ti,omap4-hsmmc", 1719 .compatible = "ti,am33xx-hsmmc", 1923 dev_err(mmc_dev(host->mmc), "Unable to grab HSMMC IRQ\n"); in omap_hsmmc_probe()
|
D | Kconfig | 338 often referrered to as the HSMMC block in some of the Samsung 380 often referrered to as the HSMMC block in some of the ST SPEAR range
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | pdata-quirks.c | 21 #include <linux/platform_data/hsmmc-omap.h> 463 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x4809c000, "4809c000.mmc", &mmc_pdata[0]), 464 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x480b4000, "480b4000.mmc", &mmc_pdata[1]),
|
D | omap_hwmod_2430_data.c | 14 #include <linux/platform_data/hsmmc-omap.h>
|
/linux-6.12.1/include/linux/platform_data/ |
D | hsmmc-omap.h | 11 * OMAP_HSMMC_SUPPORTS_DUAL_VOLT: Some HSMMC controller instances can
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | omap2430.dtsi | 257 compatible = "ti,omap2-hsmmc"; 268 compatible = "ti,omap2-hsmmc";
|
D | dm814x.dtsi | 399 compatible = "ti,omap4-hsmmc"; 417 compatible = "ti,omap4-hsmmc"; 548 compatible = "ti,omap4-hsmmc";
|
D | omap3.dtsi | 510 compatible = "ti,omap3-hsmmc"; 521 compatible = "ti,omap3-hsmmc"; 530 compatible = "ti,omap3-hsmmc";
|
D | omap3-ldp.dts | 210 compatible = "ti,omap3-pre-es3-hsmmc";
|
D | omap4-l4.dtsi | 2152 compatible = "ti,omap4-hsmmc"; 2248 compatible = "ti,omap4-hsmmc"; 2312 compatible = "ti,omap4-hsmmc"; 2404 compatible = "ti,omap4-hsmmc"; 2436 compatible = "ti,omap4-hsmmc";
|
/linux-6.12.1/Documentation/devicetree/bindings/dma/ |
D | ti-edma.txt | 189 compatible = "ti,k2g-hsmmc", "ti,omap4-hsmmc";
|
/linux-6.12.1/drivers/clk/samsung/ |
D | clk-s3c64xx.c | 323 ALIAS(HCLK_HSMMC2, "s3c-sdhci.2", "hsmmc"), 325 ALIAS(HCLK_HSMMC1, "s3c-sdhci.1", "hsmmc"), 327 ALIAS(HCLK_HSMMC0, "s3c-sdhci.0", "hsmmc"),
|
12