Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
Dplat_pm.c144 write_cntp_ctl_el0(clr_cntp_ctl_enable(cntpctl)); in stop_generic_timer()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
Darch.h442 #define clr_cntp_ctl_enable(x) ((x) &= ~(U(1) << CNTP_CTL_ENABLE_SHIFT)) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/
Dplat_pm.c203 write_cntpctl(clr_cntp_ctl_enable(cntpctl)); in stop_generic_timer()