Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/include/
H A Dmmc.h726 int mmc_set_rst_n_function(struct mmc *mmc, u8 enable);
/rk3399_rockchip-uboot/cmd/
H A Dmmc.c947 return mmc_set_rst_n_function(mmc, enable); in do_mmc_rst_func()