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