Home
last modified time | relevance | path

Searched refs:cellptr (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dofw_fdt.h57 rt_uint64_t rt_fdt_next_cell(const fdt32_t **cellptr, int size);
/components/drivers/ofw/
A Dfdt.c65 rt_uint64_t rt_fdt_next_cell(const fdt32_t **cellptr, int size) in rt_fdt_next_cell() argument
67 const fdt32_t *ptr = *cellptr; in rt_fdt_next_cell()
69 *cellptr = ptr + size; in rt_fdt_next_cell()

Completed in 4 milliseconds