Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-model.h65 static inline int ody_is_model(uint32_t arg_model) __attribute__ ((pure, always_inline));
66 static inline int ody_is_model(uint32_t arg_model) in ody_is_model() argument
72 if (arg_model & __OM_IGNORE_REVISION) in ody_is_model()
74 else if (arg_model & __OM_IGNORE_MINOR_REVISION) in ody_is_model()
79 return ((arg_model) & mask) == (my_model & mask); in ody_is_model()
97 extern int ody_is_altpkg(uint32_t arg_model);