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

Data Fields

struct sdhci_hosthost
 
struct platform_devicepdev
 
struct resourceioarea
 
struct s3c_sdhci_platdatapdata
 
unsigned int cur_clk
 
int ext_cd_irq
 
int ext_cd_gpio
 
intgpios
 
struct clkclk_io
 
struct clkclk_bus [MAX_BUS_CLK]
 

Detailed Description

struct sdhci_s3c - S3C SDHCI instance : The SDHCI host created : The platform device we where created from. : The resource created when we claimed the IO area. : The platform data for this controller. : The index of the current bus clock. : List of gpio numbers parsed from device tree. : The clock for the internal bus interface. : The clocks that are available for the SD/MMC bus clock.

Definition at line 51 of file sdhci-s3c.c.

Field Documentation

struct clk* clk_bus[MAX_BUS_CLK]

Definition at line 62 of file sdhci-s3c.c.

struct clk* clk_io

Definition at line 61 of file sdhci-s3c.c.

unsigned int cur_clk

Definition at line 56 of file sdhci-s3c.c.

int ext_cd_gpio

Definition at line 58 of file sdhci-s3c.c.

int ext_cd_irq

Definition at line 57 of file sdhci-s3c.c.

int* gpios

Definition at line 59 of file sdhci-s3c.c.

Definition at line 52 of file sdhci-s3c.c.

struct resource* ioarea

Definition at line 54 of file sdhci-s3c.c.

Definition at line 55 of file sdhci-s3c.c.

Definition at line 53 of file sdhci-s3c.c.


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