Lines Matching refs:tdfx_inl
242 static inline u32 tdfx_inl(struct tdfx_par *par, unsigned int reg) in tdfx_inl() function
256 while ((tdfx_inl(par, STATUS) & 0x1f) < size - 1) in banshee_make_room()
269 if ((tdfx_inl(par, STATUS) & STATUS_BUSY) == 0) in banshee_wait_idle()
284 tdfx_inl(par, DACADDR); in do_setpalentry()
344 tdfx_outl(par, MISCINIT1, tdfx_inl(par, MISCINIT1) | 0x01); in do_write_regs()
404 u32 draminit0 = tdfx_inl(par, DRAMINIT0); in do_lfb_size()
405 u32 draminit1 = tdfx_inl(par, DRAMINIT1); in do_lfb_size()
424 miscinit1 = tdfx_inl(par, MISCINIT1); in do_lfb_size()
682 reg.vgainit1 = tdfx_inl(par, VGAINIT1) & 0x1fffff; in tdfxfb_set_par()
704 reg.miscinit0 = tdfx_inl(par, MISCINIT0); in tdfxfb_set_par()
791 u32 dacmode = tdfx_inl(par, DACMODE); in tdfxfb_blank()
1053 vidcfg = tdfx_inl(par, VIDPROCCFG); in tdfxfb_cursor()
1172 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setscl()
1178 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_i2c_setscl()
1187 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setsda()
1193 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_i2c_setsda()
1205 return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SCL_IN)); in tdfxfb_i2c_getscl()
1213 return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SDA_IN)); in tdfxfb_i2c_getsda()
1222 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_ddc_setscl()
1228 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_ddc_setscl()
1237 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_ddc_setsda()
1243 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_ddc_setsda()
1251 return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SCL_IN)); in tdfxfb_ddc_getscl()
1259 return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SDA_IN)); in tdfxfb_ddc_getsda()