Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/ti/
H A Dti_sysc.c149 int num_clocks; member
403 clk = malloc(sc->num_clocks*sizeof(clk_t), M_DEVBUF, M_WAITOK | M_ZERO); in ti_sysc_attach_clocks()
406 for (index = 0; index < sc->num_clocks; index++) { in ti_sysc_attach_clocks()
416 for (index = 0; index < sc->num_clocks; index++) { in ti_sysc_attach_clocks()
537 sc->num_clocks = cell_info.num_real_clocks; in ti_sysc_attach()