Lines Matching defs:jz4740_mmc_host
135 struct jz4740_mmc_host { struct
136 struct mmc_host *mmc;
137 struct platform_device *pdev;
138 struct clk *clk;
140 enum jz4740_mmc_version version;
142 int irq;
143 int card_detect_irq;
145 void __iomem *base;
146 struct resource *mem_res;
147 struct mmc_request *req;
148 struct mmc_command *cmd;
150 unsigned long waiting;
174 static void jz4740_mmc_write_irq_mask(struct jz4740_mmc_host *host, in jz4740_mmc_write_irq_mask() argument