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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dmmc.h4 #include <linux/mmc/host.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/mach/
H A Dmmc.h2 * linux/include/asm-arm/mach/mmc.h
7 #include <linux/mmc/host.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dmmci.c2 * linux/drivers/mmc/mmci.c - ARM PrimeCell MMCI PL180/1 driver
19 #include <linux/mmc/host.h>
28 #include <asm/mach/mmc.h>
35 pr_debug("%s: %s: " fmt, mmc_hostname(host->mmc), __func__ , args)
57 mmc_request_done(host->mmc, mrq);
388 static void mmci_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
390 struct mmci_host *host = mmc_priv(mmc);
406 static void mmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
408 struct mmci_host *host = mmc_priv(mmc);
425 pwr |= host->plat->translate_vdd(mmc_dev(mmc), io
471 struct mmc_host *mmc; local
595 struct mmc_host *mmc = amba_get_drvdata(dev); local
630 struct mmc_host *mmc = amba_get_drvdata(dev); local
646 struct mmc_host *mmc = amba_get_drvdata(dev); local
[all...]
H A Dimxmmc.c2 * linux/drivers/mmc/imxmmc.c - Motorola i.MX MMCI driver
42 #include <linux/mmc/host.h>
43 #include <linux/mmc/card.h>
50 #include <asm/arch/mmc.h>
55 #define DRIVER_NAME "imx-mmc"
62 struct mmc_host *mmc; member in struct:imxmci_host
133 dev_dbg(mmc_dev(host->mmc), "imxmci_stop_clock blocked, no luck\n");
179 dev_err(mmc_dev(host->mmc), "imxmci_start_clock blocked, no luck\n");
211 dev_dbg(mmc_dev(host->mmc), "busy wait timeout in %s, STATUS = 0x%x (0x%x)\n",
222 if(!(stat_mask & STATUS_END_CMD_RESP) || (host->mmc
781 imxmci_request(struct mmc_host *mmc, struct mmc_request *req) argument
810 imxmci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
938 struct mmc_host *mmc; local
1051 struct mmc_host *mmc = platform_get_drvdata(pdev); local
1081 struct mmc_host *mmc = platform_get_drvdata(dev); local
1092 struct mmc_host *mmc = platform_get_drvdata(dev); local
[all...]
H A Dpxamci.c2 * linux/drivers/mmc/pxa.c - PXA MMCI driver
26 #include <linux/mmc/host.h>
34 #include <asm/arch/mmc.h>
43 struct mmc_host *mmc; member in struct:pxamci_host
82 dev_err(mmc_dev(host->mmc), "unable to stop clock\n");
141 host->dma_len = dma_map_sg(mmc_dev(host->mmc), data->sg, data->sg_len,
202 mmc_request_done(host->mmc, mrq);
257 dma_unmap_sg(mmc_dev(host->mmc), data->sg, host->dma_len,
311 static void pxamci_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
313 struct pxamci_host *host = mmc_priv(mmc);
340 pxamci_get_ro(struct mmc_host *mmc) argument
350 pxamci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
405 struct mmc_host *mmc; local
521 struct mmc_host *mmc = platform_get_drvdata(pdev); local
556 struct mmc_host *mmc = platform_get_drvdata(dev); local
567 struct mmc_host *mmc = platform_get_drvdata(dev); local
[all...]
H A Domap.c2 * linux/drivers/media/mmc/omap.c
24 #include <linux/mmc/host.h>
25 #include <linux/mmc/card.h>
106 struct mmc_host * mmc; member in struct:mmc_omap_host
220 dev_err(mmc_dev(host->mmc), "Invalid response type: %04x\n", mmc_resp_type(cmd));
274 dma_unmap_sg(mmc_dev(host->mmc), data->sg, host->sg_len,
288 mmc_request_done(host->mmc, data->mrq);
374 mmc_request_done(host->mmc, cmd->mrq);
443 dev_info(mmc_dev(host->mmc),"spurious irq 0x%04x\n", status);
458 dev_dbg(mmc_dev(host->mmc), "MM
856 mmc_omap_request(struct mmc_host *mmc, struct mmc_request *req) argument
920 mmc_omap_calc_divisor(struct mmc_host *mmc, struct mmc_ios *ios) argument
946 mmc_omap_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
988 mmc_omap_get_ro(struct mmc_host *mmc) argument
1004 struct mmc_host *mmc; local
[all...]
H A Dwbsd.c2 * linux/drivers/mmc/wbsd.c - Winbond W83L51xD SD/MMC driver
35 #include <linux/mmc/host.h>
196 printk(KERN_ERR "%s: Resetting chip\n", mmc_hostname(host->mmc));
233 mmc_request_done(host->mmc, mrq);
736 mmc_hostname(host->mmc), count);
766 static void wbsd_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
768 struct wbsd_host *host = mmc_priv(mmc);
821 mmc_hostname(host->mmc), cmd->opcode);
864 static void wbsd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
866 struct wbsd_host *host = mmc_priv(mmc);
937 wbsd_get_ro(struct mmc_host *mmc) argument
1214 struct mmc_host *mmc; local
1284 struct mmc_host *mmc; local
1666 struct mmc_host *mmc = NULL; local
1755 struct mmc_host *mmc = dev_get_drvdata(dev); local
1851 struct mmc_host *mmc = platform_get_drvdata(dev); local
1873 struct mmc_host *mmc = platform_get_drvdata(dev); local
1897 struct mmc_host *mmc = dev_get_drvdata(&pnp_dev->dev); local
1912 struct mmc_host *mmc = dev_get_drvdata(&pnp_dev->dev); local
[all...]
H A Dsdhci.c2 * linux/drivers/mmc/sdhci.c - Secure Digital Host Controller Interface driver
17 #include <linux/mmc/host.h>
154 mmc_hostname(host->mmc), (int)mask);
363 BUG_ON(data->blksz > host->mmc->max_blk_size);
391 mmc_hostname(host->mmc));
467 mmc_hostname(host->mmc));
513 "inhibit bit(s).\n", mmc_hostname(host->mmc));
535 mmc_hostname(host->mmc));
625 "stabilised.\n", mmc_hostname(host->mmc));
689 static void sdhci_request(struct mmc_host *mmc, struc argument
714 sdhci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
758 sdhci_get_ro(struct mmc_host *mmc) argument
1144 struct mmc_host *mmc; local
1388 struct mmc_host *mmc; local
[all...]
H A Dat91_mci.c2 * linux/drivers/mmc/at91_mci.c - ATMEL AT91 MCI Driver
69 #include <linux/mmc/host.h>
73 #include <asm/mach/mmc.h>
99 struct mmc_host *mmc; member in struct:at91mci_host
524 mmc_request_done(host->mmc, host->request);
581 static void at91_mci_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
583 struct at91mci_host *host = mmc_priv(mmc);
593 static void at91_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
596 struct at91mci_host *host = mmc_priv(mmc);
747 pr_debug("%s: card %s\n", mmc_hostname(host->mmc),
758 at91_mci_get_ro(struct mmc_host *mmc) argument
786 struct mmc_host *mmc; local
905 struct mmc_host *mmc = platform_get_drvdata(pdev); local
940 struct mmc_host *mmc = platform_get_drvdata(pdev); local
951 struct mmc_host *mmc = platform_get_drvdata(pdev); local
[all...]
H A Dtifm_sd.c16 #include <linux/mmc/host.h>
620 static void tifm_sd_request(struct mmc_host *mmc, struct mmc_request *mrq) argument
622 struct tifm_sd *host = mmc_priv(mmc);
726 mmc_request_done(mmc, mrq);
733 struct mmc_host *mmc = tifm_get_drvdata(sock); local
777 mmc_request_done(mmc, mrq);
792 static void tifm_sd_ios(struct mmc_host *mmc, struct mmc_ios *ios) argument
794 struct tifm_sd *host = mmc_priv(mmc);
859 static int tifm_sd_ro(struct mmc_host *mmc) argument
862 struct tifm_sd *host = mmc_priv(mmc);
945 struct mmc_host *mmc; local
998 struct mmc_host *mmc = tifm_get_drvdata(sock); local
1036 struct mmc_host *mmc = tifm_get_drvdata(sock); local
[all...]
H A Dau1xmmc.c2 * linux/drivers/mmc/au1xmmc.c - AU1XX0 MMC driver
13 * (drivers/mmc/wbsd.c) Copyright (C) 2004-2005 Pierre Ossman,
15 * (drivers/mmc/pxa.c) Copyright (C) 2003 Russell King,
44 #include <linux/mmc/host.h>
54 #define DRIVER_NAME "au1xxx-mmc"
153 static int au1xmmc_card_readonly(struct mmc_host *mmc) argument
155 struct au1xmmc_host *host = mmc_priv(mmc);
179 mmc_request_done(host->mmc, mrq);
282 dma_unmap_sg(mmc_dev(host->mmc), data->sg, data->sg_len, host->dma.dir);
588 host->dma.len = dma_map_sg(mmc_dev(host->mmc), dat
654 au1xmmc_request(struct mmc_host* mmc, struct mmc_request* mrq) argument
716 au1xmmc_set_ios(struct mmc_host* mmc, struct mmc_ios* ios) argument
885 struct mmc_host *mmc = mmc_alloc_host(sizeof(struct au1xmmc_host), &pdev->dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A DMakefile2 # Makefile for the kernel mmc core.
10 mmc_core-y := core.o sysfs.o mmc.o mmc_ops.o sd.o sd_ops.o
H A Dsd_ops.c2 * linux/drivers/mmc/sd_ops.h
16 #include <linux/mmc/host.h>
17 #include <linux/mmc/card.h>
18 #include <linux/mmc/mmc.h>
19 #include <linux/mmc/sd.h>
H A Dmmc_ops.c2 * linux/drivers/mmc/mmc_ops.h
16 #include <linux/mmc/host.h>
17 #include <linux/mmc/card.h>
18 #include <linux/mmc/mmc.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dmmc.h4 #include <linux/mmc/host.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Ddevices.c278 const struct omap_mmc_conf *mmc; local
286 mmc = &mmc_conf->mmc[0];
287 if (mmc->enabled) {
305 if (mmc->wire4) {
316 if (!mmc->nomux)
321 mmc1_conf = *mmc;
327 mmc = &mmc_conf->mmc[1];
328 if (mmc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dmmu_context.h138 unsigned long mmc; local
146 mmc = next_mm->context[cpu];
147 if ((mmc ^ asn) & ~HARDWARE_ASN_MASK) {
148 mmc = __get_new_mm_context(next_mm, cpu);
149 next_mm->context[cpu] = mmc;
159 task_thread_info(next)->pcb.asn = mmc & HARDWARE_ASN_MASK;
H A Dtlbflush.h89 unsigned long *mmc = &mm->context[smp_processor_id()]; local
92 if (*mmc) *mmc = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsmp.c280 unsigned long *mmc; local
285 mmc = &mm->context[cpu_id];
289 if (*mmc != NO_CONTEXT) {
291 *mmc = NO_CONTEXT;
350 unsigned long *mmc; local
355 mmc = &mm->context[cpu_id];
364 if (*mmc != NO_CONTEXT) {
367 va |= (*mmc & MMU_CONTEXT_ASID_MASK);
481 unsigned long *mmc = &flush_mm->context[cpu_id]; local
487 *mmc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dboard-generic.c60 .mmc [0] = {
67 .mmc [1] = {
H A Dboard-palmte.c57 .mmc [0] = {
H A Dboard-nokia770.c135 .mmc[0] = {
142 .mmc[1] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/mm/
H A Dfault.c44 unsigned long mmc; local
47 mmc = __get_new_mm_context(next_mm, smp_processor_id());
48 next_mm->context[smp_processor_id()] = mmc;
51 pcb->asn = mmc & HARDWARE_ASN_MASK;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dboard-generic.c45 .mmc [0] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-versatile/
H A Dversatile_pb.c33 #include <asm/mach/mmc.h>

Completed in 214 milliseconds

123