Lines Matching defs:clk_branches
46 static struct lpc18xx_clk_branch clk_branches[] = {
122 for (i = 0; i < ARRAY_SIZE(clk_branches); i++) {
123 if (clk_branches[i].offset != offset)
127 if (!strcmp(clk_branches[i].base_name, clk_data->name[j]))
128 return clk_branches[i].clk;
256 for (i = 0; i < ARRAY_SIZE(clk_branches); i++) {
257 if (strcmp(clk_branches[i].base_name, base_name))
260 lpc18xx_ccu_register_branch_gate_div(&clk_branches[i], reg_base,
263 if (clk_branches[i].flags & CCU_BRANCH_IS_BUS)
264 parent = clk_branches[i].name;