Searched refs:branch_type (Results 1 – 2 of 2) sorted by relevance
/drivers/clk/rockchip/ |
D | clk.h | 321 enum rockchip_clk_branch_type branch_type; member 344 .branch_type = branch_composite, \ 365 .branch_type = branch_composite, \ 383 .branch_type = branch_composite, \ 402 .branch_type = branch_composite, \ 420 .branch_type = branch_composite, \ 439 .branch_type = branch_composite, \ 458 .branch_type = branch_fraction_divider, \ 475 .branch_type = branch_fraction_divider, \ 493 .branch_type = branch_fraction_divider, \ [all …]
|
D | clk.c | 184 if (child && child->branch_type != branch_mux) { in rockchip_clk_register_frac_branch() 412 switch (list->branch_type) { in rockchip_clk_register_branches() 501 __func__, list->branch_type); in rockchip_clk_register_branches()
|