Home
last modified time | relevance | path

Searched refs:num_real_clocks (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/arm/ti/clk/
H A Dclock_common.c80 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()
H A Dti_mux_clock.c163 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()
H A Dclock_common.h37 uint8_t num_real_clocks; member
H A Dti_gate_clock.c184 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()
/f-stack/freebsd/arm/ti/
H A Dti_sysc.c541 sc->num_clocks = cell_info.num_real_clocks; in ti_sysc_attach()