Searched defs:clk_aux (Results 1 – 3 of 3) sorted by relevance
49 struct clk_aux { struct50 struct clk_hw hw;51 void __iomem *reg;52 const struct aux_clk_masks *masks;53 struct aux_rate_tbl *rtbl;54 u8 rtbl_cnt;55 spinlock_t *lock;
46 struct clk_aux { struct47 struct clk_hw hw;48 void __iomem *reg;49 const struct aux_clk_masks *masks;50 struct aux_rate_tbl *rtbl;51 u8 rtbl_cnt;52 spinlock_t *lock;
64 struct clk *clk_aux; member