Searched refs:VIDSERPARPORT (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | tdfxfb.c | 1174 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setscl() 1179 tdfx_outl(par, VIDSERPARPORT, r); in tdfxfb_i2c_setscl() 1180 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_i2c_setscl() 1189 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_i2c_setsda() 1194 tdfx_outl(par, VIDSERPARPORT, r); in tdfxfb_i2c_setsda() 1195 tdfx_inl(par, VIDSERPARPORT); /* flush posted write */ in tdfxfb_i2c_setsda() 1207 return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SCL_IN)); in tdfxfb_i2c_getscl() 1215 return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SDA_IN)); in tdfxfb_i2c_getsda() 1224 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_ddc_setscl() 1229 tdfx_outl(par, VIDSERPARPORT, r); in tdfxfb_ddc_setscl() [all …]
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | tdfx.h | 39 #define VIDSERPARPORT 0x78 macro
|