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()
2837 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_external_tmds_setup() local
2839 if (!tmds) in radeon_external_tmds_setup()
2842 switch (tmds->dvo_chip) { in radeon_external_tmds_setup()
2845 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2846 tmds->slave_addr, in radeon_external_tmds_setup()
2848 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2849 tmds->slave_addr, in radeon_external_tmds_setup()
2851 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2852 tmds->slave_addr, in radeon_external_tmds_setup()
2854 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2855 tmds->slave_addr, in radeon_external_tmds_setup()
2857 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2858 tmds->slave_addr, in radeon_external_tmds_setup()
2890 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_combios_external_tmds_setup() local
2892 if (!tmds) in radeon_combios_external_tmds_setup()
2941 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2996 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2997 tmds->slave_addr, in radeon_combios_external_tmds_setup()