|
@@ -48,7 +48,7 @@ void mmc_set_clock(struct mmc_host *host, unsigned int hz);
|
|
void mmc_set_bus_mode(struct mmc_host *host, unsigned int mode);
|
|
void mmc_set_bus_mode(struct mmc_host *host, unsigned int mode);
|
|
void mmc_set_bus_width(struct mmc_host *host, unsigned int width);
|
|
void mmc_set_bus_width(struct mmc_host *host, unsigned int width);
|
|
u32 mmc_select_voltage(struct mmc_host *host, u32 ocr);
|
|
u32 mmc_select_voltage(struct mmc_host *host, u32 ocr);
|
|
-int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage, u32 ocr);
|
|
|
|
|
|
+int mmc_set_uhs_voltage(struct mmc_host *host, u32 ocr);
|
|
int __mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage);
|
|
int __mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage);
|
|
void mmc_set_timing(struct mmc_host *host, unsigned int timing);
|
|
void mmc_set_timing(struct mmc_host *host, unsigned int timing);
|
|
void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type);
|
|
void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type);
|