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;
155 int card_detect_irq;
157 void __iomem *base;
158 struct resource *mem_res;
159 struct mmc_request *req;
160 struct mmc_command *cmd;
162 unsigned long waiting;
186 static void jz4740_mmc_write_irq_mask(struct jz4740_mmc_host *host, in jz4740_mmc_write_irq_mask() argument