Lines Matching refs:hwaccel
78 const struct clockgen_muxinfo *hwaccel[NUM_HWACCEL]; member
92 struct clk *hwaccel[NUM_HWACCEL]; member
533 cg->fman[0] = cg->hwaccel[1]; in t1023_init_periph()
543 cg->fman[0] = cg->hwaccel[0]; in t2080_init_periph()
548 cg->fman[0] = cg->hwaccel[3]; in t4240_init_periph()
549 cg->fman[1] = cg->hwaccel[4]; in t4240_init_periph()
560 .hwaccel = {
576 .hwaccel = {
600 .hwaccel = {
616 .hwaccel = {
631 .hwaccel = {
645 .hwaccel = {
753 .hwaccel = {
782 .hwaccel = {
798 .hwaccel = {
1001 hwc->info = cg->info.hwaccel[idx]; in create_one_hwaccel()
1023 for (i = 0; i < ARRAY_SIZE(cg->hwaccel); i++) { in create_muxes()
1024 if (!cg->info.hwaccel[i]) in create_muxes()
1027 cg->hwaccel[i] = create_one_hwaccel(cg, i); in create_muxes()
1388 if (idx >= ARRAY_SIZE(cg->hwaccel)) in clockgen_clk_get()
1390 clk = cg->hwaccel[idx]; in clockgen_clk_get()