Searched refs:bios_header_start (Results 1 – 4 of 4) sorted by relevance
50 uint16_t tmp, bios_header_start; in check_atom_bios() local62 bios_header_start = bios[0x48] | (bios[0x49] << 8); in check_atom_bios()63 if (!bios_header_start) { in check_atom_bios()68 tmp = bios_header_start + 4; in check_atom_bios()
689 rdev->bios_header_start = RBIOS16(0x48); in radeon_get_bios()690 if (!rdev->bios_header_start) { in radeon_get_bios()693 tmp = rdev->bios_header_start + 4; in radeon_get_bios()
361 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()
2329 uint16_t bios_header_start; member