/linux-5.10/Documentation/devicetree/bindings/mmc/ |
D | exynos-dw-mshc.txt | 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the Samsung Exynos specific 13 - "samsung,exynos4210-dw-mshc": for controllers with Samsung Exynos4210 15 - "samsung,exynos4412-dw-mshc": for controllers with Samsung Exynos4412 17 - "samsung,exynos5250-dw-mshc": for controllers with Samsung Exynos5250 19 - "samsung,exynos5420-dw-mshc": for controllers with Samsung Exynos5420 21 - "samsung,exynos7-dw-mshc": for controllers with Samsung Exynos7 23 - "samsung,exynos7-dw-mshc-smu": for controllers with Samsung Exynos7 26 * samsung,dw-mshc-ciu-div: Specifies the divider value for the card interface 30 * samsung,dw-mshc-sdr-timing: Specifies the value of CIU clock phase shift value [all …]
|
D | rockchip-dw-mshc.yaml | 4 $id: http://devicetree.org/schemas/mmc/rockchip-dw-mshc.yaml# 12 This file documents the combined properties for the core Synopsys dw mshc 13 controller that are not already included in the synopsys-dw-mshc-common.yaml 17 - $ref: "synopsys-dw-mshc-common.yaml#" 27 - const: rockchip,rk2928-dw-mshc 29 - const: rockchip,rk3288-dw-mshc 33 - rockchip,px30-dw-mshc 35 - rockchip,rk3036-dw-mshc 37 - rockchip,rk3228-dw-mshc 39 - rockchip,rk3308-dw-mshc [all …]
|
D | k3-dw-mshc.txt | 4 Read synopsys-dw-mshc.txt for more details 8 differences between the core Synopsys dw mshc controller properties described 9 by synopsys-dw-mshc.txt and the properties used by the Hisilicon specific 15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions. 16 - "hisilicon,hi3670-dw-mshc", "hisilicon,hi3660-dw-mshc": for controllers 18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions. 19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions. 30 compatible = "hisilicon,hi4511-dw-mshc"; 55 compatible = "hisilicon,hi6220-dw-mshc";
|
D | hi3798cv200-dw-mshc.txt | 4 Read synopsys-dw-mshc.txt for more details 8 differences between the core Synopsys dw mshc controller properties described 9 by synopsys-dw-mshc.txt and the properties used by the Hisilicon Hi3798CV200 13 - compatible: Should contain "hisilicon,hi3798cv200-dw-mshc". 17 "ciu" - The ciu clock described in synopsys-dw-mshc.txt. 18 "biu" - The biu clock described in synopsys-dw-mshc.txt. 25 compatible = "hisilicon,hi3798cv200-dw-mshc";
|
D | bluefield-dw-mshc.txt | 4 Read synopsys-dw-mshc.txt for more details 8 differences between the core Synopsys dw mshc controller properties described 9 by synopsys-dw-mshc.txt and the properties used by the Mellanox Bluefield SoC 15 - "mellanox,bluefield-dw-mshc": for controllers with Mellanox Bluefield SoC 22 compatible = "mellanox,bluefield-dw-mshc";
|
D | socfpga-dw-mshc.txt | 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the Altera SOCFPGA specific 13 - "altr,socfpga-dw-mshc": for Altera's SOCFPGA platform 18 compatible = "altr,socfpga-dw-mshc";
|
D | img-dw-mshc.txt | 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the Imagination specific 13 - "img,pistachio-dw-mshc": for Pistachio SoCs 18 compatible = "img,pistachio-dw-mshc";
|
D | zx-dw-mshc.txt | 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the ZTE specific 13 - "zte,zx296718-dw-mshc": for ZX SoCs 18 compatible = "zte,zx296718-dw-mshc";
|
D | synopsys-dw-mshc.yaml | 4 $id: http://devicetree.org/schemas/mmc/synopsys-dw-mshc.yaml# 10 - $ref: "synopsys-dw-mshc-common.yaml#" 18 const: snps,dw-mshc 50 compatible = "snps,dw-mshc";
|
/linux-5.10/drivers/mmc/host/ |
D | dw_mmc-exynos.c | 22 /* Variations in Exynos specific dw-mshc controller */ 52 .compatible = "samsung,exynos4210-dw-mshc", 55 .compatible = "samsung,exynos4412-dw-mshc", 58 .compatible = "samsung,exynos5250-dw-mshc", 61 .compatible = "samsung,exynos5420-dw-mshc", 64 .compatible = "samsung,exynos5420-dw-mshc-smu", 67 .compatible = "samsung,exynos7-dw-mshc", 70 .compatible = "samsung,exynos7-dw-mshc-smu", 151 * use of bit 29 (which is reserved on standard MSHC controllers) for in dw_mci_exynos_set_clksel_timing() 361 of_property_read_u32(np, "samsung,dw-mshc-ciu-div", &div); in dw_mci_exynos_parse_dt() [all …]
|
D | dw_mmc-pltfm.c | 67 { .compatible = "snps,dw-mshc", }, 68 { .compatible = "altr,socfpga-dw-mshc", }, 69 { .compatible = "img,pistachio-dw-mshc", },
|
D | dw_mmc-k3.c | 130 priv->ctrl_id = of_alias_get_id(host->dev->of_node, "mshc"); in dw_mci_hi6220_parse_dt() 445 { .compatible = "hisilicon,hi3660-dw-mshc", .data = &hi3660_data, }, 446 { .compatible = "hisilicon,hi4511-dw-mshc", .data = &k3_drv_data, }, 447 { .compatible = "hisilicon,hi6220-dw-mshc", .data = &hi6220_data, }, 484 MODULE_DESCRIPTION("K3 Specific DW-MSHC Driver Extension");
|
/linux-5.10/arch/arm/boot/dts/ |
D | exynos5260-xyref5260.dts | 71 samsung,dw-mshc-ciu-div = <3>; 72 samsung,dw-mshc-sdr-timing = <0 4>; 73 samsung,dw-mshc-ddr-timing = <0 2>; 83 samsung,dw-mshc-ciu-div = <3>; 84 samsung,dw-mshc-sdr-timing = <2 3>; 85 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5410-smdk5410.dts | 51 samsung,dw-mshc-ciu-div = <3>; 52 samsung,dw-mshc-sdr-timing = <2 3>; 53 samsung,dw-mshc-ddr-timing = <1 2>; 61 samsung,dw-mshc-ciu-div = <3>; 62 samsung,dw-mshc-sdr-timing = <2 3>; 63 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos3250-artik5-eval.dts | 28 samsung,dw-mshc-ciu-div = <1>; 29 samsung,dw-mshc-sdr-timing = <0 1>; 30 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5420-smdk5420.dts | 354 samsung,dw-mshc-ciu-div = <3>; 355 samsung,dw-mshc-sdr-timing = <0 4>; 356 samsung,dw-mshc-ddr-timing = <0 2>; 357 samsung,dw-mshc-hs400-timing = <0 2>; 369 samsung,dw-mshc-ciu-div = <3>; 370 samsung,dw-mshc-sdr-timing = <2 3>; 371 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5250-smdk5250.dts | 343 samsung,dw-mshc-ciu-div = <3>; 344 samsung,dw-mshc-sdr-timing = <2 3>; 345 samsung,dw-mshc-ddr-timing = <1 2>; 355 samsung,dw-mshc-ciu-div = <3>; 356 samsung,dw-mshc-sdr-timing = <2 3>; 357 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5250-snow-common.dtsi | 545 samsung,dw-mshc-ciu-div = <3>; 546 samsung,dw-mshc-sdr-timing = <2 3>; 547 samsung,dw-mshc-ddr-timing = <1 2>; 558 samsung,dw-mshc-ciu-div = <3>; 559 samsung,dw-mshc-sdr-timing = <2 3>; 560 samsung,dw-mshc-ddr-timing = <1 2>; 579 samsung,dw-mshc-ciu-div = <3>; 580 samsung,dw-mshc-sdr-timing = <2 3>; 581 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos3250-artik5.dtsi | 324 samsung,dw-mshc-ciu-div = <1>; 325 samsung,dw-mshc-sdr-timing = <0 1>; 326 samsung,dw-mshc-ddr-timing = <1 2>; 349 samsung,dw-mshc-ciu-div = <3>; 350 samsung,dw-mshc-sdr-timing = <0 1>; 351 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5250-spring.dts | 426 samsung,dw-mshc-ciu-div = <3>; 427 samsung,dw-mshc-sdr-timing = <2 3>; 428 samsung,dw-mshc-ddr-timing = <1 2>; 443 samsung,dw-mshc-ciu-div = <3>; 444 samsung,dw-mshc-sdr-timing = <2 3>; 445 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5800-peach-pi.dts | 710 samsung,dw-mshc-ciu-div = <3>; 711 samsung,dw-mshc-sdr-timing = <0 4>; 712 samsung,dw-mshc-ddr-timing = <0 2>; 713 samsung,dw-mshc-hs400-timing = <0 2>; 727 samsung,dw-mshc-ciu-div = <1>; 728 samsung,dw-mshc-sdr-timing = <0 1>; 729 samsung,dw-mshc-ddr-timing = <0 2>; 745 samsung,dw-mshc-ciu-div = <3>; 746 samsung,dw-mshc-sdr-timing = <2 3>; 747 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5420-peach-pit.dts | 728 samsung,dw-mshc-ciu-div = <3>; 729 samsung,dw-mshc-sdr-timing = <0 4>; 730 samsung,dw-mshc-ddr-timing = <0 2>; 731 samsung,dw-mshc-hs400-timing = <0 2>; 745 samsung,dw-mshc-ciu-div = <1>; 746 samsung,dw-mshc-sdr-timing = <0 1>; 747 samsung,dw-mshc-ddr-timing = <0 2>; 763 samsung,dw-mshc-ciu-div = <3>; 764 samsung,dw-mshc-sdr-timing = <2 3>; 765 samsung,dw-mshc-ddr-timing = <1 2>;
|
D | exynos5410-odroidxu.dts | 517 samsung,dw-mshc-ciu-div = <3>; 518 samsung,dw-mshc-sdr-timing = <0 4>; 519 samsung,dw-mshc-ddr-timing = <0 2>; 532 samsung,dw-mshc-ciu-div = <3>; 533 samsung,dw-mshc-sdr-timing = <0 4>; 534 samsung,dw-mshc-ddr-timing = <0 2>;
|
D | exynos5250-arndale.dts | 570 samsung,dw-mshc-ciu-div = <3>; 571 samsung,dw-mshc-sdr-timing = <2 3>; 572 samsung,dw-mshc-ddr-timing = <1 2>; 583 samsung,dw-mshc-ciu-div = <3>; 584 samsung,dw-mshc-sdr-timing = <2 3>; 585 samsung,dw-mshc-ddr-timing = <1 2>;
|
/linux-5.10/arch/arm64/boot/dts/exynos/ |
D | exynos7-espresso.dts | 371 samsung,dw-mshc-ciu-div = <3>; 372 samsung,dw-mshc-sdr-timing = <0 4>; 373 samsung,dw-mshc-ddr-timing = <0 2>; 384 samsung,dw-mshc-ciu-div = <3>; 385 samsung,dw-mshc-sdr-timing = <2 3>; 386 samsung,dw-mshc-ddr-timing = <1 2>;
|