/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | sdram.c | 137 u32 dpr, tom; in get_top_of_ram() local 140 tom = dpr & ~((1 << 20) - 1); in get_top_of_ram() 142 debug("dpt %08x tom %08x\n", dpr, tom); in get_top_of_ram() 145 tom -= (dpr & DPR_SIZE_MASK) << 16; in get_top_of_ram() 147 return (unsigned long)tom; in get_top_of_ram()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | sdram.c | 234 uint64_t tom, me_base, touud; in sdram_find() local 277 tom = (uint64_t)val << 32; in sdram_find() 279 tom |= val; in sdram_find() 281 debug("TOUUD %llx TOLUD %08x TOM %llx\n", touud, tolud, tom); in sdram_find() 295 uma_size = (tom - me_base) >> 10; in sdram_find()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-event_source-devices-dsa | 4 Contact: Tom Zanussi <tom.zanussi@linux.intel.com> 27 Contact: Tom Zanussi <tom.zanussi@linux.intel.com>
|
/openbmc/u-boot/drivers/video/ |
H A D | ati_radeon_fb.c | 113 u32 tom = INREG(NB_TOM); in radeon_identify_vram() local 114 tmp = ((((tom >> 16) - (tom & 0xffff) + 1) << 6) * 1024); in radeon_identify_vram() 117 OUTREG(MC_FB_LOCATION, tom); in radeon_identify_vram() 118 OUTREG(DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram() 119 OUTREG(CRTC2_DISPLAY_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram() 120 OUTREG(OV0_BASE_ADDR, (tom & 0xffff) << 16); in radeon_identify_vram()
|
/openbmc/linux/drivers/edac/ |
H A D | i3200_edac.c | 307 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()
|
H A 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()
|
/openbmc/u-boot/board/opalkelly/zynq/ |
H A D | MAINTAINERS | 2 M: Tom McLeod <tom.mcleod@opalkelly.com>
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ltc2990.rst | 20 - Tom Levens <tom.levens@cern.ch>
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/ |
H A D | bti.patch | 2 From: Tom Cosgrove <tom.cosgrove@arm.com>
|
/openbmc/linux/Documentation/translations/zh_CN/PCI/ |
H A D | pciebus-howto.rst | 21 :作者: Tom L Nguyen tom.l.nguyen@intel.com 11/03/2004
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 2103 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()
|
/openbmc/linux/Documentation/cdrom/ |
H A D | packet-writing.rst | 105 this interface. (see http://tom.ist-im-web.de/linux/software/pktcdvd )
|
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/ |
H A D | 0001-Fix-CVE-2023-29491.patch | 314 -MODULE_ID("$Id: tput.c,v 1.99 2022/02/26 23:19:31 tom Exp $") 315 +MODULE_ID("$Id: tput.c,v 1.102 2023/04/08 16:26:36 tom Exp $")
|
H A D | 0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch | 97 @@ -75,6 +75,9 @@ MODULE_ID("$Id: reset_cmd.c,v 1.28 2021/10/02 18:08:44 tom Exp $")
|
/openbmc/linux/Documentation/networking/ |
H A D | strparser.rst | 240 Tom Herbert (tom@quantonium.net)
|
/openbmc/linux/Documentation/PCI/ |
H A D | pciebus-howto.rst | 8 :Author: Tom L Nguyen tom.l.nguyen@intel.com 11/03/2004
|
H A D | pcieaer-howto.rst | 8 :Authors: - T. Long Nguyen <tom.l.nguyen@intel.com>
|
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
H A D | clamav-milter.conf.sample | 130 #SkipAuthenticated ^(tom|dick|henry)$
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r100.c | 2812 uint32_t tom; in r100_vram_init_sizes() local 2814 tom = RREG32(RADEON_NB_TOM); in r100_vram_init_sizes() 2815 rdev->mc.real_vram_size = (((tom >> 16) - (tom & 0xffff) + 1) << 16); in r100_vram_init_sizes()
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | README | 415 tom@vlsivie.tuwien.ac.at
|
/openbmc/linux/net/ipv4/ |
H A D | Kconfig | 581 See http://www.deneholme.net/tom/scalable/
|
/openbmc/linux/ |
H A D | CREDITS | 2255 E: tom@lpsg.demon.co.uk
|
H A D | MAINTAINERS | 3493 W: http://www.baycom.org/~tom/ham/ham.html 5169 R: Tom Talpey <tom@talpey.com> (RDMA, smbdirect) 11445 R: Tom Talpey <tom@talpey.com> 11488 R: Tom Talpey <tom@talpey.com>
|