Lines Matching refs:bmp
1087 uint8_t *bmp = &bios->data[offset], bmp_version_major, bmp_version_minor; in parse_bmp_structure() local
1097 bmp_version_major = bmp[5]; in parse_bmp_structure()
1098 bmp_version_minor = bmp[6]; in parse_bmp_structure()
1164 if (nv_cksum(bmp, 8)) { in parse_bmp_structure()
1175 bios->feature_byte = bmp[9]; in parse_bmp_structure()
1182 bios->init_script_tbls_ptr = ROM16(bmp[legacy_scripts_offset]); in parse_bmp_structure()
1183 bios->extra_init_script_tbl_ptr = ROM16(bmp[legacy_scripts_offset + 2]); in parse_bmp_structure()
1186 bios->legacy.mem_init_tbl_ptr = ROM16(bmp[24]); in parse_bmp_structure()
1187 bios->legacy.sdr_seq_tbl_ptr = ROM16(bmp[26]); in parse_bmp_structure()
1188 bios->legacy.ddr_seq_tbl_ptr = ROM16(bmp[28]); in parse_bmp_structure()
1199 bios->fmaxvco = ROM32(bmp[67]); in parse_bmp_structure()
1200 bios->fminvco = ROM32(bmp[71]); in parse_bmp_structure()
1205 bios->tmds.output0_script_ptr = ROM16(bmp[89]); in parse_bmp_structure()
1206 bios->tmds.output1_script_ptr = ROM16(bmp[91]); in parse_bmp_structure()
1212 bios->legacy.lvds_single_a_script_ptr = ROM16(bmp[95]); in parse_bmp_structure()
1215 bios->fp.fptablepointer = ROM16(bmp[105]); in parse_bmp_structure()
1216 bios->fp.fpxlatetableptr = ROM16(bmp[107]); in parse_bmp_structure()
1220 bios->fp.lvdsmanufacturerpointer = ROM16(bmp[117]); in parse_bmp_structure()
1221 bios->fp.fpxlatemanufacturertableptr = ROM16(bmp[119]); in parse_bmp_structure()
1225 bios->pll_limit_tbl_ptr = ROM16(bmp[142]); in parse_bmp_structure()
1229 bios->fp.duallink_transition_clk = ROM16(bmp[156]) * 10; in parse_bmp_structure()