|
@@ -35,7 +35,8 @@ void mmc_set_chip_select(struct mmc_host *host, int mode);
|
|
void mmc_set_clock(struct mmc_host *host, unsigned int hz);
|
|
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);
|
|
-void mmc_set_bus_width_ddr(struct mmc_host *host, unsigned int width, int ddr);
|
|
|
|
|
|
+void mmc_set_bus_width_ddr(struct mmc_host *host, unsigned int width,
|
|
|
|
+ unsigned int ddr);
|
|
u32 mmc_select_voltage(struct mmc_host *host, u32 ocr);
|
|
u32 mmc_select_voltage(struct mmc_host *host, u32 ocr);
|
|
void mmc_set_timing(struct mmc_host *host, unsigned int timing);
|
|
void mmc_set_timing(struct mmc_host *host, unsigned int timing);
|
|
|
|
|