Linux Kernel
3.7.1
|
#include <msm_sdcc.h>
Data Fields | |
struct resource * | cmd_irqres |
struct resource * | memres |
struct resource * | dmares |
void __iomem * | base |
int | pdev_id |
unsigned int | stat_irq |
struct msmsdcc_curr_req | curr |
struct mmc_host * | mmc |
struct clk * | clk |
struct clk * | pclk |
unsigned int | clks_on |
struct timer_list | busclk_timer |
unsigned int | eject |
spinlock_t | lock |
unsigned int | clk_rate |
unsigned int | pclk_rate |
u32 | pwr |
u32 | saved_irq0mask |
struct msm_mmc_platform_data * | plat |
struct timer_list | timer |
unsigned int | oldstat |
struct msmsdcc_dma_data | dma |
struct msmsdcc_pio_data | pio |
int | cmdpoll |
struct msmsdcc_stats | stats |
struct tasklet_struct | dma_tlet |
unsigned int | cmd_timeout |
unsigned int | cmd_pio_irqmask |
unsigned int | cmd_datactrl |
struct mmc_command * | cmd_cmd |
u32 | cmd_c |
bool | gpio_config_status |
bool | prog_scan |
bool | prog_enable |
Definition at line 208 of file msm_sdcc.h.
Definition at line 212 of file msm_sdcc.h.
struct timer_list busclk_timer |
Definition at line 222 of file msm_sdcc.h.
Definition at line 219 of file msm_sdcc.h.
unsigned int clk_rate |
Definition at line 228 of file msm_sdcc.h.
unsigned int clks_on |
Definition at line 221 of file msm_sdcc.h.
u32 cmd_c |
Definition at line 249 of file msm_sdcc.h.
struct mmc_command* cmd_cmd |
Definition at line 248 of file msm_sdcc.h.
unsigned int cmd_datactrl |
Definition at line 247 of file msm_sdcc.h.
Definition at line 209 of file msm_sdcc.h.
unsigned int cmd_pio_irqmask |
Definition at line 246 of file msm_sdcc.h.
unsigned int cmd_timeout |
Definition at line 245 of file msm_sdcc.h.
int cmdpoll |
Definition at line 240 of file msm_sdcc.h.
struct msmsdcc_curr_req curr |
Definition at line 216 of file msm_sdcc.h.
Definition at line 238 of file msm_sdcc.h.
struct tasklet_struct dma_tlet |
Definition at line 243 of file msm_sdcc.h.
Definition at line 211 of file msm_sdcc.h.
unsigned int eject |
Definition at line 224 of file msm_sdcc.h.
bool gpio_config_status |
Definition at line 250 of file msm_sdcc.h.
spinlock_t lock |
Definition at line 226 of file msm_sdcc.h.
Definition at line 210 of file msm_sdcc.h.
Definition at line 218 of file msm_sdcc.h.
unsigned int oldstat |
Definition at line 236 of file msm_sdcc.h.
Definition at line 220 of file msm_sdcc.h.
unsigned int pclk_rate |
Definition at line 229 of file msm_sdcc.h.
int pdev_id |
Definition at line 213 of file msm_sdcc.h.
Definition at line 239 of file msm_sdcc.h.
struct msm_mmc_platform_data* plat |
Definition at line 233 of file msm_sdcc.h.
bool prog_enable |
Definition at line 253 of file msm_sdcc.h.
bool prog_scan |
Definition at line 252 of file msm_sdcc.h.
u32 pwr |
Definition at line 231 of file msm_sdcc.h.
u32 saved_irq0mask |
Definition at line 232 of file msm_sdcc.h.
unsigned int stat_irq |
Definition at line 214 of file msm_sdcc.h.
Definition at line 241 of file msm_sdcc.h.
Definition at line 235 of file msm_sdcc.h.