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()
655 blocks = RBIOS8(offset + 2); in radeon_combios_get_i2c_info_from_table()
657 id = RBIOS8(offset + 3 + (i * 5) + 0); in radeon_combios_get_i2c_info_from_table()
659 clk = RBIOS8(offset + 3 + (i * 5) + 3); in radeon_combios_get_i2c_info_from_table()
660 data = RBIOS8(offset + 3 + (i * 5) + 4); in radeon_combios_get_i2c_info_from_table()
743 rev = RBIOS8(pll_info); in radeon_combios_get_clock_info()
879 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_primary_dac_info()
881 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info()
882 dac = (RBIOS8(dac_info + 0x2) >> 4) & 0xf; in radeon_combios_get_primary_dac_info()
885 bg = RBIOS8(dac_info + 0x2) & 0xf; in radeon_combios_get_primary_dac_info()
886 dac = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_primary_dac_info()
924 if (RBIOS8(tv_info + 6) == 'T') { in radeon_combios_get_tv_info()
925 switch (RBIOS8(tv_info + 7) & 0xf) { in radeon_combios_get_tv_info()
957 switch ((RBIOS8(tv_info + 9) >> 2) & 0x3) { in radeon_combios_get_tv_info()
1028 rev = RBIOS8(dac_info + 0x3); in radeon_combios_get_tv_dac_info()
1030 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info()
1031 dac = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1034 bg = RBIOS8(dac_info + 0xe) & 0xf; in radeon_combios_get_tv_dac_info()
1035 dac = RBIOS8(dac_info + 0xf) & 0xf; in radeon_combios_get_tv_dac_info()
1038 bg = RBIOS8(dac_info + 0x10) & 0xf; in radeon_combios_get_tv_dac_info()
1039 dac = RBIOS8(dac_info + 0x11) & 0xf; in radeon_combios_get_tv_dac_info()
1045 bg = RBIOS8(dac_info + 0xc) & 0xf; in radeon_combios_get_tv_dac_info()
1046 dac = (RBIOS8(dac_info + 0xc) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1049 bg = RBIOS8(dac_info + 0xd) & 0xf; in radeon_combios_get_tv_dac_info()
1050 dac = (RBIOS8(dac_info + 0xd) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1053 bg = RBIOS8(dac_info + 0xe) & 0xf; in radeon_combios_get_tv_dac_info()
1054 dac = (RBIOS8(dac_info + 0xe) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1067 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_tv_dac_info()
1069 bg = RBIOS8(dac_info + 0x3) & 0xf; in radeon_combios_get_tv_dac_info()
1070 dac = (RBIOS8(dac_info + 0x3) >> 4) & 0xf; in radeon_combios_get_tv_dac_info()
1079 bg = RBIOS8(dac_info + 0x4) & 0xf; in radeon_combios_get_tv_dac_info()
1080 dac = RBIOS8(dac_info + 0x5) & 0xf; in radeon_combios_get_tv_dac_info()
1190 stmp[i] = RBIOS8(lcd_info + i + 1); in radeon_combios_get_lvds_info()
1204 lvds->panel_pwr_delay = RBIOS8(lcd_info + 0x24); in radeon_combios_get_lvds_info()
1209 lvds->panel_post_divider = RBIOS8(lcd_info + 0x30); in radeon_combios_get_lvds_info()
1268 (RBIOS8(tmp + 23) * 8); in radeon_combios_get_lvds_info()
1343 ver = RBIOS8(tmds_info); in radeon_legacy_get_tmds_info_from_combios()
1346 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1360 n = RBIOS8(tmds_info + 5) + 1; in radeon_legacy_get_tmds_info_from_combios()
1427 ver = RBIOS8(offset); in radeon_legacy_get_ext_tmds_info_from_combios()
1429 tmds->slave_addr = RBIOS8(offset + 4 + 2); in radeon_legacy_get_ext_tmds_info_from_combios()
1431 gpio = RBIOS8(offset + 4 + 3); in radeon_legacy_get_ext_tmds_info_from_combios()
2282 uint8_t rev = RBIOS8(ext_tmds_info); in combios_check_dl_dvi()
2283 uint8_t flags = RBIOS8(ext_tmds_info + 4 + 5); in combios_check_dl_dvi()
2560 ddc_type = RBIOS8(lcd_ddc_info + 2); in radeon_get_legacy_connector_info_from_bios()
2603 if (RBIOS8(tv_info + 6) == 'T') { in radeon_get_legacy_connector_info_from_bios()
2664 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2667 thermal_controller = RBIOS8(offset + 3); in radeon_combios_get_power_modes()
2668 gpio = RBIOS8(offset + 4) & 0x3f; in radeon_combios_get_power_modes()
2669 i2c_addr = RBIOS8(offset + 5); in radeon_combios_get_power_modes()
2671 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()
2672 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2673 i2c_addr = RBIOS8(offset + 6); in radeon_combios_get_power_modes()
2675 thermal_controller = RBIOS8(offset + 4); in radeon_combios_get_power_modes()
2676 gpio = RBIOS8(offset + 5) & 0x3f; in radeon_combios_get_power_modes()
2677 i2c_addr = RBIOS8(offset + 6); in radeon_combios_get_power_modes()
2678 clk_bit = RBIOS8(offset + 0xa); in radeon_combios_get_power_modes()
2679 data_bit = RBIOS8(offset + 0xb); in radeon_combios_get_power_modes()
2728 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2729 blocks = RBIOS8(offset + 0x2); in radeon_combios_get_power_modes()
2756 tmp = RBIOS8(offset + 0x5 + 0xd); in radeon_combios_get_power_modes()
2759 u8 entries = RBIOS8(offset + 0x5 + 0xb); in radeon_combios_get_power_modes()
2764 tmp = RBIOS8(voltage_table_offset + 0x2); in radeon_combios_get_power_modes()
2791 RBIOS8(offset + 0x5 + 0x10); in radeon_combios_get_power_modes()
2895 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2897 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2899 blocks = RBIOS8(offset + 3); in radeon_combios_external_tmds_setup()
2935 reg = RBIOS8(index); in radeon_combios_external_tmds_setup()
2937 val = RBIOS8(index); in radeon_combios_external_tmds_setup()
2992 val = RBIOS8(index); in radeon_combios_external_tmds_setup()
3094 while (RBIOS8(offset)) { in combios_parse_pll_table()
3095 uint8_t cmd = ((RBIOS8(offset) & 0xc0) >> 6); in combios_parse_pll_table()
3096 uint8_t addr = (RBIOS8(offset) & 0x3f); in combios_parse_pll_table()
3108 shift = RBIOS8(offset) * 8; in combios_parse_pll_table()
3110 and_mask = RBIOS8(offset) << shift; in combios_parse_pll_table()
3113 or_mask = RBIOS8(offset) << shift; in combios_parse_pll_table()
3186 uint8_t val = RBIOS8(offset); in combios_parse_ram_reset_table()
3221 val = RBIOS8(offset); in combios_parse_ram_reset_table()
3273 rev = RBIOS8(offset); in combios_write_ram_size()
3287 rev = RBIOS8(offset - 1); in combios_write_ram_size()
3294 while (RBIOS8(offset)) { in combios_write_ram_size()
3295 ram = RBIOS8(offset); in combios_write_ram_size()
3297 RBIOS8(offset + 1); in combios_write_ram_size()
3308 mem_size = RBIOS8(offset); in combios_write_ram_size()
3310 mem_size = RBIOS8(offset); in combios_write_ram_size()