Searched refs:mmc (Results 1 - 25 of 234) sorted by relevance

12345678910

/arch/arm/include/asm/mach/
H A Dmmc.h2 * arch/arm/include/asm/mach/mmc.h
7 #include <linux/mmc/host.h>
8 #include <linux/mmc/card.h>
9 #include <linux/mmc/sdio_func.h>
/arch/arm/mach-omap1/
H A Dmmc.h1 #include <linux/mmc/host.h>
2 #include <linux/platform_data/mmc-omap.h>
/arch/arm/mach-omap2/
H A Dhsmmc.c24 #include "mmc.h"
50 struct omap_mmc_platform_data *mmc = dev->platform_data; local
52 if (mmc->slots[0].remux)
53 mmc->slots[0].remux(dev, slot, power_on);
75 if (mmc->slots[0].internal_clock) {
123 static void hsmmc2_select_input_clk_src(struct omap_mmc_platform_data *mmc) argument
128 if (mmc->slots[0].internal_clock)
138 struct omap_mmc_platform_data *mmc = dev->platform_data; local
140 if (mmc->slots[0].remux)
141 mmc
150 struct omap_mmc_platform_data *mmc = dev->platform_data; local
245 omap_hsmmc_pdata_init(struct omap2_hsmmc_info *c, struct omap_mmc_platform_data *mmc) argument
[all...]
H A Dmmc.h1 #include <linux/mmc/host.h>
2 #include <linux/platform_data/mmc-omap.h>
H A Dhsmmc.h12 u8 mmc; /* controller 1/2/3 */ member in struct:omap2_hsmmc_info
14 * capabilities OR'd (ref. linux/mmc/host.h) */
24 bool deferred; /* mmc needs a deferred probe */
28 struct platform_device *pdev; /* mmc controller instance */
H A Dboard-omap3touchbook.c30 #include <linux/mmc/host.h>
100 static struct omap2_hsmmc_info mmc[] = { variable in typeref:struct:omap2_hsmmc_info
102 .mmc = 1,
124 mmc[0].gpio_cd = gpio + 0;
125 omap_hsmmc_late_init(mmc);
351 mmc[0].gpio_wp = 23;
355 omap_hsmmc_init(mmc);
/arch/arm/boot/dts/
H A Dsocfpga_cyclone5_socrates.dts48 &mmc {
H A Dsocfpga_arria5.dtsi36 cap-mmc-highspeed;
H A Dusb_a9g20_lpw.dts20 mmc-slot@0 {
21 compatible = "mmc-spi-slot";
H A Dste-ccu9540.dts42 cap-mmc-highspeed;
66 cap-mmc-highspeed;
H A Dat91sam9g20ek_2mmc.dts12 model = "Atmel at91sam9g20ek 2 mmc";
17 mmc0: mmc@fffa8000 {
H A Domap4-panda-es.dts66 mmc {
H A Dsocfpga_cyclone5.dtsi37 cap-mmc-highspeed;
H A Dsun6i-a31-m9.dts25 mmc0: mmc@01c0f000 {
H A Dat91sam9x5ek.dtsi21 mmc0: mmc@f0008000 {
34 mmc1: mmc@f000c000 {
H A Dsun5i-a10s-r7-tv-dongle.dts21 mmc0: mmc@01c0f000 {
31 mmc1: mmc@01c10000 {
/arch/arm/boot/compressed/
H A Dmmcif-sh7372.c12 #include <linux/mmc/sh_mmcif.h>
13 #include <linux/mmc/boot.h>
14 #include <mach/mmc.h>
H A Dsdhi-sh7372.c16 #include <mach/mmc.h>
17 #include <linux/mmc/boot.h>
18 #include <linux/mmc/tmio.h>
/arch/alpha/include/asm/
H A Dmmu_context.h137 unsigned long mmc; local
145 mmc = next_mm->context[cpu];
146 if ((mmc ^ asn) & ~HARDWARE_ASN_MASK) {
147 mmc = __get_new_mm_context(next_mm, cpu);
148 next_mm->context[cpu] = mmc;
158 task_thread_info(next)->pcb.asn = mmc & HARDWARE_ASN_MASK;
H A Dtlbflush.h91 unsigned long *mmc = &mm->context[smp_processor_id()]; local
94 if (*mmc) *mmc = 0;
/arch/m32r/kernel/
H A Dsmp.c250 unsigned long *mmc; local
255 mmc = &mm->context[cpu_id];
259 if (*mmc != NO_CONTEXT) {
261 *mmc = NO_CONTEXT;
320 unsigned long *mmc; local
325 mmc = &mm->context[cpu_id];
334 if (*mmc != NO_CONTEXT) {
337 va |= (*mmc & MMU_CONTEXT_ASID_MASK);
451 unsigned long *mmc = &flush_mm->context[cpu_id]; local
457 *mmc
[all...]
/arch/powerpc/boot/dts/fsl/
H A De500v2_power_isa.dtsi45 power-isa-mmc; // Memory Coherence
/arch/sh/boot/romimage/
H A Dmmcif-sh7724.c11 #include <linux/mmc/sh_mmcif.h>
12 #include <linux/mmc/boot.h>
/arch/alpha/mm/
H A Dfault.c43 unsigned long mmc; local
46 mmc = __get_new_mm_context(next_mm, smp_processor_id());
47 next_mm->context[smp_processor_id()] = mmc;
50 pcb->asn = mmc & HARDWARE_ASN_MASK;
/arch/arm/mach-msm/
H A DMakefile17 obj-$(CONFIG_MACH_TROUT) += board-trout.o board-trout-gpio.o board-trout-mmc.o devices-msm7x00.o
18 obj-$(CONFIG_MACH_TROUT) += board-trout.o board-trout-gpio.o board-trout-mmc.o board-trout-panel.o devices-msm7x00.o

Completed in 2030 milliseconds

12345678910