Home
last modified time | relevance | path

Searched refs:mmc_set_dsr (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dmmc_ops.h27 int mmc_set_dsr(struct mmc_host *host);
H A Dmmc_ops.c135 int mmc_set_dsr(struct mmc_host *host) in mmc_set_dsr() function
H A Dsd.c1468 mmc_set_dsr(host); in mmc_sd_init_card()
H A Dmmc.c1707 mmc_set_dsr(host); in mmc_init_card()
/openbmc/u-boot/board/tqc/tqma6/
H A Dtqma6.c126 mmc_set_dsr(mmc, tqma6_emmc_dsr); in board_mmc_init()
/openbmc/u-boot/include/
H A Dmmc.h752 int mmc_set_dsr(struct mmc *mmc, u16 val);
/openbmc/u-boot/cmd/
H A Dmmc.c838 ret = mmc_set_dsr(mmc, val); in do_mmc_setdsr()
/openbmc/u-boot/drivers/mmc/
H A Dmmc.c2809 int mmc_set_dsr(struct mmc *mmc, u16 val) in mmc_set_dsr() function