Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:scripts\dtc\libfdt\libfdt.h Create Date:2022-07-28 06:18:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fdt64_ld

Proto:static inline uint64_t fdt64_ld(const fdt64_t *p)

Type:uint64_t

Parameter:

TypeParameterName
const fdt64_t *p
149  bp = p
151  Return bp[0] << 56 | bp[1] << 48 | bp[2] << 40 | bp[3] << 32 | bp[4] << 24 | bp[5] << 16 | bp[6] << 8 | bp[7]