Lines Matching defs:hisi_mmc_clock
233 struct hisi_mmc_clock { struct
234 unsigned int id;
235 const char *name;
236 const char *parent_name;
237 unsigned long flags;
238 u32 clken_reg;
239 u32 clken_bit;
240 u32 div_reg;
241 u32 div_off;
242 u32 div_bits;
243 u32 drv_reg;
244 u32 drv_off;
245 u32 drv_bits;
269 static struct hisi_mmc_clock hi3620_mmc_clks[] __initdata = { argument