Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_err.c23 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in plat_arm_error_handler()
H A Djuno_bl1_setup.c97 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in bl1_plat_fwu_done()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_err.c27 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in plat_arm_error_handler()
H A Dfvp_bl1_setup.c73 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in bl1_plat_fwu_done()
/rk3399_ARM-atf/include/drivers/arm/
H A Dsp805.h32 void sp805_refresh(uintptr_t base, unsigned int ticks);
/rk3399_ARM-atf/drivers/arm/sp805/
H A Dsp805.c46 void sp805_refresh(uintptr_t base, unsigned int ticks) in sp805_refresh() function