Searched refs:bios_header_start (Results 1 – 4 of 4) sorted by relevance
52 uint16_t tmp, bios_header_start; in check_atom_bios() local66 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()
696 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()
362 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()
2320 uint16_t bios_header_start; member