Searched defs:clk_aux (Results 1 – 2 of 2) 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;
64 struct clk *clk_aux; member
Completed in 5 milliseconds