Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmmc_boot.c101 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access) in mmc_set_part_conf() function
/rk3399_rockchip-uboot/include/
H A Dmmc.h722 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access);
/rk3399_rockchip-uboot/cmd/
H A Dmmc.c913 return mmc_set_part_conf(mmc, ack, part_num, access); in do_mmc_partconf()