loongson2_clk_data
static inline struct loongson2_clk_data *to_loongson2_clk(struct clk_hw *hw)
return container_of(hw, struct loongson2_clk_data, hw);
struct loongson2_clk_data *clk = to_loongson2_clk(hw);
struct loongson2_clk_data *clk = to_loongson2_clk(hw);
struct loongson2_clk_data *clk;