Searched refs:tom (Results 1 – 4 of 4) sorted by relevance
291 u16 tom; in x38_is_stacked() local293 pci_read_config_word(pdev, X38_TOM, &tom); in x38_is_stacked()294 tom &= X38_TOM_MASK; in x38_is_stacked()296 return drbs[X38_CHANNELS - 1][X38_RANKS_PER_CHANNEL - 1] == tom; in x38_is_stacked()
307 u16 tom; in i3200_is_stacked() local309 pci_read_config_word(pdev, I3200_TOM, &tom); in i3200_is_stacked()310 tom &= I3200_TOM_MASK; in i3200_is_stacked()312 return drbs[I3200_CHANNELS - 1][I3200_RANKS_PER_CHANNEL - 1] == tom; in i3200_is_stacked()
2103 u32 tom = INREG(NB_TOM); in radeon_identify_vram() local2104 tmp = ((((tom >> 16) - (tom & 0xffff) + 1) << 6) * 1024); in radeon_identify_vram()2107 OUTREG(MC_FB_LOCATION, tom); in radeon_identify_vram()2108 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()2109 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()2110 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
2791 uint32_t tom; in r100_vram_init_sizes() local2793 tom = RREG32(RADEON_NB_TOM); in r100_vram_init_sizes()2794 rdev->mc.real_vram_size = (((tom >> 16) - (tom & 0xffff) + 1) << 16); in r100_vram_init_sizes()