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

#include <dw_mmc.h>

Data Fields

u32 num_slots
 
u32 quirks
 
unsigned int bus_hz
 
unsigned int caps
 
unsigned int caps2
 
unsigned int fifo_depth
 
u32 detect_delay_ms
 
int(* init )(u32 slot_id, irq_handler_t, void *)
 
int(* get_ro )(u32 slot_id)
 
int(* get_cd )(u32 slot_id)
 
int(* get_ocr )(u32 slot_id)
 
int(* get_bus_wd )(u32 slot_id)
 
void(* setpower )(u32 slot_id, u32 volt)
 
void(* exit )(u32 slot_id)
 
void(* select_slot )(u32 slot_id)
 
struct dw_mci_dma_opsdma_ops
 
struct dma_pdata * data
 
struct block_settingsblk_settings
 

Detailed Description

Definition at line 226 of file dw_mmc.h.

Field Documentation

struct block_settings* blk_settings

Definition at line 260 of file dw_mmc.h.

unsigned int bus_hz

Definition at line 230 of file dw_mmc.h.

unsigned int caps

Definition at line 232 of file dw_mmc.h.

unsigned int caps2

Definition at line 233 of file dw_mmc.h.

struct dma_pdata* data

Definition at line 259 of file dw_mmc.h.

u32 detect_delay_ms

Definition at line 242 of file dw_mmc.h.

Definition at line 258 of file dw_mmc.h.

void(* exit)(u32 slot_id)

Definition at line 255 of file dw_mmc.h.

unsigned int fifo_depth

Definition at line 239 of file dw_mmc.h.

int(* get_bus_wd)(u32 slot_id)

Definition at line 248 of file dw_mmc.h.

int(* get_cd)(u32 slot_id)

Definition at line 246 of file dw_mmc.h.

int(* get_ocr)(u32 slot_id)

Definition at line 247 of file dw_mmc.h.

int(* get_ro)(u32 slot_id)

Definition at line 245 of file dw_mmc.h.

int(* init)(u32 slot_id, irq_handler_t, void *)

Definition at line 244 of file dw_mmc.h.

u32 num_slots

Definition at line 227 of file dw_mmc.h.

u32 quirks

Definition at line 229 of file dw_mmc.h.

void(* select_slot)(u32 slot_id)

Definition at line 256 of file dw_mmc.h.

void(* setpower)(u32 slot_id, u32 volt)

Definition at line 254 of file dw_mmc.h.


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