Searched refs:VIDPROCCFG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
H A D | tdfx.h | 32 #define VIDPROCCFG 0x5c macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | tdfx.h | 32 #define VIDPROCCFG 0x5c macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tdfxfb.c | 351 tdfx_outl(par, VIDPROCCFG, reg->vidcfg & ~0x00000001); in do_write_regs() 386 tdfx_outl(par, VIDPROCCFG, reg->vidcfg); in do_write_regs() 1055 vidcfg = tdfx_inl(par, VIDPROCCFG); in tdfxfb_cursor() 1057 tdfx_outl(par, VIDPROCCFG, vidcfg | VIDCFG_HWCURSOR_ENABLE); in tdfxfb_cursor() 1059 tdfx_outl(par, VIDPROCCFG, vidcfg & ~VIDCFG_HWCURSOR_ENABLE); in tdfxfb_cursor()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tdfxfb.c | 350 tdfx_outl(par, VIDPROCCFG, reg->vidcfg & ~0x00000001); in do_write_regs() 385 tdfx_outl(par, VIDPROCCFG, reg->vidcfg); in do_write_regs() 1054 vidcfg = tdfx_inl(par, VIDPROCCFG); in tdfxfb_cursor() 1056 tdfx_outl(par, VIDPROCCFG, vidcfg | VIDCFG_HWCURSOR_ENABLE); in tdfxfb_cursor() 1058 tdfx_outl(par, VIDPROCCFG, vidcfg & ~VIDCFG_HWCURSOR_ENABLE); in tdfxfb_cursor()
|
Completed in 6 milliseconds