Searched refs:branch_type (Results 1 – 2 of 2) sorted by relevance
/drivers/clk/rockchip/ |
D | clk.h | 222 enum rockchip_clk_branch_type branch_type; member 244 .branch_type = branch_composite, \ 265 .branch_type = branch_composite, \ 283 .branch_type = branch_composite, \ 302 .branch_type = branch_composite, \ 320 .branch_type = branch_composite, \ 339 .branch_type = branch_composite, \ 358 .branch_type = branch_fraction_divider, \ 375 .branch_type = branch_mux, \ 390 .branch_type = branch_divider, \ [all …]
|
D | clk.c | 233 switch (list->branch_type) { in rockchip_clk_register_branches() 301 __func__, list->branch_type); in rockchip_clk_register_branches()
|