Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c52 uint16_t tmp, bios_header_start; in check_atom_bios() local
66 bios_header_start = bios[0x48] | (bios[0x49] << 8); in check_atom_bios()
67 if (!bios_header_start) { in check_atom_bios()
72 tmp = bios_header_start + 4; in check_atom_bios()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_bios.c696 rdev->bios_header_start = RBIOS16(0x48); in radeon_get_bios()
697 if (!rdev->bios_header_start) { in radeon_get_bios()
700 tmp = rdev->bios_header_start + 4; in radeon_get_bios()
H A Dradeon_combios.c362 size = RBIOS8(rdev->bios_header_start + 0x6); in combios_get_table_offset()
365 offset = RBIOS16(rdev->bios_header_start + check_offset); in combios_get_table_offset()
H A Dradeon.h2320 uint16_t bios_header_start; member