Lines Matching defs:jz4740_mmc_host
147 struct jz4740_mmc_host { struct
148 struct mmc_host *mmc;
149 struct platform_device *pdev;
150 struct clk *clk;
152 enum jz4740_mmc_version version;
154 int irq;
156 void __iomem *base;
157 struct resource *mem_res;
158 struct mmc_request *req;
159 struct mmc_command *cmd;
161 unsigned long waiting;
185 static void jz4740_mmc_write_irq_mask(struct jz4740_mmc_host *host, in jz4740_mmc_write_irq_mask() argument