Lines Matching refs:bmp
1086 uint8_t *bmp = &bios->data[offset], bmp_version_major, bmp_version_minor; in parse_bmp_structure() local
1096 bmp_version_major = bmp[5]; in parse_bmp_structure()
1097 bmp_version_minor = bmp[6]; in parse_bmp_structure()
1163 if (nv_cksum(bmp, 8)) { in parse_bmp_structure()
1174 bios->feature_byte = bmp[9]; in parse_bmp_structure()
1181 bios->init_script_tbls_ptr = ROM16(bmp[legacy_scripts_offset]); in parse_bmp_structure()
1182 bios->extra_init_script_tbl_ptr = ROM16(bmp[legacy_scripts_offset + 2]); in parse_bmp_structure()
1185 bios->legacy.mem_init_tbl_ptr = ROM16(bmp[24]); in parse_bmp_structure()
1186 bios->legacy.sdr_seq_tbl_ptr = ROM16(bmp[26]); in parse_bmp_structure()
1187 bios->legacy.ddr_seq_tbl_ptr = ROM16(bmp[28]); in parse_bmp_structure()
1198 bios->fmaxvco = ROM32(bmp[67]); in parse_bmp_structure()
1199 bios->fminvco = ROM32(bmp[71]); in parse_bmp_structure()
1204 bios->tmds.output0_script_ptr = ROM16(bmp[89]); in parse_bmp_structure()
1205 bios->tmds.output1_script_ptr = ROM16(bmp[91]); in parse_bmp_structure()
1211 bios->legacy.lvds_single_a_script_ptr = ROM16(bmp[95]); in parse_bmp_structure()
1214 bios->fp.fptablepointer = ROM16(bmp[105]); in parse_bmp_structure()
1215 bios->fp.fpxlatetableptr = ROM16(bmp[107]); in parse_bmp_structure()
1219 bios->fp.lvdsmanufacturerpointer = ROM16(bmp[117]); in parse_bmp_structure()
1220 bios->fp.fpxlatemanufacturertableptr = ROM16(bmp[119]); in parse_bmp_structure()
1224 bios->pll_limit_tbl_ptr = ROM16(bmp[142]); in parse_bmp_structure()
1228 bios->fp.duallink_transition_clk = ROM16(bmp[156]) * 10; in parse_bmp_structure()