Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A 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()
639 blocks = RBIOS8(offset + 2); in radeon_combios_get_i2c_info_from_table()
641 id = RBIOS8(offset + 3 + (i * 5) + 0); in radeon_combios_get_i2c_info_from_table()
643 clk = RBIOS8(offset + 3 + (i * 5) + 3); in radeon_combios_get_i2c_info_from_table()
644 data = RBIOS8(offset + 3 + (i * 5) + 4); in radeon_combios_get_i2c_info_from_table()
[all …]
H A Dradeon_bios.c691 if (RBIOS8(tmp + 0x14) != 0x0) { in radeon_get_bios()
H A Dradeon.h2658 #define RBIOS8(i) (rdev->bios[i]) macro
2659 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1385 #define RBIOS8(i) (adev->bios[i]) macro
1386 #define RBIOS16(i) (RBIOS8(i) | (RBIOS8((i)+1) << 8))