Symbol: tdfx_inl
drivers/video/fbdev/tdfxfb.c
1059
vidcfg = tdfx_inl(par, VIDPROCCFG);
drivers/video/fbdev/tdfxfb.c
1178
r = tdfx_inl(par, VIDSERPARPORT);
drivers/video/fbdev/tdfxfb.c
1184
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
drivers/video/fbdev/tdfxfb.c
1193
r = tdfx_inl(par, VIDSERPARPORT);
drivers/video/fbdev/tdfxfb.c
1199
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
drivers/video/fbdev/tdfxfb.c
1211
return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SCL_IN));
drivers/video/fbdev/tdfxfb.c
1219
return (0 != (tdfx_inl(par, VIDSERPARPORT) & I2C_SDA_IN));
drivers/video/fbdev/tdfxfb.c
1228
r = tdfx_inl(par, VIDSERPARPORT);
drivers/video/fbdev/tdfxfb.c
1234
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
drivers/video/fbdev/tdfxfb.c
1243
r = tdfx_inl(par, VIDSERPARPORT);
drivers/video/fbdev/tdfxfb.c
1249
tdfx_inl(par, VIDSERPARPORT); /* flush posted write */
drivers/video/fbdev/tdfxfb.c
1257
return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SCL_IN));
drivers/video/fbdev/tdfxfb.c
1265
return (0 != (tdfx_inl(par, VIDSERPARPORT) & DDC_SDA_IN));
drivers/video/fbdev/tdfxfb.c
258
while ((tdfx_inl(par, STATUS) & 0x1f) < size - 1)
drivers/video/fbdev/tdfxfb.c
271
if ((tdfx_inl(par, STATUS) & STATUS_BUSY) == 0)
drivers/video/fbdev/tdfxfb.c
286
tdfx_inl(par, DACADDR);
drivers/video/fbdev/tdfxfb.c
346
tdfx_outl(par, MISCINIT1, tdfx_inl(par, MISCINIT1) | 0x01);
drivers/video/fbdev/tdfxfb.c
406
u32 draminit0 = tdfx_inl(par, DRAMINIT0);
drivers/video/fbdev/tdfxfb.c
407
u32 draminit1 = tdfx_inl(par, DRAMINIT1);
drivers/video/fbdev/tdfxfb.c
426
miscinit1 = tdfx_inl(par, MISCINIT1);
drivers/video/fbdev/tdfxfb.c
688
reg.vgainit1 = tdfx_inl(par, VGAINIT1) & 0x1fffff;
drivers/video/fbdev/tdfxfb.c
710
reg.miscinit0 = tdfx_inl(par, MISCINIT0);
drivers/video/fbdev/tdfxfb.c
797
u32 dacmode = tdfx_inl(par, DACMODE);