Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_combios.c248 rev = RBIOS8(check_offset); in combios_get_table_offset()
260 rev = RBIOS8(check_offset); in combios_get_table_offset()
272 rev = RBIOS8(check_offset); in combios_get_table_offset()
284 rev = RBIOS8(check_offset); in combios_get_table_offset()
296 while (RBIOS8(check_offset++)); in combios_get_table_offset()
361 size = RBIOS8(rdev->bios_header_start + 0x6); in combios_get_table_offset()
654 blocks = RBIOS8(offset + 2); in radeon_combios_get_i2c_info_from_table()
656 id = RBIOS8(offset + 3 + (i * 5) + 0); in radeon_combios_get_i2c_info_from_table()
658 clk = RBIOS8(offset + 3 + (i * 5) + 3); in radeon_combios_get_i2c_info_from_table()
659 data = RBIOS8(offset + 3 + (i * 5) + 4); in radeon_combios_get_i2c_info_from_table()
[all …]
H A Dradeon_bios.c701 if (RBIOS8(tmp + 0x14) != 0x0) { in radeon_get_bios()
H A Dradeon.h2659 #define RBIOS8(i) (rdev->bios[i]) macro
2660 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1243 #define RBIOS8(i) (adev->bios[i]) macro
1244 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))