Lines Matching refs:VIDSERPARPORT
1191 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setscl()
1196 tdfx_outl(par, VIDSERPARPORT, r); 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()
1211 tdfx_outl(par, VIDSERPARPORT, r); 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()
1246 tdfx_outl(par, VIDSERPARPORT, r); 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()
1261 tdfx_outl(par, VIDSERPARPORT, r); 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()
1343 tdfx_outl(par, VIDSERPARPORT, 0xcffc0020); in tdfxfb_create_i2c_busses()