memory_width       49 drivers/gpu/drm/nouveau/dispnv04/arb.c 	int memory_width;
memory_width       68 drivers/gpu/drm/nouveau/dispnv04/arb.c 	width = arb->memory_width >> 6;
memory_width      125 drivers/gpu/drm/nouveau/dispnv04/arb.c 	fill_rate = mclk_freq * arb->memory_width / 8; /* kB/s */
memory_width      152 drivers/gpu/drm/nouveau/dispnv04/arb.c 		* arb->memory_width / 32;
memory_width      220 drivers/gpu/drm/nouveau/dispnv04/arb.c 		sim_data.memory_width = 64;
memory_width      225 drivers/gpu/drm/nouveau/dispnv04/arb.c 		sim_data.memory_width = (nvif_rd32(device, NV_PEXTDEV_BOOT_0) & 0x10) ? 128 : 64;
memory_width      110 drivers/video/fbdev/nvidia/nv_hw.c 	int memory_width;
memory_width      133 drivers/video/fbdev/nvidia/nv_hw.c 	int memory_width;
memory_width      257 drivers/video/fbdev/nvidia/nv_hw.c 	width = arb->memory_width >> 6;
memory_width      395 drivers/video/fbdev/nvidia/nv_hw.c 	sim_data.memory_width = (NV_RD32(par->PEXTDEV, 0x0000) & 0x10) ?
memory_width      435 drivers/video/fbdev/nvidia/nv_hw.c 	width = arb->memory_width / 64;
memory_width      458 drivers/video/fbdev/nvidia/nv_hw.c 		if (arb->memory_width == 64)	/* 64 bit bus */
memory_width      462 drivers/video/fbdev/nvidia/nv_hw.c 	else if (arb->memory_width == 64)	/* 64 bit bus */
memory_width      467 drivers/video/fbdev/nvidia/nv_hw.c 	if ((!video_enable) && (arb->memory_width == 128)) {
memory_width      635 drivers/video/fbdev/nvidia/nv_hw.c 	sim_data.memory_width = (NV_RD32(par->PEXTDEV, 0x0000) & 0x10) ?
memory_width      715 drivers/video/fbdev/nvidia/nv_hw.c 	sim_data.memory_width = 64;
memory_width      193 drivers/video/fbdev/riva/riva_hw.c   int memory_width;
memory_width      214 drivers/video/fbdev/riva/riva_hw.c   int memory_width;
memory_width      235 drivers/video/fbdev/riva/riva_hw.c   int memory_width;
memory_width      273 drivers/video/fbdev/riva/riva_hw.c             ns = 1000000 * ainfo->vburst_size/(state->memory_width/8)/state->mclk_khz;
memory_width      285 drivers/video/fbdev/riva/riva_hw.c             ns = 1000000 * (ainfo->gburst_size/(state->memory_width/8))/state->mclk_khz;
memory_width      344 drivers/video/fbdev/riva/riva_hw.c                 ns = 1000000*(misses*state->mem_page_miss + ainfo->vburst_size)/(state->memory_width/8)/state->mclk_khz;
memory_width      360 drivers/video/fbdev/riva/riva_hw.c                 ns = 1000000*(misses*state->mem_page_miss + ainfo->gburst_size/(state->memory_width/8))/state->mclk_khz;
memory_width      370 drivers/video/fbdev/riva/riva_hw.c                 ns = 1000000*(misses*state->mem_page_miss + mburst_size/(state->memory_width/8))/state->mclk_khz;
memory_width      381 drivers/video/fbdev/riva/riva_hw.c         ns = 1000000*ainfo->gburst_size/(state->memory_width/8)/state->mclk_khz;
memory_width      388 drivers/video/fbdev/riva/riva_hw.c         ns = 1000000*ainfo->vburst_size/(state->memory_width/8)/state->mclk_khz;
memory_width      438 drivers/video/fbdev/riva/riva_hw.c     eburst_size = state->memory_width * 1;
memory_width      451 drivers/video/fbdev/riva/riva_hw.c         ens =  1000000*(state->mem_page_miss + eburst_size/(state->memory_width/8) +refresh_cycle)/state->mclk_khz;
memory_width      463 drivers/video/fbdev/riva/riva_hw.c         mns = 1000000 * (mmisses*state->mem_page_miss + mburst_size/(state->memory_width/8) + refresh_cycle)/state->mclk_khz;
memory_width      478 drivers/video/fbdev/riva/riva_hw.c         gns = 1000000*(gmisses*state->mem_page_miss + ainfo->gburst_size/(state->memory_width/8) + refresh_cycle)/state->mclk_khz;
memory_width      490 drivers/video/fbdev/riva/riva_hw.c         vns = 1000000*(vmisses*state->mem_page_miss + ainfo->vburst_size/(state->memory_width/8) + refresh_cycle)/state->mclk_khz;
memory_width      628 drivers/video/fbdev/riva/riva_hw.c     sim_data.memory_width   = (NV_RD32(&chip->PEXTDEV[0x00000000/4], 0) & 0x10) ?
memory_width      630 drivers/video/fbdev/riva/riva_hw.c     sim_data.memory_width   = 128;
memory_width      673 drivers/video/fbdev/riva/riva_hw.c     width = arb->memory_width >> 6;
memory_width      820 drivers/video/fbdev/riva/riva_hw.c     sim_data.memory_width   = (NV_RD32(&chip->PEXTDEV[0x00000000/4], 0) & 0x10) ?
memory_width      864 drivers/video/fbdev/riva/riva_hw.c     width = arb->memory_width/64;
memory_width      892 drivers/video/fbdev/riva/riva_hw.c       if (arb->memory_width == 64) /* 64 bit bus */
memory_width      897 drivers/video/fbdev/riva/riva_hw.c       if (arb->memory_width == 64) /* 64 bit bus */
memory_width      902 drivers/video/fbdev/riva/riva_hw.c     if ((!video_enable) && (arb->memory_width == 128))
memory_width     1085 drivers/video/fbdev/riva/riva_hw.c     sim_data.memory_width   = (NV_RD32(&chip->PEXTDEV[0x00000000/4], 0) & 0x10) ?
memory_width     1142 drivers/video/fbdev/riva/riva_hw.c     sim_data.memory_width   = 64;