Lines Matching defs:hard_reset
320 static bool ethosn_core_reset(uintptr_t core_addr, bool hard_reset)
325 const uint32_t reset_val = hard_reset ? SEC_SYSCTRL0_HARD_RESET :
371 bool hard_reset,
382 if (!ethosn_core_reset(core->addr, hard_reset)) {
414 bool hard_reset,
425 ret = ethosn_core_full_reset(device, core, hard_reset,
430 ret = ethosn_core_reset(core->addr, hard_reset) ? ETHOSN_SUCCESS : ETHOSN_FAILURE;
449 bool hard_reset = false;
463 hard_reset = true;
467 hard_reset,