draminit0         405 drivers/video/fbdev/tdfxfb.c 	u32 draminit0 = tdfx_inl(par, DRAMINIT0);
draminit0         408 drivers/video/fbdev/tdfxfb.c 	int num_chips = (draminit0 & DRAMINIT0_SGRAM_NUM) ? 8 : 4;
draminit0         415 drivers/video/fbdev/tdfxfb.c 		if (has_sgram && !(draminit0 & DRAMINIT0_SGRAM_TYPE))
draminit0         420 drivers/video/fbdev/tdfxfb.c 		chip_size = draminit0 & DRAMINIT0_SGRAM_TYPE_MASK;