Lines Matching refs:tmds

1315 					    struct radeon_encoder_int_tmds *tmds)  in radeon_legacy_get_tmds_info_from_table()  argument
1322 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1324 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()
1331 struct radeon_encoder_int_tmds *tmds) in radeon_legacy_get_tmds_info_from_combios() argument
1349 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1351 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1354 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1355 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1363 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1365 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1372 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1373 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1384 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_table() argument
1392 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_table()
1399 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_table()
1400 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_table()
1408 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_combios() argument
1417 tmds->i2c_bus = NULL; in radeon_legacy_get_ext_tmds_info_from_combios()
1420 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1421 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_combios()
1422 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1428 tmds->slave_addr = RBIOS8(offset + 4 + 2); in radeon_legacy_get_ext_tmds_info_from_combios()
1429 tmds->slave_addr >>= 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1439 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1443 if (!tmds->i2c_bus) { in radeon_legacy_get_ext_tmds_info_from_combios()
2839 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_external_tmds_setup() local
2841 if (!tmds) in radeon_external_tmds_setup()
2844 switch (tmds->dvo_chip) { in radeon_external_tmds_setup()
2847 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2848 tmds->slave_addr, in radeon_external_tmds_setup()
2850 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2851 tmds->slave_addr, in radeon_external_tmds_setup()
2853 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2854 tmds->slave_addr, in radeon_external_tmds_setup()
2856 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2857 tmds->slave_addr, in radeon_external_tmds_setup()
2859 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2860 tmds->slave_addr, in radeon_external_tmds_setup()
2892 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_combios_external_tmds_setup() local
2894 if (!tmds) in radeon_combios_external_tmds_setup()
2943 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2998 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2999 tmds->slave_addr, in radeon_combios_external_tmds_setup()