Lines Matching full:hwaccel
80 const struct clockgen_muxinfo *hwaccel[NUM_HWACCEL]; member
94 struct clk *hwaccel[NUM_HWACCEL]; member
535 cg->fman[0] = cg->hwaccel[1]; in t1023_init_periph()
545 cg->fman[0] = cg->hwaccel[0]; in t2080_init_periph()
550 cg->fman[0] = cg->hwaccel[3]; in t4240_init_periph()
551 cg->fman[1] = cg->hwaccel[4]; in t4240_init_periph()
562 .hwaccel = {
580 .hwaccel = {
607 .hwaccel = {
624 .hwaccel = {
640 .hwaccel = {
655 .hwaccel = {
774 .hwaccel = {
804 .hwaccel = {
821 .hwaccel = {
1027 hwc->info = cg->info.hwaccel[idx]; in create_one_hwaccel()
1030 "cg-hwaccel%d", idx); in create_one_hwaccel()
1049 for (i = 0; i < ARRAY_SIZE(cg->hwaccel); i++) { in create_muxes()
1050 if (!cg->info.hwaccel[i]) in create_muxes()
1053 cg->hwaccel[i] = create_one_hwaccel(cg, i); in create_muxes()
1414 if (idx >= ARRAY_SIZE(cg->hwaccel)) in clockgen_clk_get()
1416 clk = cg->hwaccel[idx]; in clockgen_clk_get()