Searched refs:clock_cells_ncells (Results 1 – 3 of 3) sorted by relevance
75 clk->clock_cells_ncells = malloc(clk->num_clock_cells*sizeof(uint8_t), in read_clock_cells()90 clk->clock_cells_ncells[index] = ncells; in read_clock_cells()112 index += clk->clock_cells_ncells[index]; in find_parent_clock_names()124 index += clk->clock_cells_ncells[index]; in find_parent_clock_names()132 free(clk->clock_cells_ncells, M_DEVBUF); in find_parent_clock_names()
35 uint8_t *clock_cells_ncells; member
539 free(cell_info.clock_cells_ncells, M_DEVBUF); in ti_sysc_attach()