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

Data Fields

struct mmc_hostmmc
 
struct mmc_requestmrq
 
struct platform_devicepd
 
struct clkhclk
 
unsigned int clk
 
int bus_width
 
bool sd_error
 
bool dying
 
long timeout
 
void __iomemaddr
 
u32pio_ptr
 
spinlock_t lock
 
enum mmcif_state state
 
enum mmcif_wait_for wait_for
 
struct delayed_work timeout_work
 
size_t blocksize
 
int sg_idx
 
int sg_blkidx
 
bool power
 
bool card_present
 
struct dma_chanchan_rx
 
struct dma_chanchan_tx
 
struct completion dma_complete
 
bool dma_active
 

Detailed Description

Definition at line 212 of file sh_mmcif.c.

Field Documentation

void __iomem* addr

Definition at line 222 of file sh_mmcif.c.

size_t blocksize

Definition at line 228 of file sh_mmcif.c.

int bus_width

Definition at line 218 of file sh_mmcif.c.

bool card_present

Definition at line 232 of file sh_mmcif.c.

struct dma_chan* chan_rx

Definition at line 235 of file sh_mmcif.c.

struct dma_chan* chan_tx

Definition at line 236 of file sh_mmcif.c.

unsigned int clk

Definition at line 217 of file sh_mmcif.c.

bool dma_active

Definition at line 238 of file sh_mmcif.c.

struct completion dma_complete

Definition at line 237 of file sh_mmcif.c.

bool dying

Definition at line 220 of file sh_mmcif.c.

struct clk* hclk

Definition at line 216 of file sh_mmcif.c.

spinlock_t lock

Definition at line 224 of file sh_mmcif.c.

Definition at line 213 of file sh_mmcif.c.

Definition at line 214 of file sh_mmcif.c.

Definition at line 215 of file sh_mmcif.c.

u32* pio_ptr

Definition at line 223 of file sh_mmcif.c.

bool power

Definition at line 231 of file sh_mmcif.c.

bool sd_error

Definition at line 219 of file sh_mmcif.c.

int sg_blkidx

Definition at line 230 of file sh_mmcif.c.

int sg_idx

Definition at line 229 of file sh_mmcif.c.

Definition at line 225 of file sh_mmcif.c.

long timeout

Definition at line 221 of file sh_mmcif.c.

struct delayed_work timeout_work

Definition at line 227 of file sh_mmcif.c.

enum mmcif_wait_for wait_for

Definition at line 226 of file sh_mmcif.c.


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