Searched refs:system_serial_low (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/ |
| H A D | rockchip-cpuinfo.c | 87 system_serial_low = crc32(0, buf, 8); in rockchip_cpuinfo_probe() 88 system_serial_high = crc32(system_serial_low, buf + 8, 8); in rockchip_cpuinfo_probe() 91 system_serial_high, system_serial_low); in rockchip_cpuinfo_probe()
|
| H A D | Kconfig | 42 Set system_serial_low/high from eFuse ID.
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-lpc32xx/ |
| H A D | common.c | 118 if (!system_serial_low && !system_serial_high) { in lpc32xx_check_uid() 119 system_serial_low = uid[0]; in lpc32xx_check_uid()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | id.c | 152 system_serial_low = omap_readl(OMAP_DIE_ID_1); in omap_check_revision() 204 die_rev, omap_revision & 0xff, system_serial_low, in omap_check_revision()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | cpuinfo.c | 28 unsigned int system_serial_low; variable 29 EXPORT_SYMBOL(system_serial_low); 211 system_serial_high, system_serial_low); in c_show()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | system_info.h | 9 extern unsigned int system_serial_low;
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | system_info.h | 22 extern unsigned int system_serial_low;
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/ |
| H A D | goramo_mlr.c | 396 system_serial_low = flash_readw(flash, FLASH_SER_OFF + 4); in gmlr_init() 397 system_serial_low <<= 16; in gmlr_init() 398 system_serial_low |= flash_readw(flash, FLASH_SER_OFF + 6); in gmlr_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | atags_compat.c | 65 unsigned long system_serial_low; /* 80 */ member 142 tag->u.serialnr.low = params->u1.s.system_serial_low; in build_tag_list()
|
| H A D | setup.c | 100 unsigned int system_serial_low; variable 101 EXPORT_SYMBOL(system_serial_low); 969 system_serial_low); in init_machine_late()
|
| H A D | atags_parse.c | 106 system_serial_low = tag->u.serialnr.low; in parse_tag_serialnr()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-clps711x/ |
| H A D | board-dt.c | 57 system_serial_low = id[0]; in clps711x_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | colibri-pxa3xx.c | 38 u64 serial = ((u64) system_serial_high << 32) | system_serial_low; in colibri_pxa3xx_init_eth()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | setup.h | 62 unsigned long system_serial_low; /* 80 */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | etherh.c | 542 if (system_serial_low == 0 && system_serial_high == 0) in etherm_addr() 545 serial = system_serial_low | system_serial_high; in etherm_addr()
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | setup.rst | 94 system_serial_low / system_serial_high
|