miscinit0         388 drivers/video/fbdev/tdfxfb.c 	tdfx_outl(par, MISCINIT0, reg->miscinit0);
miscinit0         706 drivers/video/fbdev/tdfxfb.c 	reg.miscinit0 = tdfx_inl(par, MISCINIT0);
miscinit0         712 drivers/video/fbdev/tdfxfb.c 		reg.miscinit0 &= ~(1 << 30);
miscinit0         713 drivers/video/fbdev/tdfxfb.c 		reg.miscinit0 &= ~(1 << 31);
miscinit0         716 drivers/video/fbdev/tdfxfb.c 		reg.miscinit0 |= (1 << 30);
miscinit0         717 drivers/video/fbdev/tdfxfb.c 		reg.miscinit0 |= (1 << 31);
miscinit0         720 drivers/video/fbdev/tdfxfb.c 		reg.miscinit0 |= (1 << 30);
miscinit0         721 drivers/video/fbdev/tdfxfb.c 		reg.miscinit0 &= ~(1 << 31);
miscinit0         184 include/video/tdfx.h 	unsigned long miscinit0;