Home
last modified time | relevance | path

Searched defs:get_cntp_ctl_imask (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_helpers.h263 #define get_cntp_ctl_imask(x) (((x) >> CNTP_CTL_IMASK_SHIFT) & \ macro
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_helpers.h545 #define get_cntp_ctl_imask(x) (((x) >> CNTP_CTL_IMASK_SHIFT) & \ macro