Searched +full:ma35d1 +full:- +full:sdhci (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mmc/nuvoton,ma35d1-sdhci.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Nuvoton MA35D1 SD/SDIO/MMC Controller10 - Shan-Chun Hung <[email protected]>13 - $ref: sdhci-common.yaml#18 - nuvoton,ma35d1-sdhci29 pinctrl-names:32 - const: default[all …]
1 # SPDX-License-Identifier: GPL-2.06 obj-$(CONFIG_MMC_ARMMMCI) += armmmci.o7 armmmci-y := mmci.o8 armmmci-$(CONFIG_MMC_QCOM_DML) += mmci_qcom_dml.o9 armmmci-$(CONFIG_MMC_STM32_SDMMC) += mmci_stm32_sdmmc.o10 obj-$(CONFIG_MMC_PXA) += pxamci.o11 obj-$(CONFIG_MMC_MXC) += mxcmmc.o12 obj-$(CONFIG_MMC_MXS) += mxs-mmc.o13 obj-$(CONFIG_MMC_SDHCI) += sdhci.o14 obj-$(CONFIG_MMC_SDHCI_UHS2) += sdhci-uhs2.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only85 need to overwrite SDHCI IO memory accessors.93 and performing I/O to a SDHCI controller through a bus that94 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_TEST105 This option is selected by SDHCI controller drivers that want to106 support UHS2-capable devices.111 tristate "SDHCI support on PCI bus"131 proprietary controller is unnecessary because the SDHCI driver[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * Author: Shan-Chun Hung <[email protected]>16 #include <linux/dma-mapping.h>32 #include "sdhci-pltfm.h"33 #include "sdhci.h"77 if (likely(!len || (ALIGN(addr, SZ_128M) == ALIGN(addr + len - 1, SZ_128M)))) { in ma35_adma_write_desc()82 offset = addr & (SZ_128M - 1); in ma35_adma_write_desc()83 tmplen = SZ_128M - offset; in ma35_adma_write_desc()87 len -= tmplen; in ma35_adma_write_desc()115 switch (ios->signal_voltage) { in ma35_start_signal_voltage_switch()[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-[email protected]88 F: drivers/scsi/3w-*[all …]