Home
last modified time | relevance | path

Searched +full:k1 +full:- +full:sdhci (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/mmc/
H A Dspacemit,sdhci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/spacemit,sdhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: SpacemiT SDHCI Controller
10 - Yixun Lan <dlan@gentoo.org>
13 - $ref: mmc-controller.yaml#
17 const: spacemit,k1-sdhci
27 - description: core clock, used by internal controller
28 - description: io clock, output for SD, SDIO, eMMC device
[all …]
/linux/drivers/mmc/host/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
6 obj-$(CONFIG_MMC_ARMMMCI) += armmmci.o
7 armmmci-y := mmci.o
8 armmmci-$(CONFIG_MMC_QCOM_DML) += mmci_qcom_dml.o
9 armmmci-$(CONFIG_MMC_STM32_SDMMC) += mmci_stm32_sdmmc.o
10 obj-$(CONFIG_MMC_PXA) += pxamci.o
11 obj-$(CONFIG_MMC_MXC) += mxcmmc.o
12 obj-$(CONFIG_MMC_MXS) += mxs-mmc.o
13 obj-$(CONFIG_MMC_SDHCI) += sdhci.o
14 obj-$(CONFIG_MMC_SDHCI_UHS2) += sdhci-uhs2.o
[all …]
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
85 need to overwrite SDHCI IO memory accessors.
93 and performing I/O to a SDHCI controller through a bus that
94 implements a hardware byte swapper using a 32-bit datum.
99 This is the case for the Nintendo Wii SDHCI.
102 tristate "UHS2 support on SDHCI controller" if COMPILE_TEST
105 This option is selected by SDHCI controller drivers that want to
106 support UHS2-capable devices.
111 tristate "SDHCI support on PCI bus"
131 proprietary controller is unnecessary because the SDHCI driver
[all …]
H A Dsdhci-of-k1.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2023-2025 SpacemiT (Hangzhou) Technology Co. Ltd
20 #include "sdhci.h"
21 #include "sdhci-pltfm.h"
101 if (!(host->mmc->caps2 & MMC_CAP2_NO_MMC)) in spacemit_sdhci_reset()
115 if (!(host->mmc->caps2 & MMC_CAP2_NO_SDIO)) in spacemit_sdhci_set_uhs_signaling()
121 struct mmc_host *mmc = host->mmc; in spacemit_sdhci_set_clock()
123 if (mmc->ios.timing <= MMC_TIMING_UHS_SDR50) in spacemit_sdhci_set_clock()
150 ret = readl_poll_timeout(host->ioaddr + SPACEMIT_SDHC_PHY_DLLSTS, state, in spacemit_sdhci_phy_dll_init()
152 if (ret == -ETIMEDOUT) in spacemit_sdhci_phy_dll_init()
[all …]
/linux/arch/riscv/boot/dts/spacemit/
H A Dk1.dtsi1 // SPDX-License-Identifier: GPL-2.0 OR MIT
6 #include <dt-bindings/clock/spacemit,k1-syscon.h>
8 /dts-v1/;
10 #address-cells = <2>;
11 #size-cells = <2>;
12 model = "SpacemiT K1";
13 compatible = "spacemit,k1";
16 #address-cells = <1>;
17 #size-cells = <0>;
18 timebase-frequency = <24000000>;
[all …]