Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Dmmc_boot.c100 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access) in mmc_set_part_conf() function
/openbmc/u-boot/include/
H A Dmmc.h757 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access);
/openbmc/u-boot/cmd/
H A Dmmc.c785 return mmc_set_part_conf(mmc, ack, part_num, access); in do_mmc_partconf()