VIDSERPARPORT
r = tdfx_inl(par, VIDSERPARPORT);
tdfx_outl(par, VIDSERPARPORT, r);
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
r = tdfx_inl(par, VIDSERPARPORT);
tdfx_outl(par, VIDSERPARPORT, r);
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SCL_IN));
return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SDA_IN));
r = tdfx_inl(par, VIDSERPARPORT);
tdfx_outl(par, VIDSERPARPORT, r);
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
r = tdfx_inl(par, VIDSERPARPORT);
tdfx_outl(par, VIDSERPARPORT, r);
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SCL_IN));
return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SDA_IN));
tdfx_outl(par, VIDSERPARPORT, 0xcffc0020);