Lines Matching refs:hwaccel
79 const struct clockgen_muxinfo *hwaccel[NUM_HWACCEL]; member
93 struct clk *hwaccel[NUM_HWACCEL]; member
414 cg->fman[0] = cg->hwaccel[1]; in t1023_init_periph()
424 cg->fman[0] = cg->hwaccel[0]; in t2080_init_periph()
429 cg->fman[0] = cg->hwaccel[3]; in t4240_init_periph()
430 cg->fman[1] = cg->hwaccel[4]; in t4240_init_periph()
441 .hwaccel = {
457 .hwaccel = {
482 .hwaccel = {
569 .hwaccel = {
598 .hwaccel = {
614 .hwaccel = {
810 hwc->info = cg->info.hwaccel[idx]; in create_one_hwaccel()
832 for (i = 0; i < ARRAY_SIZE(cg->hwaccel); i++) { in create_muxes()
833 if (!cg->info.hwaccel[i]) in create_muxes()
836 cg->hwaccel[i] = create_one_hwaccel(cg, i); in create_muxes()
1122 if (idx >= ARRAY_SIZE(cg->hwaccel)) in clockgen_clk_get()
1124 clk = cg->hwaccel[idx]; in clockgen_clk_get()