Searched refs:tom (Results 1 – 4 of 4) sorted by relevance
308 u16 tom; in i3200_is_stacked() local310 pci_read_config_word(pdev, I3200_TOM, &tom); in i3200_is_stacked()311 tom &= I3200_TOM_MASK; in i3200_is_stacked()313 return drbs[I3200_CHANNELS - 1][I3200_RANKS_PER_CHANNEL - 1] == tom; in i3200_is_stacked()
292 u16 tom; in x38_is_stacked() local294 pci_read_config_word(pdev, X38_TOM, &tom); in x38_is_stacked()295 tom &= X38_TOM_MASK; in x38_is_stacked()297 return drbs[X38_CHANNELS - 1][X38_RANKS_PER_CHANNEL - 1] == tom; in x38_is_stacked()
2119 u32 tom = INREG(NB_TOM); in radeon_identify_vram() local2120 tmp = ((((tom >> 16) - (tom & 0xffff) + 1) << 6) * 1024); in radeon_identify_vram()2123 OUTREG(MC_FB_LOCATION, tom); in radeon_identify_vram()2124 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()2125 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()2126 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
2785 uint32_t tom; in r100_vram_init_sizes() local2787 tom = RREG32(RADEON_NB_TOM); in r100_vram_init_sizes()2788 rdev->mc.real_vram_size = (((tom >> 16) - (tom & 0xffff) + 1) << 16); in r100_vram_init_sizes()