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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/edac/
H A Di3200_edac.c292 u16 tom; local
294 pci_read_config_word(pdev, I3200_TOM, &tom);
295 tom &= I3200_TOM_MASK;
297 return drbs[I3200_CHANNELS - 1][I3200_RANKS_PER_CHANNEL - 1] == tom;
H A Dx38_edac.c291 u16 tom; local
293 pci_read_config_word(pdev, X38_TOM, &tom);
294 tom &= X38_TOM_MASK;
296 return drbs[X38_CHANNELS - 1][X38_RANKS_PER_CHANNEL - 1] == tom;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/
H A Di3200_edac.c292 u16 tom; local
294 pci_read_config_word(pdev, I3200_TOM, &tom);
295 tom &= I3200_TOM_MASK;
297 return drbs[I3200_CHANNELS - 1][I3200_RANKS_PER_CHANNEL - 1] == tom;
H A Dx38_edac.c291 u16 tom; local
293 pci_read_config_word(pdev, X38_TOM, &tom);
294 tom &= X38_TOM_MASK;
296 return drbs[X38_CHANNELS - 1][X38_RANKS_PER_CHANNEL - 1] == tom;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dhrtimer.c87 struct timespec xts, tom; local
93 tom = __get_wall_to_monotonic();
97 tomono = timespec_to_ktime(tom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dhrtimer.c87 struct timespec xts, tom; local
93 tom = __get_wall_to_monotonic();
97 tomono = timespec_to_ktime(tom);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_base.c1974 u32 tom = INREG(NB_TOM); local
1975 tmp = ((((tom >> 16) - (tom & 0xffff) + 1) << 6) * 1024);
1978 OUTREG(MC_FB_LOCATION, tom);
1979 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16);
1980 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16);
1981 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/aty/
H A Dradeon_base.c1974 u32 tom = INREG(NB_TOM); local
1975 tmp = ((((tom >> 16) - (tom & 0xffff) + 1) << 6) * 1024);
1978 OUTREG(MC_FB_LOCATION, tom);
1979 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16);
1980 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16);
1981 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dr100.c2299 uint32_t tom; local
2301 tom = RREG32(RADEON_NB_TOM);
2302 rdev->mc.real_vram_size = (((tom >> 16) - (tom & 0xffff) + 1) << 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr100.c2299 uint32_t tom; local
2301 tom = RREG32(RADEON_NB_TOM);
2302 rdev->mc.real_vram_size = (((tom >> 16) - (tom & 0xffff) + 1) << 16);

Completed in 214 milliseconds