Home
last modified time | relevance | path

Searched refs:bmplength (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bios.c1091 uint16_t bmplength; in parse_bmp_structure() local
1132 bmplength = 54; in parse_bmp_structure()
1136 bmplength = 62; in parse_bmp_structure()
1152 bmplength = 123; in parse_bmp_structure()
1158 bmplength = 144; in parse_bmp_structure()
1164 bmplength = 158; in parse_bmp_structure()
1195 if (bmplength > 61) in parse_bmp_structure()
1201 if (bmplength > 74) { in parse_bmp_structure()
1205 if (bmplength > 88) in parse_bmp_structure()
1227 if (bmplength > 143) in parse_bmp_structure()
[all …]