Home
last modified time | relevance | path

Searched refs:RBIOS8 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_combios.c249 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 …]
Dradeon_bios.c679 if (RBIOS8(tmp + 0x14) != 0x0) { in radeon_get_bios()
Dradeon.h2676 #define RBIOS8(i) (rdev->bios[i]) macro
2677 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bios.c339 if (RBIOS8(tmp + 0x14) != 0x0) { in amdgpu_get_bios()
Damdgpu.h2194 #define RBIOS8(i) (adev->bios[i]) macro
2195 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))