Home
last modified time | relevance | path

Searched refs:controller_flags (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Domap_hsmmc.c95 u8 controller_flags; member
117 u8 controller_flags; member
342 if (priv->controller_flags & OMAP_HSMMC_REQUIRE_IODELAY) { in omap_hsmmc_io_recalibrate()
558 if (priv->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_set_capabilities()
560 } else if (priv->controller_flags & OMAP_HSMMC_NO_1_8_V) { in omap_hsmmc_set_capabilities()
840 priv->controller_flags |= OMAP_HSMMC_USE_ADMA; in omap_hsmmc_init_setup()
1134 if ((priv->controller_flags & OMAP_HSMMC_USE_ADMA) &&
1179 if ((priv->controller_flags & OMAP_HSMMC_USE_ADMA) && data &&
1874 if (!(priv->controller_flags & OMAP_HSMMC_REQUIRE_IODELAY))
1935 plat->controller_flags |= OMAP_HSMMC_SUPPORTS_DUAL_VOLT;
[all …]
/openbmc/linux/include/linux/platform_data/
H A Dhsmmc-omap.h43 u8 controller_flags; member
H A Dmmc-omap.h33 u8 controller_flags; member
/openbmc/linux/drivers/mmc/host/
H A Domap_hsmmc.c211 u8 controller_flags; member
643 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_context_restore()
1476 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_set_ios()
1560 if (host->pdata->controller_flags & OMAP_HSMMC_SWAKEUP_MISSING) { in omap_hsmmc_configure_wake_irq()
1593 if (host->pdata->controller_flags & OMAP_HSMMC_SUPPORTS_DUAL_VOLT) { in omap_hsmmc_conf_bus_power()
1692 .controller_flags = OMAP_HSMMC_BROKEN_MULTIBLOCK_READ,
1700 .controller_flags = OMAP_HSMMC_SWAKEUP_MISSING,
1740 pdata->controller_flags |= OMAP_HSMMC_SUPPORTS_DUAL_VOLT; in of_get_hsmmc_pdata()
1784 pdata->controller_flags |= data->controller_flags; in omap_hsmmc_probe()
1848 if (host->pdata->controller_flags & OMAP_HSMMC_BROKEN_MULTIBLOCK_READ) { in omap_hsmmc_probe()
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_mmc.h71 u32 controller_flags; member