Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
Dstopwatch.c13 #define SYST_CST 0xe000e010 macro
40 mmio_write_32(SYST_CST, ENABLE | TICKINT | CLKSOURCE); in stopwatch_set_usecs()
49 if (mmio_read_32(SYST_CST) & ENABLE) in stopwatch_init_usecs_expire()
59 int val = mmio_read_32(SYST_CST); in stopwatch_expired()
72 mmio_clrbits_32(SYST_CST, ENABLE); in stopwatch_reset()