Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/mt8173/
H A Dplat_pm.c204 write_cntpctl(clr_cntp_ctl_enable(cntpctl)); in stop_generic_timer()
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_helpers.h271 #define clr_cntp_ctl_enable(x) ((x) &= ~(U(1) << CNTP_CTL_ENABLE_SHIFT)) macro
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch_helpers.h553 #define clr_cntp_ctl_enable(x) ((x) &= ~(U(1) << CNTP_CTL_ENABLE_SHIFT)) macro