Lines Matching defs:value

143  * Return: This function does not return a value and it enters into wfi.
149 uint32_t value;
167 pm_mmio_read(PMU_GLOBAL_GEN_STORAGE4, &value);
168 value = (value & RESTART_SCOPE_MASK) >> RESTART_SCOPE_SHIFT;
169 pm_system_shutdown(PMF_SHUTDOWN_TYPE_RESET, value);
209 * Any other return value will cause the framework to ignore
371 uint32_t value = 0U;
373 ret = pm_fpga_get_status(&value);
374 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32);
393 uint32_t value = 0U;
396 pm_arg[3], &value);
397 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32);
420 uint32_t value = 0U;
422 ret = pm_clock_getstate(pm_arg[0], &value);
423 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32);
432 uint32_t value = 0U;
434 ret = pm_clock_getdivider(pm_arg[0], &value);
435 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32);
444 uint32_t value = 0U;
446 ret = pm_clock_getparent(pm_arg[0], &value);
447 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32U);
478 uint32_t value = 0U;
481 &value);
482 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32U);
487 uint32_t value = 0U;
489 ret = pm_aes_engine(pm_arg[0], pm_arg[1], &value);
490 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32U);
499 uint32_t value = 0U;
501 ret = pm_pll_get_parameter(pm_arg[0], pm_arg[1], &value);
502 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value << 32U));
519 uint32_t value = 0U;
522 pm_arg[3], &value);
523 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32U);
528 uint32_t value = 0U;
537 ret = pm_efuse_access(pm_arg[0], pm_arg[1], &value);
538 SMC_RET1(handle, (uint64_t)ret | ((uint64_t)value) << 32U);