Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmmc.h509 enum bus_mode { enum
525 const char *mmc_mode_name(enum bus_mode mode);
528 static inline bool mmc_is_mode_ddr(enum bus_mode mode) in mmc_is_mode_ddr()
624 enum bus_mode selected_mode; /* mode currently used */
625 enum bus_mode best_mode; /* best mode is the supported mode with the
/external/u-boot/drivers/mmc/
Dmmc.c135 const char *mmc_mode_name(enum bus_mode mode) in mmc_mode_name()
159 static uint mmc_mode2freq(struct mmc *mmc, enum bus_mode mode) in mmc_mode2freq()
184 static int mmc_select_mode(struct mmc *mmc, enum bus_mode mode) in mmc_select_mode()
755 static int mmc_set_card_speed(struct mmc *mmc, enum bus_mode mode) in mmc_set_card_speed()
1272 static int sd_set_card_speed(struct mmc *mmc, enum bus_mode mode) in sd_set_card_speed()
1511 enum bus_mode mode; in mmc_dump_capabilities()
1529 enum bus_mode mode;
1731 static int mmc_set_lowest_voltage(struct mmc *mmc, enum bus_mode mode, in mmc_set_lowest_voltage()
1768 static inline int mmc_set_lowest_voltage(struct mmc *mmc, enum bus_mode mode, in mmc_set_lowest_voltage()
Domap_hsmmc.c93 enum bus_mode mode;