Searched refs:system_serial_high (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.c148 system_serial_high = omap_readl(OMAP_DIE_ID_0);
202 system_serial_high);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dgoramo_mlr.c377 system_serial_high = flash_readw(flash, FLASH_SER_OFF);
378 system_serial_high <<= 16;
379 system_serial_high |= flash_readw(flash, FLASH_SER_OFF + 2);
/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.c90 unsigned int system_serial_high; variable
91 EXPORT_SYMBOL(system_serial_high); variable
603 system_serial_high = tag->u.serialnr.high;
962 system_serial_high, system_serial_low);
H A Dcompat.c69 unsigned long system_serial_high; /* 84 */ member in struct:param_struct::__anon7878::__anon7879
148 tag->u.serialnr.high = params->u1.s.system_serial_high;
/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.h75 extern unsigned int system_serial_high;

Completed in 119 milliseconds