Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/clk/
H A Dclock_common.c75 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()
H A Dti_mux_clock.c158 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()
H A Dti_gate_clock.c179 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()
H A Dclock_common.h33 uint8_t num_real_clocks; member
/freebsd/sys/arm/ti/
H A Dti_sysc.c536 sc->num_clocks = cell_info.num_real_clocks; in ti_sysc_attach()