Lines Matching refs:bmp_version_major
5615 uint8_t *bmp = &bios->data[offset], bmp_version_major, bmp_version_minor; in parse_bmp_structure() local
5629 bmp_version_major = bmp[5]; in parse_bmp_structure()
5633 bmp_version_major, bmp_version_minor); in parse_bmp_structure()
5639 if (bmp_version_major < 5) in parse_bmp_structure()
5647 if ((bmp_version_major < 5 && bmp_version_minor != 1) || bmp_version_major > 5) { in parse_bmp_structure()
5653 if (bmp_version_major == 0) in parse_bmp_structure()
5656 else if (bmp_version_major == 1) in parse_bmp_structure()
5658 else if (bmp_version_major == 2) in parse_bmp_structure()
5660 else if (bmp_version_major == 3) in parse_bmp_structure()
5663 else if (bmp_version_major == 4 || bmp_version_minor < 0x1) in parse_bmp_structure()
5711 if (bmp_version_major < 5 || bmp_version_minor < 0x10) in parse_bmp_structure()
5714 if (bmp_version_major < 2) in parse_bmp_structure()
5719 if (bmp_version_major > 2) { /* appears in BMP 3 */ in parse_bmp_structure()