Lines Matching refs:iod
172 struct vc7_iod_data *iod;
379 map->src.iod = &vc7->clk_iod[0];
383 map->src.iod = &vc7->clk_iod[1];
400 map->src.iod = &vc7->clk_iod[1];
437 map->src.iod = &vc7->clk_iod[2];
463 map->src.iod = &vc7->clk_iod[2];
467 map->src.iod = &vc7->clk_iod[3];
490 map->src.iod = &vc7->clk_iod[2];
494 map->src.iod = &vc7->clk_iod[3];
961 struct vc7_iod_data *iod = container_of(hw, struct vc7_iod_data, hw);
962 struct vc7_driver_data *vc7 = iod->vc7;
966 err = vc7_read_iod(vc7, iod->num);
973 iod_rate = div64_u64(parent_rate, iod->iod_int);
975 pr_debug("%s - %s: iod_int: %u\n", __func__, clk_hw_get_name(hw), iod->iod_int);
983 struct vc7_iod_data *iod = container_of(hw, struct vc7_iod_data, hw);
989 vc7_calc_iod_divider(rate, *parent_rate, &iod->iod_int);
990 iod_rate = div64_u64(*parent_rate, iod->iod_int);
992 pr_debug("%s - %s: iod_int: %u\n", __func__, clk_hw_get_name(hw), iod->iod_int);
1000 struct vc7_iod_data *iod = container_of(hw, struct vc7_iod_data, hw);
1001 struct vc7_driver_data *vc7 = iod->vc7;
1014 vc7_write_iod(vc7, iod->num);
1016 iod_rate = div64_u64(parent_rate, iod->iod_int);
1018 pr_debug("%s - %s: iod_int: %u\n", __func__, clk_hw_get_name(hw), iod->iod_int);
1202 parent_names[0] = clk_hw_get_name(&bank_src_map.src.iod->hw);