Lines Matching defs:hisi_mmc_clock
218 struct hisi_mmc_clock { struct
219 unsigned int id;
220 const char *name;
221 const char *parent_name;
222 unsigned long flags;
223 u32 clken_reg;
224 u32 clken_bit;
225 u32 div_reg;
226 u32 div_off;
227 u32 div_bits;
228 u32 drv_reg;
229 u32 drv_off;
230 u32 drv_bits;
254 static struct hisi_mmc_clock hi3620_mmc_clks[] __initdata = { argument