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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c414 if ((RADEON_BIOS8(tmp) == 'A' &&
415 RADEON_BIOS8(tmp+1) == 'T' &&
416 RADEON_BIOS8(tmp+2) == 'O' &&
417 RADEON_BIOS8(tmp+3) == 'M') ||
418 (RADEON_BIOS8(tmp) == 'M' &&
419 RADEON_BIOS8(tmp+1) == 'O' &&
420 RADEON_BIOS8(tmp+2) == 'T' &&
421 RADEON_BIOS8(tmp+3) == 'A'))
799 tmp1 = RADEON_BIOS8(tmp0+2) & 0x07;
856 if (RADEON_BIOS8(offse
[all...]
H A Dradeon_macros.h54 #define RADEON_BIOS8(v) (info->VBIOS[v]) macro

Completed in 4 milliseconds