Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/boot/prep/
Dvreset.c118 struct RGBColors TextCLUT[256] = variable
540 outb(0x3C9, TextCLUT[i].r << shift); in setTextCLUT()
541 outb(0x3C9, TextCLUT[i].g << shift); in setTextCLUT()
542 outb(0x3C9, TextCLUT[i].b << shift); in setTextCLUT()