Lines Matching defs:au1xmmc_host
89 struct au1xmmc_host { struct
90 struct mmc_host *mmc;
91 struct mmc_request *mrq;
93 u32 flags;
94 void __iomem *iobase;
95 u32 clock;
96 u32 bus_width;
97 u32 power_mode;
99 int status;
101 struct {
104 } dma;
106 struct {
110 } pio;
112 u32 tx_chan;
113 u32 rx_chan;
115 int irq;
117 struct work_struct finish_bh_work;
118 struct work_struct data_bh_work;
119 struct au1xmmc_platform_data *platdata;
120 struct platform_device *pdev;
121 struct resource *ioarea;
122 struct clk *clk;