Linux Kernel
3.7.1
|
#include <s3cmci.h>
Data Fields | |
struct platform_device * | pdev |
struct s3c24xx_mci_pdata * | pdata |
struct mmc_host * | mmc |
struct resource * | mem |
struct clk * | clk |
void __iomem * | base |
int | irq |
int | irq_cd |
int | dma |
unsigned long | clk_rate |
unsigned long | clk_div |
unsigned long | real_rate |
u8 | prescaler |
int | is2440 |
unsigned | sdiimsk |
unsigned | sdidata |
int | dodma |
int | dmatogo |
bool | irq_disabled |
bool | irq_enabled |
bool | irq_state |
int | sdio_irqen |
struct mmc_request * | mrq |
int | cmd_is_stop |
spinlock_t | complete_lock |
enum s3cmci_waitfor | complete_what |
int | dma_complete |
u32 | pio_sgptr |
u32 | pio_bytes |
u32 | pio_count |
u32 * | pio_ptr |
u32 | pio_active |
int | bus_width |
char | dbgmsg_cmd [301] |
char | dbgmsg_dat [301] |
char * | status |
unsigned int | ccnt |
unsigned int | dcnt |
struct tasklet_struct | pio_tasklet |
spinlock_t complete_lock |
enum s3cmci_waitfor complete_what |
struct mmc_request* mrq |
struct s3c24xx_mci_pdata* pdata |
struct platform_device* pdev |
struct tasklet_struct pio_tasklet |