Lines Matching defs:fod
173 struct vc7_fod_data *fod;
387 map->src.fod = &vc7->clk_fod[0];
391 map->src.fod = &vc7->clk_fod[1];
404 map->src.fod = &vc7->clk_fod[0];
408 map->src.fod = &vc7->clk_fod[1];
417 map->src.fod = &vc7->clk_fod[0];
421 map->src.fod = &vc7->clk_fod[1];
425 map->src.fod = &vc7->clk_fod[2];
441 map->src.fod = &vc7->clk_fod[1];
445 map->src.fod = &vc7->clk_fod[2];
471 map->src.fod = &vc7->clk_fod[1];
475 map->src.fod = &vc7->clk_fod[2];
498 map->src.fod = &vc7->clk_fod[1];
502 map->src.fod = &vc7->clk_fod[2];
878 struct vc7_fod_data *fod = container_of(hw, struct vc7_fod_data, hw);
879 struct vc7_driver_data *vc7 = fod->vc7;
883 err = vc7_read_fod(vc7, fod->num);
892 fod_rate = vc7_calc_fod_2nd_stage_rate(parent_rate, fod->fod_1st_int,
893 fod->fod_2nd_int, fod->fod_frac);
897 fod->fod_1st_int, fod->fod_2nd_int, fod->fod_frac);
905 struct vc7_fod_data *fod = container_of(hw, struct vc7_fod_data, hw);
912 &fod->fod_1st_int, &fod->fod_2nd_int, &fod->fod_frac);
913 fod_rate = vc7_calc_fod_2nd_stage_rate(*parent_rate, fod->fod_1st_int,
914 fod->fod_2nd_int, fod->fod_frac);
918 fod->fod_1st_int, fod->fod_2nd_int, fod->fod_frac);
926 struct vc7_fod_data *fod = container_of(hw, struct vc7_fod_data, hw);
927 struct vc7_driver_data *vc7 = fod->vc7;
940 vc7_write_fod(vc7, fod->num);
942 fod_rate = vc7_calc_fod_2nd_stage_rate(parent_rate, fod->fod_1st_int,
943 fod->fod_2nd_int, fod->fod_frac);
947 fod->fod_1st_int, fod->fod_2nd_int, fod->fod_frac);
1199 parent_names[0] = clk_hw_get_name(&bank_src_map.src.fod->hw);