Home
last modified time | relevance | path

Searched refs:is_feat_sxpoe_supported (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_features.h186 static inline bool is_feat_sxpoe_supported(void) { return false; } in is_feat_sxpoe_supported() function
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_features.h479 static inline bool is_feat_sxpoe_supported(void) in CREATE_FEATURE_SUPPORTED()
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c522 if (is_feat_sxpie_supported() || is_feat_sxpoe_supported()) { in setup_context_common()