Lines Matching refs:tmds

1316 					    struct radeon_encoder_int_tmds *tmds)  in radeon_legacy_get_tmds_info_from_table()  argument
1323 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1325 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()
1332 struct radeon_encoder_int_tmds *tmds) in radeon_legacy_get_tmds_info_from_combios() argument
1350 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1352 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1355 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1356 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1364 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1366 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1373 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1374 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1385 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_table() argument
1393 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_table()
1400 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_table()
1401 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_table()
1409 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_combios() argument
1418 tmds->i2c_bus = NULL; in radeon_legacy_get_ext_tmds_info_from_combios()
1421 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1422 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_combios()
1423 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1429 tmds->slave_addr = RBIOS8(offset + 4 + 2); in radeon_legacy_get_ext_tmds_info_from_combios()
1430 tmds->slave_addr >>= 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1440 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1444 if (!tmds->i2c_bus) { in radeon_legacy_get_ext_tmds_info_from_combios()
2835 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_external_tmds_setup() local
2837 if (!tmds) in radeon_external_tmds_setup()
2840 switch (tmds->dvo_chip) { in radeon_external_tmds_setup()
2843 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2844 tmds->slave_addr, in radeon_external_tmds_setup()
2846 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2847 tmds->slave_addr, in radeon_external_tmds_setup()
2849 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2850 tmds->slave_addr, in radeon_external_tmds_setup()
2852 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2853 tmds->slave_addr, in radeon_external_tmds_setup()
2855 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2856 tmds->slave_addr, in radeon_external_tmds_setup()
2888 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_combios_external_tmds_setup() local
2890 if (!tmds) in radeon_combios_external_tmds_setup()
2939 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2994 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2995 tmds->slave_addr, in radeon_combios_external_tmds_setup()