Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sd_ops.h File Reference

Go to the source code of this file.

Functions

int mmc_app_set_bus_width (struct mmc_card *card, int width)
 
int mmc_send_app_op_cond (struct mmc_host *host, u32 ocr, u32 *rocr)
 
int mmc_send_if_cond (struct mmc_host *host, u32 ocr)
 
int mmc_send_relative_addr (struct mmc_host *host, unsigned int *rca)
 
int mmc_app_send_scr (struct mmc_card *card, u32 *scr)
 
int mmc_sd_switch (struct mmc_card *card, int mode, int group, u8 value, u8 *resp)
 
int mmc_app_sd_status (struct mmc_card *card, void *ssr)
 

Function Documentation

int mmc_app_sd_status ( struct mmc_card card,
void ssr 
)

Definition at line 349 of file sd_ops.c.

int mmc_app_send_scr ( struct mmc_card card,
u32 scr 
)

Definition at line 245 of file sd_ops.c.

int mmc_app_set_bus_width ( struct mmc_card card,
int  width 
)

Definition at line 121 of file sd_ops.c.

int mmc_sd_switch ( struct mmc_card card,
int  mode,
int  group,
u8  value,
u8 resp 
)

Definition at line 304 of file sd_ops.c.

int mmc_send_app_op_cond ( struct mmc_host host,
u32  ocr,
u32 rocr 
)

Definition at line 150 of file sd_ops.c.

int mmc_send_if_cond ( struct mmc_host host,
u32  ocr 
)

Definition at line 193 of file sd_ops.c.

int mmc_send_relative_addr ( struct mmc_host host,
unsigned int rca 
)

Definition at line 224 of file sd_ops.c.