Searched refs:tmds_pll (Results 1 – 4 of 4) sorted by relevance
1326 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()1328 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()1353 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()1355 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()1358 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()1359 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()1367 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()1369 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()1376 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()1377 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1352 tmds->tmds_pll[i].freq = in radeon_atombios_get_tmds_info()1354 tmds->tmds_pll[i].value = in radeon_atombios_get_tmds_info()1356 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()1359 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()1362 tmds->tmds_pll[i].value |= in radeon_atombios_get_tmds_info()1367 tmds->tmds_pll[i].freq, in radeon_atombios_get_tmds_info()1368 tmds->tmds_pll[i].value); in radeon_atombios_get_tmds_info()1370 if (maxfreq == tmds->tmds_pll[i].freq) { in radeon_atombios_get_tmds_info()1371 tmds->tmds_pll[i].freq = 0xffffffff; in radeon_atombios_get_tmds_info()
806 if (tmds->tmds_pll[i].freq == 0) in radeon_legacy_tmds_int_mode_set()808 if ((uint32_t)(mode->clock / 10) < tmds->tmds_pll[i].freq) { in radeon_legacy_tmds_int_mode_set()809 tmp = tmds->tmds_pll[i].value ; in radeon_legacy_tmds_int_mode_set()
415 struct radeon_tmds_pll tmds_pll[4]; member