Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/make_helpers/
H A Dutilities.mk16 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 Dcflags.mk87 -Wpacked-bitfield-compat -Wshift-overflow=2 \
/rk3399_ARM-atf/plat/st/common/include/
H A Dstm32mp_dt.h35 int dt_get_node(struct dt_node_info *info, int offset, const char *compat);
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_dt.c168 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()