Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip-cpuinfo.c93 system_serial_low = crc32(0, buf, 0x8); in rockchip_cpuinfo_probe()
94 system_serial_high = crc32(system_serial_low, buf + 0x8, 0x8); in rockchip_cpuinfo_probe()
96 dev_info(dev, "Serial\t\t: %08x%08x\n", system_serial_high, system_serial_low); in rockchip_cpuinfo_probe()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip-cpuinfo.c87 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()
/device/soc/rockchip/common/sdk_linux/arch/arm64/include/asm/
H A Dsystem_info.h9 extern unsigned int system_serial_low;
/device/soc/rockchip/rk3588/kernel/arch/arm64/include/asm/
H A Dsystem_info.h9 extern unsigned int system_serial_low;
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H A Dcpuinfo.c28 unsigned int system_serial_low; variable
29 EXPORT_SYMBOL(system_serial_low); variable

Completed in 3 milliseconds