Linux Kernel
3.7.1
|
Data Fields | |
struct mmc_host * | mmc |
struct atmel_mci * | host |
u32 | sdc_reg |
u32 | sdio_irq |
struct mmc_request * | mrq |
struct list_head | queue_node |
unsigned int | clock |
unsigned long | flags |
int | detect_pin |
int | wp_pin |
bool | detect_is_active_high |
struct timer_list | detect_timer |
struct atmel_mci_slot - MMC slot state : The mmc_host representing this slot. : The MMC controller this slot is using. : Value of SDCR to be written before using this slot. : SDIO irq mask for this slot. : mmc_request currently being processed or waiting to be processed, or NULL when the slot is idle. : List node for placing this node in the list of &struct atmel_mci. : Clock rate configured by set_ios(). Protected by host->lock. : Random state bits associated with the slot. : GPIO pin used for card detection, or negative if not available. : GPIO pin used for card write protect sending, or negative if not available. : The state of the detect pin when it is active. : Timer used for debouncing interrupts.
Definition at line 244 of file atmel-mci.c.
unsigned int clock |
Definition at line 254 of file atmel-mci.c.
bool detect_is_active_high |
Definition at line 263 of file atmel-mci.c.
int detect_pin |
Definition at line 261 of file atmel-mci.c.
struct timer_list detect_timer |
Definition at line 265 of file atmel-mci.c.
unsigned long flags |
Definition at line 255 of file atmel-mci.c.
Definition at line 246 of file atmel-mci.c.
Definition at line 245 of file atmel-mci.c.
struct mmc_request* mrq |
Definition at line 251 of file atmel-mci.c.
Definition at line 252 of file atmel-mci.c.
u32 sdc_reg |
Definition at line 248 of file atmel-mci.c.
u32 sdio_irq |
Definition at line 249 of file atmel-mci.c.
int wp_pin |
Definition at line 262 of file atmel-mci.c.