Searched defs:clk_periph (Results 1 – 1 of 1) sorted by relevance
68 struct clk_periph { struct69 const char *name;71 const char *parent_name;73 u32 disable_bit;74 int mux_shift;77 s32 div_reg_off[2];78 u32 div_mask[2];79 int div_shift[2];81 unsigned can_gate : 1;82 unsigned can_mux : 1;[all …]
Completed in 3 milliseconds