Searched refs:num_clock_cells (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/arm/ti/clk/
H A Dclock_common.h36 uint32_t num_clock_cells; member in struct:clock_cell_info
H A Dclock_common.c68 clk->num_clock_cells = numbytes_clocks / sizeof(cell_t);
75 clk->clock_cells_ncells = malloc(clk->num_clock_cells*sizeof(uint8_t),
81 for (index = 0; index < clk->num_clock_cells; index++) {
103 for (index = 0, clock_index = 0; index < clk->num_clock_cells; index++) {

Completed in 159 milliseconds