Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/ti/
H A Dti_sysc.c153 int num_clocks; member
405 clk = malloc(sc->num_clocks*sizeof(clk_t), M_DEVBUF, M_WAITOK | M_ZERO); in ti_sysc_attach_clocks()
410 for (index = 0; index < sc->num_clocks; index++) { in ti_sysc_attach_clocks()
420 for (index = 0; index < sc->num_clocks; index++) { in ti_sysc_attach_clocks()
541 sc->num_clocks = cell_info.num_real_clocks; in ti_sysc_attach()