Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dcgfourteenfb.c370 int is_8mb, i; in cgfourteenfb_init() local
396 is_8mb = bases[5] == 0x800000; in cgfourteenfb_init()
408 if (is_8mb && fb->mmap_map[i].size >= 0x100000 && in cgfourteenfb_init()
437 fb->s.cg14.ramsize = (is_8mb) ? 0x800000 : 0x400000; in cgfourteenfb_init()
442 is_8mb ? 8 : 4, fb->s.cg14.regs->rev >> 4, fb->s.cg14.regs->rev & 0xf); in cgfourteenfb_init()