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

/linux-4.4.14/drivers/video/console/
H A Dnewport_con.c371 static void newport_putc(struct vc_data *vc, int charattr, int ypos, newport_putc() argument
376 p = &font_data[vc->vc_num][(charattr & 0xff) << 4]; newport_putc()
377 charattr = (charattr >> 8) & 0xff; newport_putc()
382 (charattr & 0xf0) >> 4); newport_putc()
386 npregs->set.colori = charattr & 0xf; newport_putc()
404 int charattr; newport_putcs() local
407 charattr = (scr_readw(s) >> 8) & 0xff; newport_putcs()
416 (charattr & 0xf0) >> 4); newport_putcs()
421 npregs->set.colori = charattr & 0xf; newport_putcs()

Completed in 192 milliseconds