Searched refs:compat (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/make_helpers/ |
| H A D | utilities.mk | 16 compat-path = $(subst $(space),$(null),$(1)) 19 absolute-path = $(call decompat-path,$(abspath $(call compat-path,$(1)))) 20 real-path = $(call decompat-path,$(realpath $(call compat-path,$(1)))) 22 file-name = $(call decompat-path,$(notdir $(call compat-path,$(1)))) 23 directory-name = $(call decompat-path,$(dir $(call compat-path,$(1))))
|
| H A D | cflags.mk | 87 -Wpacked-bitfield-compat -Wshift-overflow=2 \
|
| /rk3399_ARM-atf/plat/st/common/include/ |
| H A D | stm32mp_dt.h | 35 int dt_get_node(struct dt_node_info *info, int offset, const char *compat);
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_dt.c | 168 int dt_get_node(struct dt_node_info *info, int offset, const char *compat) in dt_get_node() argument 172 node = fdt_node_offset_by_compatible(fdt, offset, compat); in dt_get_node()
|