Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h144 unsigned char vc_halfcolor; /* Color for half intensity mode */ member
/linux/drivers/video/console/
H A Dvgacon.c439 attr = (attr & 0xf0) | c->vc_halfcolor; in vgacon_build_attr()