~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/mmc/core/core.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
void mmc_set_ungated(struct mmc_host *host);
39
39
void mmc_set_bus_mode(struct mmc_host *host, unsigned int mode);
40
40
void mmc_set_bus_width(struct mmc_host *host, unsigned int width);
41
 
void mmc_set_bus_width_ddr(struct mmc_host *host, unsigned int width,
42
 
                           unsigned int ddr);
43
41
u32 mmc_select_voltage(struct mmc_host *host, u32 ocr);
 
42
int mmc_set_signal_voltage(struct mmc_host *host, int signal_voltage,
 
43
                           bool cmd11);
44
44
void mmc_set_timing(struct mmc_host *host, unsigned int timing);
 
45
void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type);
45
46
 
46
47
static inline void mmc_delay(unsigned int ms)
47
48
{
61
62
int mmc_attach_sd(struct mmc_host *host);
62
63
int mmc_attach_sdio(struct mmc_host *host);
63
64
 
64
 
void mmc_fixup_device(struct mmc_card *card);
65
 
 
66
65
/* Module parameters */
67
66
extern int use_spi_crc;
68
67