Searched refs:VIDSERPARPORT (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/ |
D | tdfxfb.c | 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() [all …]
|
/linux-4.1.27/include/video/ |
D | tdfx.h | 38 #define VIDSERPARPORT 0x78 macro
|