Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/arm/board/juno/
Djuno_err.c23 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in plat_arm_error_handler()
Djuno_bl1_setup.c96 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in bl1_plat_fwu_done()
/trusted-firmware-a-latest/plat/arm/board/fvp_r/
Dfvp_r_err.c43 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in plat_arm_error_handler()
Dfvp_r_bl1_setup.c182 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in bl1_plat_fwu_done()
/trusted-firmware-a-latest/plat/arm/board/fvp/
Dfvp_err.c27 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in plat_arm_error_handler()
Dfvp_bl1_setup.c73 sp805_refresh(ARM_SP805_TWDG_BASE, 1U); in bl1_plat_fwu_done()
/trusted-firmware-a-latest/include/drivers/arm/
Dsp805.h32 void sp805_refresh(uintptr_t base, unsigned int ticks);
/trusted-firmware-a-latest/drivers/arm/sp805/
Dsp805.c46 void sp805_refresh(uintptr_t base, unsigned int ticks) in sp805_refresh() function