Home
last modified time | relevance | path

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

/linux-4.1.27/include/video/
Dtdfx.h31 #define VIDPROCCFG 0x5c macro
/linux-4.1.27/drivers/video/fbdev/
Dtdfxfb.c369 tdfx_outl(par, VIDPROCCFG, reg->vidcfg & ~0x00000001); in do_write_regs()
404 tdfx_outl(par, VIDPROCCFG, reg->vidcfg); in do_write_regs()
1072 vidcfg = tdfx_inl(par, VIDPROCCFG); in tdfxfb_cursor()
1074 tdfx_outl(par, VIDPROCCFG, vidcfg | VIDCFG_HWCURSOR_ENABLE); in tdfxfb_cursor()
1076 tdfx_outl(par, VIDPROCCFG, vidcfg & ~VIDCFG_HWCURSOR_ENABLE); in tdfxfb_cursor()