Searched refs:num_fhs (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-pllfh.c | 50 int num_fhs, int pll_id) in get_pllfh_by_id() argument 54 for (i = 0; i < num_fhs; i++) in get_pllfh_by_id() 62 int num_fhs) in fhctl_parse_dt() argument 97 pllfh = get_pllfh_by_id(pllfhs, num_fhs, pll_id); in fhctl_parse_dt() 199 struct mtk_pllfh_data *pllfhs, int num_fhs, in mtk_clk_register_pllfhs() argument 217 pllfh = get_pllfh_by_id(pllfhs, num_fhs, pll->id); in mtk_clk_register_pllfhs() 243 pllfh = get_pllfh_by_id(pllfhs, num_fhs, pll->id); in mtk_clk_register_pllfhs() 261 struct mtk_pllfh_data *pllfhs, int num_fhs, in mtk_clk_unregister_pllfhs() argument 278 pllfh = get_pllfh_by_id(pllfhs, num_fhs, pll->id); in mtk_clk_unregister_pllfhs()
|
H A D | clk-pllfh.h | 77 struct mtk_pllfh_data *pllfhs, int num_fhs,
|