Lines Matching refs:RBIOS8
252 rev = RBIOS8(check_offset); in combios_get_table_offset()
264 rev = RBIOS8(check_offset); in combios_get_table_offset()
276 rev = RBIOS8(check_offset); in combios_get_table_offset()
288 rev = RBIOS8(check_offset); in combios_get_table_offset()
300 while (RBIOS8(check_offset++)); in combios_get_table_offset()
365 size = RBIOS8(rdev->bios_header_start + 0x6); in combios_get_table_offset()
658 blocks = RBIOS8(offset + 2); in radeon_combios_get_i2c_info_from_table()
660 id = RBIOS8(offset + 3 + (i * 5) + 0); in radeon_combios_get_i2c_info_from_table()
662 clk = RBIOS8(offset + 3 + (i * 5) + 3); in radeon_combios_get_i2c_info_from_table()
663 data = RBIOS8(offset + 3 + (i * 5) + 4); in radeon_combios_get_i2c_info_from_table()
746 rev = RBIOS8(pll_info); in radeon_combios_get_clock_info()
882 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_primary_dac_info()
884 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info()
885 dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf; in radeon_combios_get_primary_dac_info()
888 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info()
889 dac = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_primary_dac_info()
927 if (RBIOS8(tv_info + 6) == 'T') { in radeon_combios_get_tv_info()
928 switch (RBIOS8(tv_info + 7) & 0xf) { in radeon_combios_get_tv_info()
960 switch ((RBIOS8(tv_info + 9) >> 2) & 0x3) { in radeon_combios_get_tv_info()
1031 rev = RBIOS8(dac_info + 0x3); in radeon_combios_get_tv_dac_info()
1033 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info()
1034 dac = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1037 bg = RBIOS8(dac_info + 0xe) & 0xf; in radeon_combios_get_tv_dac_info()
1038 dac = RBIOS8(dac_info + 0xf) & 0xf; in radeon_combios_get_tv_dac_info()
1041 bg = RBIOS8(dac_info + 0x10) & 0xf; in radeon_combios_get_tv_dac_info()
1042 dac = RBIOS8(dac_info + 0x11) & 0xf; in radeon_combios_get_tv_dac_info()
1048 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info()
1049 dac = (RBIOS8(dac_info + 0xc) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1052 bg = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1053 dac = (RBIOS8(dac_info + 0xd) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1056 bg = RBIOS8(dac_info + 0xe) & 0xf; in radeon_combios_get_tv_dac_info()
1057 dac = (RBIOS8(dac_info + 0xe) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1070 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_tv_dac_info()
1072 bg = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_tv_dac_info()
1073 dac = (RBIOS8(dac_info + 0x3) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1082 bg = RBIOS8(dac_info + 0x4) & 0xf; in radeon_combios_get_tv_dac_info()
1083 dac = RBIOS8(dac_info + 0x5) & 0xf; in radeon_combios_get_tv_dac_info()
1193 stmp[i] = RBIOS8(lcd_info + i + 1); in radeon_combios_get_lvds_info()
1207 lvds->panel_pwr_delay = RBIOS8(lcd_info + 0x24); in radeon_combios_get_lvds_info()
1212 lvds->panel_post_divider = RBIOS8(lcd_info + 0x30); in radeon_combios_get_lvds_info()
1271 (RBIOS8(tmp + 23) * 8); in radeon_combios_get_lvds_info()
1346 ver = RBIOS8(tmds_info); in radeon_legacy_get_tmds_info_from_combios()
1349 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1363 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1430 ver = RBIOS8(offset); 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()
1434 gpio = RBIOS8(offset + 4 + 3); in radeon_legacy_get_ext_tmds_info_from_combios()
2285 uint8_t rev = RBIOS8(ext_tmds_info); in combios_check_dl_dvi()
2286 uint8_t flags = RBIOS8(ext_tmds_info + 4 + 5); in combios_check_dl_dvi()
2563 ddc_type = RBIOS8(lcd_ddc_info + 2); in radeon_get_legacy_connector_info_from_bios()
2606 if (RBIOS8(tv_info + 6) == 'T') { in radeon_get_legacy_connector_info_from_bios()
2670 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2673 thermal_controller = RBIOS8(offset + 3); in radeon_combios_get_power_modes()
2674 gpio = RBIOS8(offset + 4) & 0x3f; in radeon_combios_get_power_modes()
2675 i2c_addr = RBIOS8(offset + 5); in radeon_combios_get_power_modes()
2677 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()
2678 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2679 i2c_addr = RBIOS8(offset + 6); in radeon_combios_get_power_modes()
2681 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()
2682 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2683 i2c_addr = RBIOS8(offset + 6); in radeon_combios_get_power_modes()
2684 clk_bit = RBIOS8(offset + 0xa); in radeon_combios_get_power_modes()
2685 data_bit = RBIOS8(offset + 0xb); in radeon_combios_get_power_modes()
2734 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2761 tmp = RBIOS8(offset + 0x5 + 0xd); in radeon_combios_get_power_modes()
2764 u8 entries = RBIOS8(offset + 0x5 + 0xb); in radeon_combios_get_power_modes()
2769 tmp = RBIOS8(voltage_table_offset + 0x2); in radeon_combios_get_power_modes()
2796 RBIOS8(offset + 0x5 + 0x10); in radeon_combios_get_power_modes()
2900 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2902 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2904 blocks = RBIOS8(offset + 3); in radeon_combios_external_tmds_setup()
2940 reg = RBIOS8(index); in radeon_combios_external_tmds_setup()
2942 val = RBIOS8(index); in radeon_combios_external_tmds_setup()
2997 val = RBIOS8(index); in radeon_combios_external_tmds_setup()
3099 while (RBIOS8(offset)) { in combios_parse_pll_table()
3100 uint8_t cmd = ((RBIOS8(offset) & 0xc0) >> 6); in combios_parse_pll_table()
3101 uint8_t addr = (RBIOS8(offset) & 0x3f); in combios_parse_pll_table()
3113 shift = RBIOS8(offset) * 8; in combios_parse_pll_table()
3115 and_mask = RBIOS8(offset) << shift; in combios_parse_pll_table()
3118 or_mask = RBIOS8(offset) << shift; in combios_parse_pll_table()
3191 uint8_t val = RBIOS8(offset); in combios_parse_ram_reset_table()
3226 val = RBIOS8(offset); in combios_parse_ram_reset_table()
3278 rev = RBIOS8(offset); in combios_write_ram_size()
3292 rev = RBIOS8(offset - 1); in combios_write_ram_size()
3299 while (RBIOS8(offset)) { in combios_write_ram_size()
3300 ram = RBIOS8(offset); in combios_write_ram_size()
3302 RBIOS8(offset + 1); in combios_write_ram_size()
3313 mem_size = RBIOS8(offset); in combios_write_ram_size()
3315 mem_size = RBIOS8(offset); in combios_write_ram_size()