Lines Matching refs:RBIOS8
248 rev = RBIOS8(check_offset); in combios_get_table_offset()
260 rev = RBIOS8(check_offset); in combios_get_table_offset()
272 rev = RBIOS8(check_offset); in combios_get_table_offset()
284 rev = RBIOS8(check_offset); in combios_get_table_offset()
296 while (RBIOS8(check_offset++)); in combios_get_table_offset()
361 size = RBIOS8(rdev->bios_header_start + 0x6); in combios_get_table_offset()
654 blocks = RBIOS8(offset + 2); in radeon_combios_get_i2c_info_from_table()
656 id = RBIOS8(offset + 3 + (i * 5) + 0); in radeon_combios_get_i2c_info_from_table()
658 clk = RBIOS8(offset + 3 + (i * 5) + 3); in radeon_combios_get_i2c_info_from_table()
659 data = RBIOS8(offset + 3 + (i * 5) + 4); in radeon_combios_get_i2c_info_from_table()
742 rev = RBIOS8(pll_info); in radeon_combios_get_clock_info()
878 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_primary_dac_info()
880 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info()
881 dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf; 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 + 0x3) & 0xf; in radeon_combios_get_primary_dac_info()
923 if (RBIOS8(tv_info + 6) == 'T') { in radeon_combios_get_tv_info()
924 switch (RBIOS8(tv_info + 7) & 0xf) { in radeon_combios_get_tv_info()
956 switch ((RBIOS8(tv_info + 9) >> 2) & 0x3) { in radeon_combios_get_tv_info()
1027 rev = RBIOS8(dac_info + 0x3); in radeon_combios_get_tv_dac_info()
1029 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info()
1030 dac = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1033 bg = RBIOS8(dac_info + 0xe) & 0xf; in radeon_combios_get_tv_dac_info()
1034 dac = RBIOS8(dac_info + 0xf) & 0xf; in radeon_combios_get_tv_dac_info()
1037 bg = RBIOS8(dac_info + 0x10) & 0xf; in radeon_combios_get_tv_dac_info()
1038 dac = RBIOS8(dac_info + 0x11) & 0xf; in radeon_combios_get_tv_dac_info()
1044 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info()
1045 dac = (RBIOS8(dac_info + 0xc) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1048 bg = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1049 dac = (RBIOS8(dac_info + 0xd) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1052 bg = RBIOS8(dac_info + 0xe) & 0xf; in radeon_combios_get_tv_dac_info()
1053 dac = (RBIOS8(dac_info + 0xe) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1066 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_tv_dac_info()
1068 bg = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_tv_dac_info()
1069 dac = (RBIOS8(dac_info + 0x3) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1078 bg = RBIOS8(dac_info + 0x4) & 0xf; in radeon_combios_get_tv_dac_info()
1079 dac = RBIOS8(dac_info + 0x5) & 0xf; in radeon_combios_get_tv_dac_info()
1189 stmp[i] = RBIOS8(lcd_info + i + 1); in radeon_combios_get_lvds_info()
1203 lvds->panel_pwr_delay = RBIOS8(lcd_info + 0x24); in radeon_combios_get_lvds_info()
1208 lvds->panel_post_divider = RBIOS8(lcd_info + 0x30); in radeon_combios_get_lvds_info()
1267 (RBIOS8(tmp + 23) * 8); in radeon_combios_get_lvds_info()
1342 ver = RBIOS8(tmds_info); in radeon_legacy_get_tmds_info_from_combios()
1345 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1359 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1426 ver = RBIOS8(offset); in radeon_legacy_get_ext_tmds_info_from_combios()
1428 tmds->slave_addr = RBIOS8(offset + 4 + 2); in radeon_legacy_get_ext_tmds_info_from_combios()
1430 gpio = RBIOS8(offset + 4 + 3); in radeon_legacy_get_ext_tmds_info_from_combios()
2284 uint8_t rev = RBIOS8(ext_tmds_info); in combios_check_dl_dvi()
2285 uint8_t flags = RBIOS8(ext_tmds_info + 4 + 5); in combios_check_dl_dvi()
2562 ddc_type = RBIOS8(lcd_ddc_info + 2); in radeon_get_legacy_connector_info_from_bios()
2605 if (RBIOS8(tv_info + 6) == 'T') { in radeon_get_legacy_connector_info_from_bios()
2669 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2672 thermal_controller = RBIOS8(offset + 3); in radeon_combios_get_power_modes()
2673 gpio = RBIOS8(offset + 4) & 0x3f; in radeon_combios_get_power_modes()
2674 i2c_addr = RBIOS8(offset + 5); in radeon_combios_get_power_modes()
2676 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()
2677 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2678 i2c_addr = RBIOS8(offset + 6); in radeon_combios_get_power_modes()
2680 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()
2681 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2682 i2c_addr = RBIOS8(offset + 6); in radeon_combios_get_power_modes()
2683 clk_bit = RBIOS8(offset + 0xa); in radeon_combios_get_power_modes()
2684 data_bit = RBIOS8(offset + 0xb); in radeon_combios_get_power_modes()
2733 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2760 tmp = RBIOS8(offset + 0x5 + 0xd); in radeon_combios_get_power_modes()
2763 u8 entries = RBIOS8(offset + 0x5 + 0xb); in radeon_combios_get_power_modes()
2768 tmp = RBIOS8(voltage_table_offset + 0x2); in radeon_combios_get_power_modes()
2795 RBIOS8(offset + 0x5 + 0x10); in radeon_combios_get_power_modes()
2899 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2901 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2903 blocks = RBIOS8(offset + 3); in radeon_combios_external_tmds_setup()
2939 reg = RBIOS8(index); in radeon_combios_external_tmds_setup()
2941 val = RBIOS8(index); in radeon_combios_external_tmds_setup()
2996 val = RBIOS8(index); in radeon_combios_external_tmds_setup()
3098 while (RBIOS8(offset)) { in combios_parse_pll_table()
3099 uint8_t cmd = ((RBIOS8(offset) & 0xc0) >> 6); in combios_parse_pll_table()
3100 uint8_t addr = (RBIOS8(offset) & 0x3f); in combios_parse_pll_table()
3112 shift = RBIOS8(offset) * 8; in combios_parse_pll_table()
3114 and_mask = RBIOS8(offset) << shift; in combios_parse_pll_table()
3117 or_mask = RBIOS8(offset) << shift; in combios_parse_pll_table()
3190 uint8_t val = RBIOS8(offset); in combios_parse_ram_reset_table()
3225 val = RBIOS8(offset); in combios_parse_ram_reset_table()
3277 rev = RBIOS8(offset); in combios_write_ram_size()
3291 rev = RBIOS8(offset - 1); in combios_write_ram_size()
3298 while (RBIOS8(offset)) { in combios_write_ram_size()
3299 ram = RBIOS8(offset); in combios_write_ram_size()
3301 RBIOS8(offset + 1); in combios_write_ram_size()
3312 mem_size = RBIOS8(offset); in combios_write_ram_size()
3314 mem_size = RBIOS8(offset); in combios_write_ram_size()