Searched defs:clk_aux (Results 1 – 2 of 2) sorted by relevance
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