Searched refs:vbt_off (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_bios.c348 int vbt_off, bdb_off; local in function:i830_bios_init
373 vbt_off = INTEL_BIOS_16(0x1a);
374 if (vbt_off >= size) {
376 vbt_off);
381 vbt = (struct vbt_header *)(bios + vbt_off);
390 bdb_off = vbt_off + vbt->bdb_offset;
/xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
H A Dbios_reader.c491 int vbt_off, bdb_off, i; local in function:main
524 vbt_off = i;
537 bdb_off = vbt_off + vbt->bdb_offset;

Completed in 3 milliseconds