Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.c340 hwp->writeAttr = stdWriteAttr; in vgaHWSetStdFuncs()
548 hwp->writeAttr = mmioWriteAttr; in vgaHWSetMmioFuncs()
781 hwp->writeAttr(hwp, 0x10, 0x01); /* graphics mode */ in vgaHWRestoreFonts()
827 hwp->writeAttr(hwp, 0x10, attr10); in vgaHWRestoreFonts()
871 hwp->writeAttr(hwp, i, restore->Attribute[i]); in vgaHWRestoreMode()
963 hwp->writeAttr(hwp, 0x10, 0x01); /* graphics mode */ in vgaHWSaveFonts()
998 hwp->writeAttr(hwp, 0x10, attr10); in vgaHWSaveFonts()
1854 hwp->writeAttr(hwp, OVERSCAN, overscan); in vgaHWSetOverscan()
H A DvgaHW.h137 vgaHWWriteIndexProcPtr writeAttr; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dtridentfb.c712 static inline void writeAttr(struct tridentfb_par *par, int reg, in writeAttr() function
1316 writeAttr(par, 0x10, 0x41); in tridentfb_set_par()
1317 writeAttr(par, 0x12, 0x0F); /* planes */ in tridentfb_set_par()
1318 writeAttr(par, 0x13, 0); /* horizontal pel panning */ in tridentfb_set_par()
1322 writeAttr(par, tmp, tmp); in tridentfb_set_par()