Lines Matching refs:tdfx_inl

261 static inline u32 tdfx_inl(struct tdfx_par *par, unsigned int reg)  in tdfx_inl()  function
275 while ((tdfx_inl(par, STATUS) & 0x1f) < size - 1) in banshee_make_room()
288 if ((tdfx_inl(par, STATUS) & STATUS_BUSY) == 0) in banshee_wait_idle()
303 tdfx_inl(par, DACADDR); in do_setpalentry()
363 tdfx_outl(par, MISCINIT1, tdfx_inl(par, MISCINIT1) | 0x01); in do_write_regs()
423 u32 draminit0 = tdfx_inl(par, DRAMINIT0); in do_lfb_size()
424 u32 draminit1 = tdfx_inl(par, DRAMINIT1); in do_lfb_size()
443 miscinit1 = tdfx_inl(par, MISCINIT1); in do_lfb_size()
701 reg.vgainit1 = tdfx_inl(par, VGAINIT1) & 0x1fffff; in tdfxfb_set_par()
723 reg.miscinit0 = tdfx_inl(par, MISCINIT0); in tdfxfb_set_par()
810 u32 dacmode = tdfx_inl(par, DACMODE); in tdfxfb_blank()
1072 vidcfg = tdfx_inl(par, VIDPROCCFG); in tdfxfb_cursor()
1191 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setscl()
1197 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_i2c_setscl()
1206 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setsda()
1212 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_i2c_setsda()
1224 return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SCL_IN)); in tdfxfb_i2c_getscl()
1232 return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SDA_IN)); in tdfxfb_i2c_getsda()
1241 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_ddc_setscl()
1247 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_ddc_setscl()
1256 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_ddc_setsda()
1262 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_ddc_setsda()
1270 return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SCL_IN)); in tdfxfb_ddc_getscl()
1278 return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SDA_IN)); in tdfxfb_ddc_getsda()