Searched refs:VIDSERPARPORT (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A D | tdfxfb.c | 1173 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setscl() 1178 tdfx_outl(par, VIDSERPARPORT, r); in tdfxfb_i2c_setscl() 1179 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_i2c_setscl() 1188 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setsda() 1193 tdfx_outl(par, VIDSERPARPORT, r); in tdfxfb_i2c_setsda() 1194 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_i2c_setsda() 1206 return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SCL_IN)); in tdfxfb_i2c_getscl() 1214 return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SDA_IN)); in tdfxfb_i2c_getsda() 1223 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_ddc_setscl() 1228 tdfx_outl(par, VIDSERPARPORT, r); in tdfxfb_ddc_setscl() [all …]
|
/openbmc/linux/include/video/ |
H A D | tdfx.h | 39 #define VIDSERPARPORT 0x78 macro
|