Searched refs:num_real_clocks (Results 1 – 5 of 5) sorted by relevance
80 clk->num_real_clocks = 0; in read_clock_cells()83 clk->num_real_clocks, &parent, &ncells, &cells); in read_clock_cells()92 clk->num_real_clocks++; in read_clock_cells()120 clock_index, clk->num_real_clocks, in find_parent_clock_names()144 def->parent_cnt = clk->num_real_clocks; in create_clkdef()145 def->parent_names = malloc(clk->num_real_clocks*sizeof(char *), in create_clkdef()
163 sc->mux_def.width = fls(sc->clock_cell.num_real_clocks-1); in ti_mux_attach()165 sc->mux_def.width = fls(sc->clock_cell.num_real_clocks); in ti_mux_attach()168 sc->clock_cell.num_real_clocks, sc->mux_def.width); in ti_mux_attach()
37 uint8_t num_real_clocks; member
184 sc->gate_def.mask = (1 << fls(sc->clock_cell.num_real_clocks)) - 1; in ti_gate_attach()186 sc->clock_cell.num_real_clocks, sc->gate_def.mask); in ti_gate_attach()
541 sc->num_clocks = cell_info.num_real_clocks; in ti_sysc_attach()