Home
last modified time | relevance | path

Searched refs:VIDSERPARPORT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dtdfxfb.c1173 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()
1223 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_ddc_setscl()
1228 tdfx_outl(par, VIDSERPARPORT, r); in tdfxfb_ddc_setscl()
1238 r = tdfx_inl(par, VIDSERPARPORT); in tdfxfb_ddc_setsda()
1243 tdfx_outl(par, VIDSERPARPORT, r); in tdfxfb_ddc_setsda()
[all …]
/openbmc/linux/include/video/
H A Dtdfx.h39 #define VIDSERPARPORT 0x78 macro