Searched refs:tdfx_outl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/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(par, PLLCTRL0, reg->vidpll); in do_write_regs() [all …]
|