Lines Matching full:hwaccel
81 const struct clockgen_muxinfo *hwaccel[NUM_HWACCEL]; member
95 struct clk *hwaccel[NUM_HWACCEL]; member
536 cg->fman[0] = cg->hwaccel[1]; in t1023_init_periph()
546 cg->fman[0] = cg->hwaccel[0]; in t2080_init_periph()
551 cg->fman[0] = cg->hwaccel[3]; in t4240_init_periph()
552 cg->fman[1] = cg->hwaccel[4]; in t4240_init_periph()
563 .hwaccel = {
581 .hwaccel = {
608 .hwaccel = {
625 .hwaccel = {
641 .hwaccel = {
656 .hwaccel = {
775 .hwaccel = {
805 .hwaccel = {
822 .hwaccel = {
1028 hwc->info = cg->info.hwaccel[idx]; in create_one_hwaccel()
1031 "cg-hwaccel%d", idx); in create_one_hwaccel()
1050 for (i = 0; i < ARRAY_SIZE(cg->hwaccel); i++) { in create_muxes()
1051 if (!cg->info.hwaccel[i]) in create_muxes()
1054 cg->hwaccel[i] = create_one_hwaccel(cg, i); in create_muxes()
1412 if (idx >= ARRAY_SIZE(cg->hwaccel)) in clockgen_clk_get()
1414 clk = cg->hwaccel[idx]; in clockgen_clk_get()