Searched +full:synopsys +full:- +full:dw +full:- +full:mshc +full:- +full:common (Results 1 – 13 of 13) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
| D | rockchip-dw-mshc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/rockchip-dw-mshc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 Rockchip uses the Synopsys designware mobile storage host controller 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#" 20 - Heiko Stuebner <heiko@sntech.de> 22 # Everything else is described in the common file [all …]
|
| D | synopsys-dw-mshc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/synopsys-dw-mshc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Synopsys Designware Mobile Storage Host Controller Binding 10 - $ref: "synopsys-dw-mshc-common.yaml#" 13 - Ulf Hansson <ulf.hansson@linaro.org> 15 # Everything else is described in the common file 18 const: snps,dw-mshc 33 clock-names: [all …]
|
| D | synopsys-dw-mshc-common.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/synopsys-dw-mshc-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Synopsys Designware Mobile Storage Host Controller Common Properties 10 - $ref: "mmc-controller.yaml#" 13 - Ulf Hansson <ulf.hansson@linaro.org> 15 # Everything else is described in the common file 20 reset-names: 23 clock-frequency: [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mmc/ |
| D | rockchip-dw-mshc.txt | 1 * Rockchip specific extensions to the Synopsys Designware Mobile 4 The Synopsys designware mobile storage host controller is used to interface 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the Rockchip specific 8 extensions to the Synopsys Designware Mobile Storage Host Controller. 13 - "rockchip,rk2928-dw-mshc": for Rockchip RK2928 and following, 15 - "rockchip,rk3288-dw-mshc": for Rockchip RK3288 16 - "rockchip,rv1108-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RV1108 17 - "rockchip,px30-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip PX30 18 - "rockchip,rk3036-dw-mshc", "rockchip,rk3288-dw-mshc": for Rockchip RK3036 [all …]
|
| D | synopsys-dw-mshc.txt | 1 * Synopsys Designware Mobile Storage Host Controller 3 The Synopsys designware mobile storage host controller is used to interface 6 properties used by the Synopsys Designware Mobile Storage Host Controller. 11 - snps,dw-mshc: for controllers compliant with synopsys dw-mshc. 12 * #address-cells: should be 1. 13 * #size-cells: should be 0. 16 child-nodes with each child-node representing a supported slot. There should 23 property is 0 to (num-slots -1), where num-slots is the value 24 specified by the num-slots property. 26 * bus-width: as documented in mmc core bindings. [all …]
|
| /kernel/linux/linux-4.19/drivers/mmc/host/ |
| D | dw_mmc-exynos.c | 2 * Exynos Specific Extensions for Synopsys DW Multimedia Card Interface driver 23 #include "dw_mmc-pltfm.h" 24 #include "dw_mmc-exynos.h" 26 /* Variations in Exynos specific dw-mshc controller */ 56 .compatible = "samsung,exynos4210-dw-mshc", 59 .compatible = "samsung,exynos4412-dw-mshc", 62 .compatible = "samsung,exynos5250-dw-mshc", 65 .compatible = "samsung,exynos5420-dw-mshc", 68 .compatible = "samsung,exynos5420-dw-mshc-smu", 71 .compatible = "samsung,exynos7-dw-mshc", [all …]
|
| D | Kconfig | 74 implements a hardware byte swapper using a 32-bit datum. 101 disabled, it will steal the MMC cards away - rendering them 124 This selects the common helper functions support for Secure Digital 180 tristate "SDHCI OF support for the Synopsys DWC MSHC" 185 This selects Synopsys DesignWare Cores Mobile Storage Controller 206 This selects the SDHCI support for CNS3xxx System-on-Chip devices. 267 This selects the SDHCI support for SiRF System-on-Chip devices. 385 MOXA provides one multi-functional card reader which can 386 be found on some embedded hardware such as UC-7112-LX. 505 ---help--- [all …]
|
| D | dw_mmc.c | 2 * Synopsys DesignWare Multimedia Card Interface driver 18 #include <linux/dma-mapping.h> 41 #include <linux/mmc/slot-gpio.h> 45 /* Common flag combinations */ 76 ((d)->des2 = ((d)->des2 & cpu_to_le32(0x03ffe000)) | \ 81 u32 des4; /* Lower 32-bits of Buffer Address Pointer 1*/ 82 u32 des5; /* Upper 32-bits of Buffer Address Pointer 1*/ 84 u32 des6; /* Lower 32-bits of Next Descriptor Address */ 85 u32 des7; /* Upper 32-bits of Next Descriptor Address */ 100 ((d)->des1 = ((d)->des1 & cpu_to_le32(0x03ffe000)) | (cpu_to_le32((s) & 0x1fff))) [all …]
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| D | dw_mmc-exynos.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Exynos Specific Extensions for Synopsys DW Multimedia Card Interface driver 19 #include "dw_mmc-pltfm.h" 20 #include "dw_mmc-exynos.h" 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", [all …]
|
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 85 implements a hardware byte swapper using a 32-bit datum. 114 disabled, it will steal the MMC cards away - rendering them 137 This selects the common helper functions support for Secure Digital 206 tristate "SDHCI OF support for the Synopsys DWC MSHC" 211 This selects Synopsys DesignWare Cores Mobile Storage Controller 244 This selects the SDHCI support for CNS3xxx System-on-Chip devices. 321 This selects the SDHCI support for SiRF System-on-Chip devices. 467 MOXA provides one multi-functional card reader which can 468 be found on some embedded hardware such as UC-7112-LX. [all …]
|
| D | dw_mmc.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Synopsys DesignWare Multimedia Card Interface driver 14 #include <linux/dma-mapping.h> 37 #include <linux/mmc/slot-gpio.h> 41 /* Common flag combinations */ 72 ((d)->des2 = ((d)->des2 & cpu_to_le32(0x03ffe000)) | \ 77 u32 des4; /* Lower 32-bits of Buffer Address Pointer 1*/ 78 u32 des5; /* Upper 32-bits of Buffer Address Pointer 1*/ 80 u32 des6; /* Lower 32-bits of Next Descriptor Address */ 81 u32 des7; /* Upper 32-bits of Next Descriptor Address */ [all …]
|
| /kernel/linux/linux-5.10/ |
| D | MAINTAINERS | 6 trivial patch so apply some common sense. 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- [all …]
|
| /kernel/linux/linux-4.19/ |
| D | MAINTAINERS | 7 trivial patch so apply some common sense. 28 'diff -u' to make the patch easy to merge. Be prepared to get your 38 See Documentation/process/coding-style.rst for guidance here. 44 See Documentation/process/submitting-patches.rst for details. 55 include a Signed-off-by: line. The current version of this 57 Documentation/process/submitting-patches.rst. 68 that the bug would present a short-term risk to other users if it 84 W: Web-page with status/info 85 B: URI for where to file bugs. A web-page with detailed bug 109 N: [^a-z]tegra all files whose path contains the word tegra [all …]
|