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