Searched refs:num_real_clocks (Results 1 – 5 of 5) sorted by relevance
75 clk->num_real_clocks = 0; in read_clock_cells()78 clk->num_real_clocks, &parent, &ncells, &cells); in read_clock_cells()87 clk->num_real_clocks++; in read_clock_cells()115 clock_index, clk->num_real_clocks, in find_parent_clock_names()139 def->parent_cnt = clk->num_real_clocks; in create_clkdef()140 def->parent_names = malloc(clk->num_real_clocks*sizeof(char *), in create_clkdef()
158 sc->mux_def.width = fls(sc->clock_cell.num_real_clocks-1); in ti_mux_attach()160 sc->mux_def.width = fls(sc->clock_cell.num_real_clocks); in ti_mux_attach()163 sc->clock_cell.num_real_clocks, sc->mux_def.width); in ti_mux_attach()
179 sc->gate_def.mask = (1 << fls(sc->clock_cell.num_real_clocks)) - 1; in ti_gate_attach()181 sc->clock_cell.num_real_clocks, sc->gate_def.mask); in ti_gate_attach()
33 uint8_t num_real_clocks; member
536 sc->num_clocks = cell_info.num_real_clocks; in ti_sysc_attach()