Searched refs:rom_header (Results 1 – 2 of 2) sorted by relevance
2870 ATOM_ROM_HEADER *rom_header = NULL; in bios_parser_construct() local2893 rom_header = GET_IMAGE(ATOM_ROM_HEADER, *rom_header_offset); in bios_parser_construct()2895 if (!rom_header) in bios_parser_construct()2898 get_atom_data_table_revision(&rom_header->sHeader, &tbl_rev); in bios_parser_construct()2904 rom_header->usMasterDataTableOffset); in bios_parser_construct()
3688 struct atom_rom_header_v2_2 *rom_header = NULL; in bios_parser2_construct() local3712 rom_header = GET_IMAGE(struct atom_rom_header_v2_2, *rom_header_offset); in bios_parser2_construct()3714 if (!rom_header) in bios_parser2_construct()3717 get_atom_data_table_revision(&rom_header->table_header, &tbl_rev); in bios_parser2_construct()3723 rom_header->masterdatatable_offset); in bios_parser2_construct()