Lines Matching refs:tmds

1319 					    struct radeon_encoder_int_tmds *tmds)  in radeon_legacy_get_tmds_info_from_table()  argument
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()
1335 struct radeon_encoder_int_tmds *tmds) in radeon_legacy_get_tmds_info_from_combios() argument
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()
1388 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_table() argument
1396 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_table()
1403 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_table()
1404 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_table()
1412 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_combios() argument
1421 tmds->i2c_bus = NULL; in radeon_legacy_get_ext_tmds_info_from_combios()
1424 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1425 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_combios()
1426 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1432 tmds->slave_addr = RBIOS8(offset + 4 + 2); in radeon_legacy_get_ext_tmds_info_from_combios()
1433 tmds->slave_addr >>= 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1443 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1447 if (!tmds->i2c_bus) { in radeon_legacy_get_ext_tmds_info_from_combios()
2840 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_external_tmds_setup() local
2842 if (!tmds) in radeon_external_tmds_setup()
2845 switch (tmds->dvo_chip) { 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()
2860 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2861 tmds->slave_addr, in radeon_external_tmds_setup()
2893 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_combios_external_tmds_setup() local
2895 if (!tmds) in radeon_combios_external_tmds_setup()
2944 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2999 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
3000 tmds->slave_addr, in radeon_combios_external_tmds_setup()