Lines Matching refs:bmp

1088 	uint8_t *bmp = &bios->data[offset], bmp_version_major, bmp_version_minor;  in parse_bmp_structure()  local
1098 bmp_version_major = bmp[5]; in parse_bmp_structure()
1099 bmp_version_minor = bmp[6]; in parse_bmp_structure()
1165 if (nv_cksum(bmp, 8)) { in parse_bmp_structure()
1176 bios->feature_byte = bmp[9]; in parse_bmp_structure()
1183 bios->init_script_tbls_ptr = ROM16(bmp[legacy_scripts_offset]); in parse_bmp_structure()
1184 bios->extra_init_script_tbl_ptr = ROM16(bmp[legacy_scripts_offset + 2]); in parse_bmp_structure()
1187 bios->legacy.mem_init_tbl_ptr = ROM16(bmp[24]); in parse_bmp_structure()
1188 bios->legacy.sdr_seq_tbl_ptr = ROM16(bmp[26]); in parse_bmp_structure()
1189 bios->legacy.ddr_seq_tbl_ptr = ROM16(bmp[28]); in parse_bmp_structure()
1200 bios->fmaxvco = ROM32(bmp[67]); in parse_bmp_structure()
1201 bios->fminvco = ROM32(bmp[71]); in parse_bmp_structure()
1206 bios->tmds.output0_script_ptr = ROM16(bmp[89]); in parse_bmp_structure()
1207 bios->tmds.output1_script_ptr = ROM16(bmp[91]); in parse_bmp_structure()
1213 bios->legacy.lvds_single_a_script_ptr = ROM16(bmp[95]); in parse_bmp_structure()
1216 bios->fp.fptablepointer = ROM16(bmp[105]); in parse_bmp_structure()
1217 bios->fp.fpxlatetableptr = ROM16(bmp[107]); in parse_bmp_structure()
1221 bios->fp.lvdsmanufacturerpointer = ROM16(bmp[117]); in parse_bmp_structure()
1222 bios->fp.fpxlatemanufacturertableptr = ROM16(bmp[119]); in parse_bmp_structure()
1226 bios->pll_limit_tbl_ptr = ROM16(bmp[142]); in parse_bmp_structure()
1230 bios->fp.duallink_transition_clk = ROM16(bmp[156]) * 10; in parse_bmp_structure()