Searched refs:fdt_read_uint32_index (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/include/kernel/ |
| H A D | dt.h | 217 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 D | dt.c | 365 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()
|