Lines Matching refs:rev
134 int rev, size; in combios_get_table_offset() local
249 rev = RBIOS8(check_offset); in combios_get_table_offset()
250 if (rev > 0) { in combios_get_table_offset()
261 rev = RBIOS8(check_offset); in combios_get_table_offset()
262 if (rev > 0) { in combios_get_table_offset()
273 rev = RBIOS8(check_offset); in combios_get_table_offset()
274 if (rev > 0) { in combios_get_table_offset()
285 rev = RBIOS8(check_offset); in combios_get_table_offset()
286 if (rev == 2) { in combios_get_table_offset()
738 int8_t rev; in radeon_combios_get_clock_info() local
743 rev = RBIOS8(pll_info); in radeon_combios_get_clock_info()
753 if (rev > 9) { in radeon_combios_get_clock_info()
768 if (rev > 10) { in radeon_combios_get_clock_info()
783 if (rev > 10) { in radeon_combios_get_clock_info()
866 uint8_t rev, bg, dac; in radeon_combios_get_primary_dac_info() local
879 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_primary_dac_info()
880 if (rev < 2) { in radeon_combios_get_primary_dac_info()
1017 uint8_t rev, bg, dac; in radeon_combios_get_tv_dac_info() local
1028 rev = RBIOS8(dac_info + 0x3); in radeon_combios_get_tv_dac_info()
1029 if (rev > 4) { in radeon_combios_get_tv_dac_info()
1044 } else if (rev > 1) { in radeon_combios_get_tv_dac_info()
1067 rev = RBIOS8(dac_info) & 0x3; in radeon_combios_get_tv_dac_info()
1068 if (rev < 2) { in radeon_combios_get_tv_dac_info()
2282 uint8_t rev = RBIOS8(ext_tmds_info); in combios_check_dl_dvi() local
2284 if (rev >= 3) { in combios_check_dl_dvi()
2639 u8 rev, blocks, tmp; in radeon_combios_get_power_modes() local
2664 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2666 if (rev == 0) { in radeon_combios_get_power_modes()
2670 } else if (rev == 1) { in radeon_combios_get_power_modes()
2674 } else if (rev == 2) { in radeon_combios_get_power_modes()
2728 rev = RBIOS8(offset); in radeon_combios_get_power_modes()
2740 if (rev > 4) in radeon_combios_get_power_modes()
2753 if (rev < 6) { in radeon_combios_get_power_modes()
2789 if (rev > 6) in radeon_combios_get_power_modes()
2885 uint8_t blocks, slave_addr, rev; in radeon_combios_external_tmds_setup() local
2895 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2897 rev = RBIOS8(offset); in radeon_combios_external_tmds_setup()
2898 if (rev > 1) { in radeon_combios_external_tmds_setup()
3261 uint8_t rev; in combios_write_ram_size() local
3273 rev = RBIOS8(offset); in combios_write_ram_size()
3274 if (rev < 3) { in combios_write_ram_size()
3287 rev = RBIOS8(offset - 1); in combios_write_ram_size()
3288 if (rev < 1) { in combios_write_ram_size()