Searched refs:tom (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/drivers/edac/ |
D | i3200_edac.c | 294 u16 tom; in i3200_is_stacked() local 296 pci_read_config_word(pdev, I3200_TOM, &tom); in i3200_is_stacked() 297 tom &= I3200_TOM_MASK; in i3200_is_stacked() 299 return drbs[I3200_CHANNELS - 1][I3200_RANKS_PER_CHANNEL - 1] == tom; in i3200_is_stacked()
|
D | x38_edac.c | 291 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()
|
/linux-3.4.99/drivers/video/aty/ |
D | radeon_base.c | 2006 u32 tom = INREG(NB_TOM); in radeon_identify_vram() local 2007 tmp = ((((tom >> 16) - (tom & 0xffff) + 1) << 6) * 1024); in radeon_identify_vram() 2010 OUTREG(MC_FB_LOCATION, tom); in radeon_identify_vram() 2011 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram() 2012 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram() 2013 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
|
/linux-3.4.99/kernel/ |
D | hrtimer.c | 107 struct timespec xts, tom, slp; in hrtimer_get_softirq_time() local 109 get_xtime_and_monotonic_and_sleep_offset(&xts, &tom, &slp); in hrtimer_get_softirq_time() 112 mono = ktime_add(xtim, timespec_to_ktime(tom)); in hrtimer_get_softirq_time()
|
/linux-3.4.99/Documentation/cdrom/ |
D | packet-writing.txt | 98 this interface. (see http://tom.ist-im-web.de/download/pktcdvd )
|
/linux-3.4.99/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 2 Tom L Nguyen tom.l.nguyen@intel.com
|
D | pcieaer-howto.txt | 2 T. Long Nguyen <tom.l.nguyen@intel.com>
|
D | MSI-HOWTO.txt | 2 Tom L Nguyen tom.l.nguyen@intel.com
|
/linux-3.4.99/drivers/gpu/drm/radeon/ |
D | r100.c | 2480 uint32_t tom; in r100_vram_init_sizes() local 2482 tom = RREG32(RADEON_NB_TOM); in r100_vram_init_sizes() 2483 rdev->mc.real_vram_size = (((tom >> 16) - (tom & 0xffff) + 1) << 16); in r100_vram_init_sizes()
|
/linux-3.4.99/arch/x86/math-emu/ |
D | README | 415 tom@vlsivie.tuwien.ac.at
|
/linux-3.4.99/net/ipv4/ |
D | Kconfig | 518 See http://www.deneholme.net/tom/scalable/
|
/linux-3.4.99/ |
D | CREDITS | 2038 E: tom@lpsg.demon.co.uk
|
D | MAINTAINERS | 524 M: Tom Tucker <tom@opengridcomputing.com> 1442 W: http://www.baycom.org/~tom/ham/ham.html
|