Home
last modified time | relevance | path

Searched refs:tom (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A Dx38_edac.c292 u16 tom; in x38_is_stacked() local
294 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()
H A Di3200_edac.c308 u16 tom; in i3200_is_stacked() local
310 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()
/kernel/linux/linux-6.6/drivers/edac/
H A Dx38_edac.c291 u16 tom; in x38_is_stacked() local
293 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()
H A Di3200_edac.c307 u16 tom; in i3200_is_stacked() local
309 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()
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Dradeon_base.c2103 u32 tom = INREG(NB_TOM); in radeon_identify_vram() local
2104 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()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Dradeon_base.c2103 u32 tom = INREG(NB_TOM); in radeon_identify_vram() local
2105 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr100.c2785 uint32_t tom; in r100_vram_init_sizes() local
2787 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr100.c2792 uint32_t tom; in r100_vram_init_sizes() local
2794 tom = RREG32(RADEON_NB_TOM); in r100_vram_init_sizes()
2795 rdev->mc.real_vram_size = (((tom >> 16) - (tom & 0xffff) + 1) << 16); in r100_vram_init_sizes()

Completed in 27 milliseconds