Searched refs:hard_reset (Results 1 – 1 of 1) sorted by relevance
320 static bool ethosn_core_reset(uintptr_t core_addr, bool hard_reset) in ethosn_core_reset() argument325 const uint32_t reset_val = hard_reset ? SEC_SYSCTRL0_HARD_RESET : in ethosn_core_reset()371 bool hard_reset, in ethosn_core_full_reset() argument382 if (!ethosn_core_reset(core->addr, hard_reset)) { in ethosn_core_full_reset()414 bool hard_reset, in ethosn_smc_core_reset_handler() argument425 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() local463 hard_reset = true; in ethosn_smc_core_handler()467 hard_reset, in ethosn_smc_core_handler()