Home
last modified time | relevance | path

Searched refs:mmc_pdata (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpdata-quirks.c36 static struct omap_hsmmc_platform_data __maybe_unused mmc_pdata[2]; variable
237 mmc_pdata[0].name = "external"; in nokia_n900_legacy_init()
238 mmc_pdata[1].name = "internal"; in nokia_n900_legacy_init()
491 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x4809c000, "4809c000.mmc", &mmc_pdata[0]),
492 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x480b4000, "480b4000.mmc", &mmc_pdata[1]),
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dpdata-quirks.c36 static struct omap_hsmmc_platform_data __maybe_unused mmc_pdata[2]; variable
246 mmc_pdata[0].name = "external"; in nokia_n900_legacy_init()
247 mmc_pdata[1].name = "internal"; in nokia_n900_legacy_init()
453 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x4809c000, "4809c000.mmc", &mmc_pdata[0]),
454 OF_DEV_AUXDATA("ti,omap3-hsmmc", 0x480b4000, "480b4000.mmc", &mmc_pdata[1]),
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Domap_hsmmc.c153 #define mmc_pdata(host) host->pdata macro
450 if (mmc_pdata(host)->no_regulator_off_init) in omap_hsmmc_reg_get()
567 if ((mmc_pdata(host)->features & HSMMC_HAS_HSPE_SUPPORT) && in omap_hsmmc_set_clock()
752 return sprintf(buf, "%s\n", mmc_pdata(host)->name); in omap_hsmmc_show_slot_name()
988 if (mmc_pdata(host)->features & HSMMC_HAS_UPDATED_RESET) { in omap_hsmmc_reset_controller_fsm()
1927 mmc->caps |= mmc_pdata(host)->caps; in omap_hsmmc_probe()
1931 if (mmc_pdata(host)->nonremovable) in omap_hsmmc_probe()
1934 mmc->pm_caps |= mmc_pdata(host)->pm_caps; in omap_hsmmc_probe()
1976 mmc->ocr_avail = mmc_pdata(host)->ocr_mask; in omap_hsmmc_probe()
1996 if (mmc_pdata(hos in omap_hsmmc_probe()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Domap_hsmmc.c153 #define mmc_pdata(host) host->pdata macro
450 if (mmc_pdata(host)->no_regulator_off_init) in omap_hsmmc_reg_get()
567 if ((mmc_pdata(host)->features & HSMMC_HAS_HSPE_SUPPORT) && in omap_hsmmc_set_clock()
747 return sprintf(buf, "%s\n", mmc_pdata(host)->name); in omap_hsmmc_show_slot_name()
983 if (mmc_pdata(host)->features & HSMMC_HAS_UPDATED_RESET) { in omap_hsmmc_reset_controller_fsm()
1883 mmc->caps |= mmc_pdata(host)->caps; in omap_hsmmc_probe()
1887 if (mmc_pdata(host)->nonremovable) in omap_hsmmc_probe()
1890 mmc->pm_caps |= mmc_pdata(host)->pm_caps; in omap_hsmmc_probe()
1932 mmc->ocr_avail = mmc_pdata(host)->ocr_mask; in omap_hsmmc_probe()
1952 if (mmc_pdata(hos in omap_hsmmc_probe()
[all...]

Completed in 8 milliseconds