Lines Matching refs:tmds

1300 					    struct radeon_encoder_int_tmds *tmds)  in radeon_legacy_get_tmds_info_from_table()  argument
1307 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_table()
1309 tmds->tmds_pll[i].freq = default_tmds_pll[rdev->family][i].freq; in radeon_legacy_get_tmds_info_from_table()
1316 struct radeon_encoder_int_tmds *tmds) in radeon_legacy_get_tmds_info_from_combios() argument
1334 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1336 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1339 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1340 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1348 tmds->tmds_pll[i].value = in radeon_legacy_get_tmds_info_from_combios()
1350 tmds->tmds_pll[i].freq = in radeon_legacy_get_tmds_info_from_combios()
1357 tmds->tmds_pll[i].freq, in radeon_legacy_get_tmds_info_from_combios()
1358 tmds->tmds_pll[i].value); in radeon_legacy_get_tmds_info_from_combios()
1369 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_table() argument
1377 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_table()
1384 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_table()
1385 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_table()
1393 struct radeon_encoder_ext_tmds *tmds) in radeon_legacy_get_ext_tmds_info_from_combios() argument
1402 tmds->i2c_bus = NULL; in radeon_legacy_get_ext_tmds_info_from_combios()
1405 tmds->i2c_bus = radeon_i2c_lookup(rdev, &i2c_bus); in radeon_legacy_get_ext_tmds_info_from_combios()
1406 tmds->dvo_chip = DVO_SIL164; in radeon_legacy_get_ext_tmds_info_from_combios()
1407 tmds->slave_addr = 0x70 >> 1; /* 7 bit addressing */ in radeon_legacy_get_ext_tmds_info_from_combios()
1413 tmds->slave_addr = RBIOS8(offset + 4 + 2); in radeon_legacy_get_ext_tmds_info_from_combios()
1414 tmds->slave_addr >>= 1; /* 7 bit addressing */ 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()
1428 if (!tmds->i2c_bus) { in radeon_legacy_get_ext_tmds_info_from_combios()
2824 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_external_tmds_setup() local
2826 if (!tmds) in radeon_external_tmds_setup()
2829 switch (tmds->dvo_chip) { in radeon_external_tmds_setup()
2832 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2833 tmds->slave_addr, in radeon_external_tmds_setup()
2835 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2836 tmds->slave_addr, in radeon_external_tmds_setup()
2838 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2839 tmds->slave_addr, in radeon_external_tmds_setup()
2841 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2842 tmds->slave_addr, in radeon_external_tmds_setup()
2844 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_external_tmds_setup()
2845 tmds->slave_addr, in radeon_external_tmds_setup()
2877 struct radeon_encoder_ext_tmds *tmds = radeon_encoder->enc_priv; in radeon_combios_external_tmds_setup() local
2879 if (!tmds) in radeon_combios_external_tmds_setup()
2928 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2983 radeon_i2c_put_byte(tmds->i2c_bus, in radeon_combios_external_tmds_setup()
2984 tmds->slave_addr, in radeon_combios_external_tmds_setup()