Searched refs:bios_header_start (Results 1 – 4 of 4) sorted by relevance
51 uint16_t tmp, bios_header_start; in check_atom_bios() local63 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()
706 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()
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()
2326 uint16_t bios_header_start; member