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:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fdt_set_size_dt_struct

Proto:static inline void fdt_set_size_dt_struct(void *fdt, uint32_t val)

Type:void

Parameter:

TypeParameterName
void *fdt
uint32_tval
262  fdth = fdt
262  size of the structure block = If __builtin_constant_p((__u32)((val))) Then (val & 0x000000ffUL) << 24 | (val & 0x0000ff00UL) << 8 | (val & 0x00ff0000UL) >> 8 | (val & 0xff000000UL) >> 24 Else __fswab32((val))