Searched refs:tdfx_outl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tdfxfb.c | 248 static inline void tdfx_outl(struct tdfx_par *par, unsigned int reg, u32 val) in tdfx_outl() function 267 tdfx_outl(par, COMMAND_3D, COMMAND_3D_NOP); in banshee_wait_idle() 283 tdfx_outl(par, DACADDR, regno); in do_setpalentry() 286 tdfx_outl(par, DACDATA, c); in do_setpalentry() 345 tdfx_outl(par, MISCINIT1, tdfx_inl(par, MISCINIT1) | 0x01); in do_write_regs() 350 tdfx_outl(par, VGAINIT1, reg->vgainit1 & 0x001FFFFF); in do_write_regs() 351 tdfx_outl(par, VIDPROCCFG, reg->vidcfg & ~0x00000001); in do_write_regs() 353 tdfx_outl(par, PLLCTRL1, reg->mempll); in do_write_regs() 354 tdfx_outl(par, PLLCTRL2, reg->gfxpll); in do_write_regs() 356 tdfx_outl(pa in do_write_regs() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tdfxfb.c | 247 static inline void tdfx_outl(struct tdfx_par *par, unsigned int reg, u32 val) in tdfx_outl() function 266 tdfx_outl(par, COMMAND_3D, COMMAND_3D_NOP); in banshee_wait_idle() 282 tdfx_outl(par, DACADDR, regno); in do_setpalentry() 285 tdfx_outl(par, DACDATA, c); in do_setpalentry() 344 tdfx_outl(par, MISCINIT1, tdfx_inl(par, MISCINIT1) | 0x01); in do_write_regs() 349 tdfx_outl(par, VGAINIT1, reg->vgainit1 & 0x001FFFFF); in do_write_regs() 350 tdfx_outl(par, VIDPROCCFG, reg->vidcfg & ~0x00000001); in do_write_regs() 352 tdfx_outl(par, PLLCTRL1, reg->mempll); in do_write_regs() 353 tdfx_outl(par, PLLCTRL2, reg->gfxpll); in do_write_regs() 355 tdfx_outl(pa in do_write_regs() [all...] |
Completed in 3 milliseconds