Searched full:mmci (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v5.15/include/linux/amba/ |
D | mmci.h | 3 * include/linux/amba/mmci.h 11 * struct mmci_platform_data - platform configuration for the MMCI
|
/Linux-v5.15/arch/arm/mach-omap1/ |
D | dma.c | 270 { "mmci-omap.0", "tx", SDMA_FILTER_PARAM(21) }, 271 { "mmci-omap.0", "rx", SDMA_FILTER_PARAM(22) }, 288 { "mmci-omap.0", "tx", SDMA_FILTER_PARAM(21) }, 289 { "mmci-omap.0", "rx", SDMA_FILTER_PARAM(22) }, 296 { "mmci-omap.1", "tx", SDMA_FILTER_PARAM(54) }, 297 { "mmci-omap.1", "rx", SDMA_FILTER_PARAM(55) },
|
D | clock_data.c | 723 CLK("mmci-omap.0", "fck", &mmc1_ck, CK_16XX | CK_1510 | CK_310), 724 CLK("mmci-omap.0", "fck", &mmc3_ck, CK_7XX), 725 CLK("mmci-omap.0", "ick", &armper_ck.clk, CK_16XX | CK_1510 | CK_310 | CK_7XX), 726 CLK("mmci-omap.1", "fck", &mmc2_ck, CK_16XX), 727 CLK("mmci-omap.1", "ick", &armper_ck.clk, CK_16XX),
|
D | devices.c | 218 omap_mmc_add("mmci-omap", i, base, size, irq, in omap1_init_mmc()
|
/Linux-v5.15/arch/arm/mach-integrator/ |
D | integrator_cp.c | 8 #include <linux/amba/mmci.h> 111 "mmci", &mmc_data),
|
/Linux-v5.15/drivers/mmc/host/ |
D | mmci.h | 3 * linux/drivers/mmc/host/mmci.h - ARM PrimeCell MMCI PL180/1 driver 265 * struct variant_data - MMCI variant-specific quirks 367 /* mmci variant callbacks */
|
D | mmci.c | 3 * linux/drivers/mmc/host/mmci.c - ARM PrimeCell MMCI PL180/1 driver 34 #include <linux/amba/mmci.h> 44 #include "mmci.h" 46 #define DRIVER_NAME "mmci-pl18x" 557 "Submit MMCI DMA job, sglen %d blksz %04x blks %04x flags %08x\n", in mmci_dma_start() 568 * Let the MMCI say when the data is ended and it's time in mmci_dma_start() 569 * to fire next DMA request. When that happens, MMCI will in mmci_dma_start() 944 * - The MMCI DMA interface on the Ux500 in _mmci_dmae_prep_data()
|
D | mmci_qcom_dml.c | 11 #include "mmci.h"
|
D | Makefile | 7 armmmci-y := mmci.o
|
D | mmci_stm32_sdmmc.c | 15 #include "mmci.h"
|
D | mxs-mmc.c | 3 * Portions copyright (C) 2003 Russell King, PXA MMCI Driver
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | ste-hrefprev60-tvk.dts | 21 regulator-name = "mmci-reg";
|
D | ste-href520-tvk.dts | 22 regulator-name = "mmci-reg";
|
D | ste-hrefv60plus-tvk.dts | 23 regulator-name = "mmci-reg";
|
D | ste-hrefprev60-stuib.dts | 21 regulator-name = "mmci-reg";
|
D | ste-hrefv60plus-stuib.dts | 23 regulator-name = "mmci-reg";
|
D | vexpress-v2m.dtsi | 191 mmci@5000 {
|
D | ste-snowball.dts | 206 regulator-name = "mmci-reg";
|
/Linux-v5.15/Documentation/devicetree/bindings/mmc/ |
D | arm,pl18x.yaml | 7 title: ARM PrimeCell MultiMedia Card Interface (MMCI) PL180 and PL181 14 The ARM PrimeCells MMCI PL180 and PL181 provides an interface for
|
/Linux-v5.15/drivers/clk/mxs/ |
D | clk-ssp.c | 6 * Portions copyright (C) 2003 Russell King, PXA MMCI Driver
|
/Linux-v5.15/drivers/clk/ti/ |
D | clk-2xxx.c | 159 DT_CLK("mmci-omap.0", "ick", "mmc_ick"), 161 DT_CLK("mmci-omap.0", "fck", "mmc_fck"),
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | gpio-regulator.yaml | 101 regulator-name = "mmci-gpio-supply";
|
/Linux-v5.15/arch/arm/mach-versatile/ |
D | versatile_dt.c | 19 #include <linux/amba/mmci.h>
|
/Linux-v5.15/arch/arm/mach-omap2/ |
D | pdata-quirks.c | 476 OF_DEV_AUXDATA("ti,omap2420-mmc", 0x4809c000, "mmci-omap.0", NULL),
|
/Linux-v5.15/drivers/mfd/ |
D | sta2x11-mfd.c | 639 * All of this must be ready before "normal" devices like MMCI appear.
|
12