Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
atmel_mci_slot Struct Reference

Data Fields

struct mmc_hostmmc
 
struct atmel_mcihost
 
u32 sdc_reg
 
u32 sdio_irq
 
struct mmc_requestmrq
 
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
 

Detailed Description

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.

Field Documentation

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.

Definition at line 251 of file atmel-mci.c.

struct list_head queue_node

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.


The documentation for this struct was generated from the following file: