system_serial_low   22 arch/arm/include/asm/system_info.h extern unsigned int system_serial_low;
system_serial_low   65 arch/arm/kernel/atags_compat.c 	    unsigned long system_serial_low;	/* 80 */
system_serial_low  142 arch/arm/kernel/atags_compat.c 	tag->u.serialnr.low = params->u1.s.system_serial_low;
system_serial_low  108 arch/arm/kernel/atags_parse.c 	system_serial_low = tag->u.serialnr.low;
system_serial_low   99 arch/arm/kernel/setup.c unsigned int system_serial_low;
system_serial_low  100 arch/arm/kernel/setup.c EXPORT_SYMBOL(system_serial_low);
system_serial_low  960 arch/arm/kernel/setup.c 					  system_serial_low);
system_serial_low   57 arch/arm/mach-clps711x/board-dt.c 	system_serial_low = id[0];
system_serial_low  375 arch/arm/mach-ixp4xx/goramo_mlr.c 		system_serial_low = flash_readw(flash, FLASH_SER_OFF + 4);
system_serial_low  376 arch/arm/mach-ixp4xx/goramo_mlr.c 		system_serial_low <<= 16;
system_serial_low  377 arch/arm/mach-ixp4xx/goramo_mlr.c 		system_serial_low |= flash_readw(flash, FLASH_SER_OFF + 6);
system_serial_low  118 arch/arm/mach-lpc32xx/common.c 	if (!system_serial_low && !system_serial_high) {
system_serial_low  119 arch/arm/mach-lpc32xx/common.c 		system_serial_low = uid[0];
system_serial_low  152 arch/arm/mach-omap1/id.c 	system_serial_low = omap_readl(OMAP_DIE_ID_1);
system_serial_low  204 arch/arm/mach-omap1/id.c 	       die_rev, omap_revision & 0xff, system_serial_low,
system_serial_low   38 arch/arm/mach-pxa/colibri-pxa3xx.c 	u64 serial = ((u64) system_serial_high << 32) | system_serial_low;
system_serial_low  542 drivers/net/ethernet/8390/etherh.c 	if (system_serial_low == 0 && system_serial_high == 0)
system_serial_low  545 drivers/net/ethernet/8390/etherh.c 	serial = system_serial_low | system_serial_high;