Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/arm/ethosn/
H A Dethosn_smc.c320 static bool ethosn_core_reset(uintptr_t core_addr, bool hard_reset) in ethosn_core_reset() argument
325 const uint32_t reset_val = hard_reset ? SEC_SYSCTRL0_HARD_RESET : in ethosn_core_reset()
371 bool hard_reset, in ethosn_core_full_reset() argument
382 if (!ethosn_core_reset(core->addr, hard_reset)) { in ethosn_core_full_reset()
414 bool hard_reset, in ethosn_smc_core_reset_handler() argument
425 ret = ethosn_core_full_reset(device, core, hard_reset, in ethosn_smc_core_reset_handler()
430 ret = ethosn_core_reset(core->addr, hard_reset) ? ETHOSN_SUCCESS : ETHOSN_FAILURE; in ethosn_smc_core_reset_handler()
449 bool hard_reset = false; in ethosn_smc_core_handler() local
463 hard_reset = true; in ethosn_smc_core_handler()
467 hard_reset, in ethosn_smc_core_handler()