Home
last modified time | relevance | path

Searched refs:tom (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/i915/
Di915_gem_stolen.c135 u32 tom; in i915_stolen_to_physical() local
146 tom = tmp * MB(32); in i915_stolen_to_physical()
148 base = tom - tseg_size - dev_priv->gtt.stolen_size; in i915_stolen_to_physical()
151 u32 tom; in i915_stolen_to_physical() local
170 tom = tmp * MB(32); in i915_stolen_to_physical()
172 base = tom - tseg_size - dev_priv->gtt.stolen_size; in i915_stolen_to_physical()
175 u32 tom; in i915_stolen_to_physical() local
190 tom = tmp * MB(32); in i915_stolen_to_physical()
192 base = tom - tseg_size - dev_priv->gtt.stolen_size; in i915_stolen_to_physical()
/drivers/edac/
Di3200_edac.c310 u16 tom; in i3200_is_stacked() local
312 pci_read_config_word(pdev, I3200_TOM, &tom); in i3200_is_stacked()
313 tom &= I3200_TOM_MASK; in i3200_is_stacked()
315 return drbs[I3200_CHANNELS - 1][I3200_RANKS_PER_CHANNEL - 1] == tom; in i3200_is_stacked()
Dx38_edac.c294 u16 tom; in x38_is_stacked() local
296 pci_read_config_word(pdev, X38_TOM, &tom); in x38_is_stacked()
297 tom &= X38_TOM_MASK; in x38_is_stacked()
299 return drbs[X38_CHANNELS - 1][X38_RANKS_PER_CHANNEL - 1] == tom; in x38_is_stacked()
/drivers/video/fbdev/aty/
Dradeon_base.c2124 u32 tom = INREG(NB_TOM); in radeon_identify_vram() local
2125 tmp = ((((tom >> 16) - (tom & 0xffff) + 1) << 6) * 1024); in radeon_identify_vram()
2128 OUTREG(MC_FB_LOCATION, tom); in radeon_identify_vram()
2129 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
2130 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
2131 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
/drivers/gpu/drm/radeon/
Dr100.c2787 uint32_t tom; in r100_vram_init_sizes() local
2789 tom = RREG32(RADEON_NB_TOM); in r100_vram_init_sizes()
2790 rdev->mc.real_vram_size = (((tom >> 16) - (tom & 0xffff) + 1) << 16); in r100_vram_init_sizes()