Searched refs:tdfx_outl (Results 1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/video/fbdev/ |
| D | tdfxfb.c | 266 static inline void tdfx_outl(struct tdfx_par *par, unsigned int reg, u32 val) in tdfx_outl() function 285 tdfx_outl(par, COMMAND_3D, COMMAND_3D_NOP); in banshee_wait_idle() 301 tdfx_outl(par, DACADDR, regno); in do_setpalentry() 304 tdfx_outl(par, DACDATA, c); in do_setpalentry() 363 tdfx_outl(par, MISCINIT1, tdfx_inl(par, MISCINIT1) | 0x01); in do_write_regs() 368 tdfx_outl(par, VGAINIT1, reg->vgainit1 & 0x001FFFFF); in do_write_regs() 369 tdfx_outl(par, VIDPROCCFG, reg->vidcfg & ~0x00000001); in do_write_regs() 371 tdfx_outl(par, PLLCTRL1, reg->mempll); in do_write_regs() 372 tdfx_outl(par, PLLCTRL2, reg->gfxpll); in do_write_regs() 374 tdfx_outl(par, PLLCTRL0, reg->vidpll); in do_write_regs() [all …]
|