Searched refs:RBIOS8 (Results 1 – 5 of 5) sorted by relevance
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()[all …]
679 if (RBIOS8(tmp + 0x14) != 0x0) { in radeon_get_bios()
2676 #define RBIOS8(i) (rdev->bios[i]) macro2677 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
339 if (RBIOS8(tmp + 0x14) != 0x0) { in amdgpu_get_bios()
2194 #define RBIOS8(i) (adev->bios[i]) macro2195 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))