Searched refs:clock_cells_ncells (Results 1 – 3 of 3) sorted by relevance
70 clk->clock_cells_ncells = malloc(clk->num_clock_cells*sizeof(uint8_t), in read_clock_cells()85 clk->clock_cells_ncells[index] = ncells; in read_clock_cells()107 index += clk->clock_cells_ncells[index]; in find_parent_clock_names()119 index += clk->clock_cells_ncells[index]; in find_parent_clock_names()127 free(clk->clock_cells_ncells, M_DEVBUF); in find_parent_clock_names()
31 uint8_t *clock_cells_ncells; member
534 free(cell_info.clock_cells_ncells, M_DEVBUF); in ti_sysc_attach()