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_strings

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

Type:void

Parameter:

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