Home
last modified time | relevance | path

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

/u-boot/drivers/mmc/
A Dmxsmmc.c62 int non_removable; member
497 if (plat->non_removable)
586 plat->non_removable = dtplat->non_removable;
589 priv->regs, priv->buswidth, clkid, plat->non_removable);
637 if (plat->non_removable)
678 plat->non_removable = dev_read_bool(bus, "non-removable");
696 plat->non_removable ? "non-removable" : NULL,
A Dfsl_esdhc_imx.c163 int non_removable; member
1088 if (priv->non_removable) in esdhc_getcd_common()
1454 priv->non_removable = 1; in fsl_esdhc_of_to_plat()
1456 priv->non_removable = 0; in fsl_esdhc_of_to_plat()
1525 if (dtplat->non_removable) in fsl_esdhc_probe()
1526 priv->non_removable = 1; in fsl_esdhc_probe()
1528 priv->non_removable = 0; in fsl_esdhc_probe()
1530 if (CONFIG_IS_ENABLED(DM_GPIO) && !priv->non_removable) { in fsl_esdhc_probe()
A Docteontx_hsmmc.h99 bool non_removable:1; member
A Dam654_sdhci.c92 bool non_removable; member
322 if (plat->non_removable) in am654_sdhci_init()
578 plat->non_removable = dev_read_bool(dev, "non-removable"); in am654_sdhci_of_to_plat()
A Docteontx_hsmmc.c3621 slot->non_removable = ofnode_read_bool(node, "non-removable"); in octeontx_mmc_get_config()

Completed in 16 milliseconds