Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_helpers.h272 #define clr_cntp_ctl_imask(x) ((x) &= ~(U(1) << CNTP_CTL_IMASK_SHIFT)) macro
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_helpers.h554 #define clr_cntp_ctl_imask(x) ((x) &= ~(U(1) << CNTP_CTL_IMASK_SHIFT)) macro