Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.c1087 uint16_t bmplength; in parse_bmp_structure() local
1128 bmplength = 54; in parse_bmp_structure()
1132 bmplength = 62; in parse_bmp_structure()
1148 bmplength = 123; in parse_bmp_structure()
1154 bmplength = 144; in parse_bmp_structure()
1160 bmplength = 158; in parse_bmp_structure()
1191 if (bmplength > 61) in parse_bmp_structure()
1197 if (bmplength > 74) { in parse_bmp_structure()
1201 if (bmplength > 88) in parse_bmp_structure()
1223 if (bmplength > 143) in parse_bmp_structure()
[all …]