Home
last modified time | relevance | path

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

/optee_os/core/include/kernel/
H A Ddt.h217 int fdt_read_uint32_index(const void *fdt, int node, const char *prop_name,
412 static inline int fdt_read_uint32_index(const void *fdt __unused, in fdt_read_uint32_index() function
/optee_os/core/kernel/
H A Ddt.c365 int fdt_read_uint32_index(const void *fdt, int node, const char *prop_name, in fdt_read_uint32_index() function
394 fdt_read_uint32_index(fdt, node, prop_name, 0, &ret); in fdt_read_uint32_default()