Home
last modified time | relevance | path

Searched refs:mmc_set_ios (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/mmc/core/
H A Dcore.c888 static inline void mmc_set_ios(struct mmc_host *host) in mmc_set_ios() function
907 mmc_set_ios(host); in mmc_set_chip_select()
922 mmc_set_ios(host); in mmc_set_clock()
965 mmc_set_ios(host); in mmc_set_bus_mode()
974 mmc_set_ios(host); in mmc_set_bus_width()
1005 mmc_set_ios(host); in mmc_set_initial_state()
1192 mmc_set_ios(host); in mmc_host_set_uhs_voltage()
1200 mmc_set_ios(host); in mmc_host_set_uhs_voltage()
1276 mmc_set_ios(host); in mmc_set_timing()
1285 mmc_set_ios(host); in mmc_set_driver_type()
[all …]
/openbmc/u-boot/drivers/mmc/
H A Dmmc-uclass.c45 int mmc_set_ios(struct mmc *mmc) in mmc_set_ios() function
H A Dmmc.c1511 static int mmc_set_ios(struct mmc *mmc) in mmc_set_ios() function
1537 return mmc_set_ios(mmc); in mmc_set_clock()
1544 return mmc_set_ios(mmc); in mmc_set_bus_width()
1600 err = mmc_set_ios(mmc); in mmc_set_signal_voltage()
/openbmc/u-boot/include/
H A Dmmc.h478 int mmc_set_ios(struct mmc *mmc);