Home
last modified time | relevance | path

Searched refs:mmc_hwpart_config (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dmmc.h707 int mmc_hwpart_config(struct mmc *mmc, const struct mmc_hwpart_conf *conf,
/rk3399_rockchip-uboot/cmd/
H A Dmmc.c793 if (!mmc_hwpart_config(mmc, &pconf, mode)) { in do_mmc_hwpartition()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc.c1299 int mmc_hwpart_config(struct mmc *mmc, function