Function report |
Source Code:scripts\dtc\libfdt\fdt_sw.c |
Create Date:2022-07-28 06:19:02 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_add_reservemap_entry
Proto:int fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| void * | fdt | |
| uint64_t | addr | |
| uint64_t | size |
| 187 | offset = fdt_off_dt_struct(fdt) |
| 188 | If offset + size of re > fdt_totalsize(fdt) Then Return -FDT_ERR_EXISTS: Attempted to create a node or property which* already exists |
| 192 | address = cpu_to_fdt64(addr) |
| 193 | size = cpu_to_fdt64(size) |
| 195 | fdt_set_off_dt_struct(fdt, offset + size of re ) |
| 197 | Return 0 |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |