Home
last modified time | relevance | path

Searched refs:branch_type (Results 1 – 2 of 2) sorted by relevance

/drivers/clk/rockchip/
Dclk.h222 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 …]
Dclk.c233 switch (list->branch_type) { in rockchip_clk_register_branches()
301 __func__, list->branch_type); in rockchip_clk_register_branches()