Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dhelper_exec.c745 if ((pInt->BIOSScratch = xnfalloc(BIOS_SCRATCH_LEN))) in xf86Int10SaveRestoreBIOSVars()
746 for (i = 0; i < BIOS_SCRATCH_LEN; i++) in xf86Int10SaveRestoreBIOSVars()
751 for (i = 0; i < BIOS_SCRATCH_LEN; i++) in xf86Int10SaveRestoreBIOSVars()
H A Dxf86int10.h94 #define BIOS_SCRATCH_LEN (BIOS_SCRATCH_END - BIOS_SCRATCH_OFF + 1) macro