Searched refs:tmds_info (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_combios.c1344 uint16_t tmds_info; local
1348 tmds_info = combios_get_table_offset(dev, COMBIOS_DFP_INFO_TABLE);
1350 if (tmds_info) {
1351 ver = RBIOS8(tmds_info);
1354 n = RBIOS8(tmds_info + 5) + 1;
1359 RBIOS32(tmds_info + i * 10 + 0x08);
1361 RBIOS16(tmds_info + i * 10 + 0x10);
1368 n = RBIOS8(tmds_info + 5) + 1;
1373 RBIOS32(tmds_info + stride + 0x08);
1375 RBIOS16(tmds_info
2504 uint16_t tmds_info = local
[all...]
H A Dradeon_atombios.c1339 struct _ATOM_TMDS_INFO *tmds_info; local
1346 tmds_info =
1350 maxfreq = le16_to_cpu(tmds_info->usMaxFrequency);
1353 le16_to_cpu(tmds_info->asMiscInfo[i].usFrequency);
1355 tmds_info->asMiscInfo[i].ucPLL_ChargePump & 0x3f;
1357 (tmds_info->asMiscInfo[i].
1360 (tmds_info->asMiscInfo[i].
1363 (tmds_info->asMiscInfo[i].

Completed in 186 milliseconds