Searched refs:tom (Results 1 – 5 of 5) sorted by relevance
135 u32 tom; in i915_stolen_to_physical() local146 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() local170 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() local190 tom = tmp * MB(32); in i915_stolen_to_physical()192 base = tom - tseg_size - dev_priv->gtt.stolen_size; in i915_stolen_to_physical()
310 u16 tom; in i3200_is_stacked() local312 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()
294 u16 tom; in x38_is_stacked() local296 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()
2124 u32 tom = INREG(NB_TOM); in radeon_identify_vram() local2125 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()
2787 uint32_t tom; in r100_vram_init_sizes() local2789 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()