Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_bios.c51 uint16_t tmp, bios_header_start; in check_atom_bios() local
63 bios_header_start = bios[0x48] | (bios[0x49] << 8); in check_atom_bios()
64 if (!bios_header_start) { in check_atom_bios()
69 tmp = bios_header_start + 4; in check_atom_bios()
/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_bios.c706 rdev->bios_header_start = RBIOS16(0x48); in radeon_get_bios()
707 if (!rdev->bios_header_start) { in radeon_get_bios()
710 tmp = rdev->bios_header_start + 4; in radeon_get_bios()
Dradeon_combios.c361 size = RBIOS8(rdev->bios_header_start + 0x6); in combios_get_table_offset()
364 offset = RBIOS16(rdev->bios_header_start + check_offset); in combios_get_table_offset()
Dradeon.h2326 uint16_t bios_header_start; member