Symbol: tdfx_inl
drivers/video/fbdev/tdfxfb.c
1054
vidcfg = tdfx_inl(par, VIDPROCCFG);
drivers/video/fbdev/tdfxfb.c
1173
r = tdfx_inl(par, VIDSERPARPORT);
drivers/video/fbdev/tdfxfb.c
1179
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
drivers/video/fbdev/tdfxfb.c
1188
r = tdfx_inl(par, VIDSERPARPORT);
drivers/video/fbdev/tdfxfb.c
1194
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
drivers/video/fbdev/tdfxfb.c
1206
return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SCL_IN));
drivers/video/fbdev/tdfxfb.c
1214
return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SDA_IN));
drivers/video/fbdev/tdfxfb.c
1223
r = tdfx_inl(par, VIDSERPARPORT);
drivers/video/fbdev/tdfxfb.c
1229
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
drivers/video/fbdev/tdfxfb.c
1238
r = tdfx_inl(par, VIDSERPARPORT);
drivers/video/fbdev/tdfxfb.c
1244
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
drivers/video/fbdev/tdfxfb.c
1252
return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SCL_IN));
drivers/video/fbdev/tdfxfb.c
1260
return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SDA_IN));
drivers/video/fbdev/tdfxfb.c
256
while ((tdfx_inl(par, STATUS) & 0x1f) < size - 1)
drivers/video/fbdev/tdfxfb.c
269
if ((tdfx_inl(par, STATUS) & STATUS_BUSY) == 0)
drivers/video/fbdev/tdfxfb.c
284
tdfx_inl(par, DACADDR);
drivers/video/fbdev/tdfxfb.c
344
tdfx_outl(par, MISCINIT1, tdfx_inl(par, MISCINIT1) | 0x01);
drivers/video/fbdev/tdfxfb.c
404
u32 draminit0 = tdfx_inl(par, DRAMINIT0);
drivers/video/fbdev/tdfxfb.c
405
u32 draminit1 = tdfx_inl(par, DRAMINIT1);
drivers/video/fbdev/tdfxfb.c
424
miscinit1 = tdfx_inl(par, MISCINIT1);
drivers/video/fbdev/tdfxfb.c
683
reg.vgainit1 = tdfx_inl(par, VGAINIT1) & 0x1fffff;
drivers/video/fbdev/tdfxfb.c
705
reg.miscinit0 = tdfx_inl(par, MISCINIT0);
drivers/video/fbdev/tdfxfb.c
792
u32 dacmode = tdfx_inl(par, DACMODE);