Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_boot.c124 int mmc_set_rst_n_function(struct mmc *mmc, u8 enable) in mmc_set_rst_n_function() function
/OK3568_Linux_fs/u-boot/include/
H A Dmmc.h726 int mmc_set_rst_n_function(struct mmc *mmc, u8 enable);
/OK3568_Linux_fs/u-boot/cmd/
H A Dmmc.c884 return mmc_set_rst_n_function(mmc, enable); in do_mmc_rst_func()