system_serial_high 23 arch/arm/include/asm/system_info.h extern unsigned int system_serial_high; system_serial_high 66 arch/arm/kernel/atags_compat.c unsigned long system_serial_high; /* 84 */ system_serial_high 143 arch/arm/kernel/atags_compat.c tag->u.serialnr.high = params->u1.s.system_serial_high; system_serial_high 109 arch/arm/kernel/atags_parse.c system_serial_high = tag->u.serialnr.high; system_serial_high 102 arch/arm/kernel/setup.c unsigned int system_serial_high; system_serial_high 103 arch/arm/kernel/setup.c EXPORT_SYMBOL(system_serial_high); system_serial_high 959 arch/arm/kernel/setup.c system_serial_high, system_serial_high 372 arch/arm/mach-ixp4xx/goramo_mlr.c system_serial_high = flash_readw(flash, FLASH_SER_OFF); system_serial_high 373 arch/arm/mach-ixp4xx/goramo_mlr.c system_serial_high <<= 16; system_serial_high 374 arch/arm/mach-ixp4xx/goramo_mlr.c system_serial_high |= flash_readw(flash, FLASH_SER_OFF + 2); system_serial_high 118 arch/arm/mach-lpc32xx/common.c if (!system_serial_low && !system_serial_high) { system_serial_high 120 arch/arm/mach-lpc32xx/common.c system_serial_high = uid[1]; system_serial_high 151 arch/arm/mach-omap1/id.c system_serial_high = omap_readl(OMAP_DIE_ID_0); system_serial_high 205 arch/arm/mach-omap1/id.c system_serial_high); system_serial_high 38 arch/arm/mach-pxa/colibri-pxa3xx.c u64 serial = ((u64) system_serial_high << 32) | system_serial_low; system_serial_high 542 drivers/net/ethernet/8390/etherh.c if (system_serial_low == 0 && system_serial_high == 0) system_serial_high 545 drivers/net/ethernet/8390/etherh.c serial = system_serial_low | system_serial_high;