Searched refs:RBIOS8 (Results 1 – 3 of 3) sorted by relevance
316 rev = RBIOS8(check_offset); in combios_get_table_offset()328 rev = RBIOS8(check_offset); in combios_get_table_offset()340 rev = RBIOS8(check_offset); in combios_get_table_offset()352 rev = RBIOS8(check_offset); in combios_get_table_offset()364 while (RBIOS8(check_offset++)); in combios_get_table_offset()718 blocks = RBIOS8(offset + 2); in radeon_combios_get_i2c_info_from_table()720 id = RBIOS8(offset + 3 + (i * 5) + 0); in radeon_combios_get_i2c_info_from_table()722 clk = RBIOS8(offset + 3 + (i * 5) + 3); in radeon_combios_get_i2c_info_from_table()723 data = RBIOS8(offset + 3 + (i * 5) + 4); in radeon_combios_get_i2c_info_from_table()806 rev = RBIOS8(pll_info); in radeon_combios_get_clock_info()[all …]
1785 #define RBIOS8(i) (rdev->bios[i]) macro1786 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
708 if (RBIOS8(tmp + 0x14) != 0x0) {