Searched refs:system_serial_low (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Did.c149 system_serial_low = omap_readl(OMAP_DIE_ID_1);
201 die_rev, omap_revision & 0xff, system_serial_low,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dgoramo_mlr.c380 system_serial_low = flash_readw(flash, FLASH_SER_OFF + 4);
381 system_serial_low <<= 16;
382 system_serial_low |= flash_readw(flash, FLASH_SER_OFF + 6);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dcolibri-pxa3xx.c40 u64 serial = ((u64) system_serial_high << 32) | system_serial_low;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsetup.c87 unsigned int system_serial_low; variable
88 EXPORT_SYMBOL(system_serial_low); variable
602 system_serial_low = tag->u.serialnr.low;
962 system_serial_high, system_serial_low);
H A Dcompat.c68 unsigned long system_serial_low; /* 80 */ member in struct:param_struct::__anon7878::__anon7879
147 tag->u.serialnr.low = params->u1.s.system_serial_low;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Detherh.c569 if (system_serial_low == 0 && system_serial_high == 0)
572 serial = system_serial_low | system_serial_high;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsystem.h74 extern unsigned int system_serial_low;

Completed in 209 milliseconds