Searched +full:synopsys +full:- +full:dw +full:- +full:mshc +full:- +full:common (Results 1 – 7 of 7) sorted by relevance
/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 …]
|
/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 …]
|
/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 …]
|