Lines Matching refs:RBIOS8

249 			rev = RBIOS8(check_offset);  in combios_get_table_offset()
261 rev = RBIOS8(check_offset); in combios_get_table_offset()
273 rev = RBIOS8(check_offset); in combios_get_table_offset()
285 rev = RBIOS8(check_offset); in combios_get_table_offset()
297 while (RBIOS8(check_offset++)); in combios_get_table_offset()
362 size = RBIOS8(rdev->bios_header_start + 0x6); in combios_get_table_offset()
639 blocks = RBIOS8(offset + 2); in radeon_combios_get_i2c_info_from_table()
641 id = RBIOS8(offset + 3 + (i * 5) + 0); in radeon_combios_get_i2c_info_from_table()
643 clk = RBIOS8(offset + 3 + (i * 5) + 3); in radeon_combios_get_i2c_info_from_table()
644 data = RBIOS8(offset + 3 + (i * 5) + 4); in radeon_combios_get_i2c_info_from_table()
727 rev = RBIOS8(pll_info); in radeon_combios_get_clock_info()
863 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_primary_dac_info()
865 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info()
866 dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf; in radeon_combios_get_primary_dac_info()
869 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info()
870 dac = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_primary_dac_info()
908 if (RBIOS8(tv_info + 6) == 'T') { in radeon_combios_get_tv_info()
909 switch (RBIOS8(tv_info + 7) & 0xf) { in radeon_combios_get_tv_info()
941 switch ((RBIOS8(tv_info + 9) >> 2) & 0x3) { in radeon_combios_get_tv_info()
1012 rev = RBIOS8(dac_info + 0x3); in radeon_combios_get_tv_dac_info()
1014 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info()
1015 dac = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1018 bg = RBIOS8(dac_info + 0xe) & 0xf; in radeon_combios_get_tv_dac_info()
1019 dac = RBIOS8(dac_info + 0xf) & 0xf; in radeon_combios_get_tv_dac_info()
1022 bg = RBIOS8(dac_info + 0x10) & 0xf; in radeon_combios_get_tv_dac_info()
1023 dac = RBIOS8(dac_info + 0x11) & 0xf; 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 + 0xc) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1033 bg = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1034 dac = (RBIOS8(dac_info + 0xd) >> 4) & 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 + 0xe) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1051 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_tv_dac_info()
1053 bg = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_tv_dac_info()
1054 dac = (RBIOS8(dac_info + 0x3) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1063 bg = RBIOS8(dac_info + 0x4) & 0xf; in radeon_combios_get_tv_dac_info()
1064 dac = RBIOS8(dac_info + 0x5) & 0xf; in radeon_combios_get_tv_dac_info()
1174 stmp[i] = RBIOS8(lcd_info + i + 1); in radeon_combios_get_lvds_info()
1188 lvds->panel_pwr_delay = RBIOS8(lcd_info + 0x24); in radeon_combios_get_lvds_info()
1193 lvds->panel_post_divider = RBIOS8(lcd_info + 0x30); in radeon_combios_get_lvds_info()
1252 (RBIOS8(tmp + 23) * 8); in radeon_combios_get_lvds_info()
1327 ver = RBIOS8(tmds_info); in radeon_legacy_get_tmds_info_from_combios()
1330 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1344 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1411 ver = RBIOS8(offset); 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()
1415 gpio = RBIOS8(offset + 4 + 3); in radeon_legacy_get_ext_tmds_info_from_combios()
2269 uint8_t rev = RBIOS8(ext_tmds_info); in combios_check_dl_dvi()
2270 uint8_t flags = RBIOS8(ext_tmds_info + 4 + 5); in combios_check_dl_dvi()
2547 ddc_type = RBIOS8(lcd_ddc_info + 2); in radeon_get_legacy_connector_info_from_bios()
2590 if (RBIOS8(tv_info + 6) == 'T') { in radeon_get_legacy_connector_info_from_bios()
2654 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2657 thermal_controller = RBIOS8(offset + 3); in radeon_combios_get_power_modes()
2658 gpio = RBIOS8(offset + 4) & 0x3f; in radeon_combios_get_power_modes()
2659 i2c_addr = RBIOS8(offset + 5); in radeon_combios_get_power_modes()
2661 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()
2662 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2663 i2c_addr = RBIOS8(offset + 6); in radeon_combios_get_power_modes()
2665 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()
2666 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2667 i2c_addr = RBIOS8(offset + 6); in radeon_combios_get_power_modes()
2668 clk_bit = RBIOS8(offset + 0xa); in radeon_combios_get_power_modes()
2669 data_bit = RBIOS8(offset + 0xb); in radeon_combios_get_power_modes()
2718 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2745 tmp = RBIOS8(offset + 0x5 + 0xd); in radeon_combios_get_power_modes()
2748 u8 entries = RBIOS8(offset + 0x5 + 0xb); in radeon_combios_get_power_modes()
2753 tmp = RBIOS8(voltage_table_offset + 0x2); in radeon_combios_get_power_modes()
2780 RBIOS8(offset + 0x5 + 0x10); in radeon_combios_get_power_modes()
2884 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2886 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2888 blocks = RBIOS8(offset + 3); in radeon_combios_external_tmds_setup()
2924 reg = RBIOS8(index); in radeon_combios_external_tmds_setup()
2926 val = RBIOS8(index); in radeon_combios_external_tmds_setup()
2981 val = RBIOS8(index); in radeon_combios_external_tmds_setup()
3083 while (RBIOS8(offset)) { in combios_parse_pll_table()
3084 uint8_t cmd = ((RBIOS8(offset) & 0xc0) >> 6); in combios_parse_pll_table()
3085 uint8_t addr = (RBIOS8(offset) & 0x3f); in combios_parse_pll_table()
3097 shift = RBIOS8(offset) * 8; in combios_parse_pll_table()
3099 and_mask = RBIOS8(offset) << shift; in combios_parse_pll_table()
3102 or_mask = RBIOS8(offset) << shift; in combios_parse_pll_table()
3175 uint8_t val = RBIOS8(offset); in combios_parse_ram_reset_table()
3210 val = RBIOS8(offset); in combios_parse_ram_reset_table()
3262 rev = RBIOS8(offset); in combios_write_ram_size()
3276 rev = RBIOS8(offset - 1); in combios_write_ram_size()
3283 while (RBIOS8(offset)) { in combios_write_ram_size()
3284 ram = RBIOS8(offset); in combios_write_ram_size()
3286 RBIOS8(offset + 1); in combios_write_ram_size()
3297 mem_size = RBIOS8(offset); in combios_write_ram_size()
3299 mem_size = RBIOS8(offset); in combios_write_ram_size()