Searched refs:VIDSERPARPORT (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
D | tdfxfb.c | 1172 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setscl() 1177 tdfx_outl(par, VIDSERPARPORT, r); 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() 1192 tdfx_outl(par, VIDSERPARPORT, r); 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() 1227 tdfx_outl(par, VIDSERPARPORT, r); in tdfxfb_ddc_setscl() [all …]
|
/linux-4.4.14/include/video/ |
D | tdfx.h | 38 #define VIDSERPARPORT 0x78 macro
|