MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_fdt_next_cell

Function rt_fdt_next_cell

components/drivers/ofw/fdt.c:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65rt_uint64_t rt_fdt_next_cell(const fdt32_t **cellptr, int size)
66{
67 const fdt32_t *ptr = *cellptr;
68
69 *cellptr = ptr + size;
70
71 return rt_fdt_read_number(ptr, size);
72}
73
74rt_uint64_t rt_fdt_translate_address(void *fdt, int nodeoffset, rt_uint64_t address)
75{

Callers 6

ofw_get_addressFunction · 0.85
rt_ofw_get_address_arrayFunction · 0.85
ofw_bus_rangesFunction · 0.85
rt_fdt_translate_addressFunction · 0.85
fdt_reserved_memory_regFunction · 0.85
fdt_scan_memoryFunction · 0.85

Calls 1

rt_fdt_read_numberFunction · 0.85

Tested by

no test coverage detected