Symbol: t_outb
drivers/video/fbdev/tridentfb.c
1181
t_outb(par, tmp | 0xC0, VGA_MIS_W);
drivers/video/fbdev/tridentfb.c
1191
t_outb(par, tmp, VGA_MIS_W);
drivers/video/fbdev/tridentfb.c
1322
t_outb(par, 0x20, VGA_ATT_W); /* enable attr */
drivers/video/fbdev/tridentfb.c
1342
t_outb(par, tmp, VGA_PEL_MSK);
drivers/video/fbdev/tridentfb.c
1371
t_outb(par, 0xFF, VGA_PEL_MSK);
drivers/video/fbdev/tridentfb.c
1372
t_outb(par, regno, VGA_PEL_IW);
drivers/video/fbdev/tridentfb.c
1374
t_outb(par, red >> 10, VGA_PEL_D);
drivers/video/fbdev/tridentfb.c
1375
t_outb(par, green >> 10, VGA_PEL_D);
drivers/video/fbdev/tridentfb.c
1376
t_outb(par, blue >> 10, VGA_PEL_D);
drivers/video/fbdev/tridentfb.c
1406
t_outb(par, 0x04, 0x83C8); /* Read DPMS Control */
drivers/video/fbdev/tridentfb.c
1435
t_outb(par, 4, 0x83C8);
drivers/video/fbdev/tridentfb.c
1436
t_outb(par, PMCont, 0x83C6);
drivers/video/fbdev/tridentfb.c
400
t_outb(par, x, 0x2125);
drivers/video/fbdev/tridentfb.c
406
t_outb(par, 3, 0x2126);
drivers/video/fbdev/tridentfb.c
422
t_outb(par, 0x00, STATUS);
drivers/video/fbdev/tridentfb.c
438
t_outb(par, 0x01, OLDCMD);
drivers/video/fbdev/tridentfb.c
439
t_outb(par, par->eng_oper, 0x2125);
drivers/video/fbdev/tridentfb.c
467
t_outb(par, ROP_S, 0x2127);
drivers/video/fbdev/tridentfb.c
471
t_outb(par, 0x01, OLDCMD);
drivers/video/fbdev/tridentfb.c
573
t_outb(par, ROP_P, 0x2127);
drivers/video/fbdev/tridentfb.c
578
t_outb(par, 1, OLDCMD);
drivers/video/fbdev/tridentfb.c
606
t_outb(par, ROP_S, 0x2127);
drivers/video/fbdev/tridentfb.c
610
t_outb(par, 1, OLDCMD);
drivers/video/fbdev/tridentfb.c
751
t_outb(par, PCIReg, 0x3D4);
drivers/video/fbdev/tridentfb.c
752
t_outb(par, t_inb(par, 0x3D5) & ~0x01, 0x3D5);
drivers/video/fbdev/tridentfb.c
874
t_outb(par, lo, 0x43C8);
drivers/video/fbdev/tridentfb.c
875
t_outb(par, hi, 0x43C9);