Home
last modified time | relevance | path

Searched refs:status (Results 126 – 150 of 304) sorted by relevance

12345678910>>...13

/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dpm_svc_main.h30 #define SECURE_REDUNDANT_CALL(status, status_tmp, function, ...) \ argument
32 status = function(__VA_ARGS__); \
/rk3399_ARM-atf/plat/nvidia/tegra/drivers/pmc/
H A Dpmc.c107 bool status = true; in tegra_pmc_is_last_on_cpu() local
118 status = false; in tegra_pmc_is_last_on_cpu()
122 return status; in tegra_pmc_is_last_on_cpu()
/rk3399_ARM-atf/plat/amlogic/gxl/
H A Dgxl_pm.c51 uint32_t status = mmio_read_32(AML_AO_RTI_STATUS_REG3); in gxl_system_reset() local
54 NOTICE("BL31: Reboot reason: 0x%x\n", status); in gxl_system_reset()
56 status &= 0xFFFF0FF0; in gxl_system_reset()
60 mmio_write_32(AML_AO_RTI_STATUS_REG3, status); in gxl_system_reset()
/rk3399_ARM-atf/plat/amlogic/g12a/
H A Dg12a_pm.c51 uint32_t status = mmio_read_32(AML_AO_RTI_STATUS_REG3); in g12a_system_reset() local
54 NOTICE("BL31: Reboot reason: 0x%x\n", status); in g12a_system_reset()
56 status &= 0xFFFF0FF0; in g12a_system_reset()
60 mmio_write_32(AML_AO_RTI_STATUS_REG3, status); in g12a_system_reset()
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_bl31_setup.c125 psa_status_t status; in bl31_platform_setup() local
135 status = plat_rse_comms_init(); in bl31_platform_setup()
136 if (status != PSA_SUCCESS) { in bl31_platform_setup()
137 ERROR("Failed to initialize RSE communication channel - psa_status = %d\n", status); in bl31_platform_setup()
/rk3399_ARM-atf/plat/amd/common/
H A Dplat_fdt.c25 bool status = true; in is_fit_image() local
31 status = false; in is_fit_image()
34 return status; in is_fit_image()
/rk3399_ARM-atf/fdts/
H A Dstm32mp157c-odyssey-som.dtsi50 status = "okay";
54 status = "okay";
63 status = "okay";
71 status = "okay";
190 status = "disabled";
197 status = "okay";
324 status = "okay";
328 status = "okay";
342 status = "okay";
H A Dstm32mp157a-avenger96.dts43 status = "okay";
51 status = "okay";
165 status = "okay";
292 status = "okay";
296 status = "okay";
307 status = "okay";
315 status = "okay";
323 status = "okay";
H A Dstm32mp13xf.dtsi15 status = "disabled";
23 status = "disabled";
H A Dstm32mp13xc.dtsi16 status = "disabled";
24 status = "disabled";
H A Dstm32mp257f-dk.dts62 status = "okay";
69 status = "okay";
180 status = "okay";
190 status = "okay";
203 status = "okay";
209 status = "okay";
H A Dstm32mp257f-ev1.dts54 status = "okay";
61 status = "okay";
174 status = "okay";
182 status = "okay";
193 status = "okay";
199 status = "okay";
/rk3399_ARM-atf/drivers/st/pmic/
H A Dstm32mp_pmic2.c49 static int status = -FDT_ERR_BADVALUE; in dt_pmic_status() local
53 if (status != -FDT_ERR_BADVALUE) { in dt_pmic_status()
54 return status; in dt_pmic_status()
63 status = -FDT_ERR_NOTFOUND; in dt_pmic_status()
65 return status; in dt_pmic_status()
68 status = DT_SECURE; in dt_pmic_status()
70 return status; in dt_pmic_status()
118 i2c_info->status = DT_SECURE; in dt_pmic2_i2c_config()
143 i2c->dt_status = i2c_info.status; in initialize_pmic_i2c()
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_dt.c72 uint8_t status = DT_DISABLED; in fdt_get_status() local
78 status |= DT_NON_SECURE; in fdt_get_status()
82 if (((cchar == NULL) && (status == DT_NON_SECURE)) || in fdt_get_status()
84 status |= DT_SECURE; in fdt_get_status()
87 return status; in fdt_get_status()
161 info->status = fdt_get_status(node); in dt_fill_device_info()
/rk3399_ARM-atf/plat/mediatek/mt8183/drivers/mcsi/
H A Dmcsi.c136 void cci_secure_switch(unsigned int status) in cci_secure_switch() argument
141 if (status == NS_ACC) in cci_secure_switch()
148 void cci_pmu_secure_switch(unsigned int status) in cci_pmu_secure_switch() argument
153 if (status == NS_ACC) in cci_pmu_secure_switch()
/rk3399_ARM-atf/plat/rockchip/common/scmi/
H A Dscmi_clock.h19 int (*set_status)(struct rk_scmi_clock *clock, bool status);
55 int clk_scmi_common_set_status(rk_scmi_clock_t *clock, bool status);
/rk3399_ARM-atf/plat/mediatek/mt8195/drivers/spm/
H A Dmt_spm_constraint.h37 #define IS_MT_RM_RC_READY(status) \ argument
38 ((status & MT_SPM_RC_VALID) == MT_SPM_RC_VALID)
/rk3399_ARM-atf/plat/mediatek/mt8192/drivers/spm/
H A Dmt_spm_constraint.h37 #define IS_MT_RM_RC_READY(status) \ argument
38 ((status & MT_SPM_RC_VALID) == MT_SPM_RC_VALID)
/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_ffa_main.c113 int ret, status = 0; in test_memory_send() local
243 status = *ptr; in test_memory_send()
263 return status; in test_memory_send()
439 int status = -1; in handle_partition_message() local
445 status = test_memory_send(sender, arg4, FFA_FLAG_SHARE_MEMORY, !multi_endpoint); in handle_partition_message()
450 status = test_memory_send(sender, arg4, FFA_FLAG_LEND_MEMORY, !multi_endpoint); in handle_partition_message()
455 status = test_memory_send(sender, arg4, FFA_FLAG_SHARE_MEMORY, multi_endpoint); in handle_partition_message()
460 status = test_memory_send(sender, arg4, FFA_FLAG_LEND_MEMORY, multi_endpoint); in handle_partition_message()
464 status = ffa_test_relay(arg0, arg1, arg2, arg3, arg4, in handle_partition_message()
470 status = arg4; in handle_partition_message()
[all …]
/rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/
H A Dmt_spm_conservation.c134 struct wake_status **status) in go_to_spm_after_wfi() argument
189 if (status) in go_to_spm_after_wfi()
190 *status = &spm_wakesta; in go_to_spm_after_wfi()
244 struct wake_status **status) in spm_conservation_finish() argument
257 go_to_spm_after_wfi(state_id, ext_opand, spm_lp, status); in spm_conservation_finish()
/rk3399_ARM-atf/drivers/auth/mbedtls/
H A Dmbedtls_psa_crypto.c99 psa_status_t status = psa_crypto_init(); in init() local
101 if (status != PSA_SUCCESS) { in init()
102 ERROR("Failed to initialize %s crypto (%d).\n", LIB_NAME, status); in init()
359 psa_status_t status; in verify_hash() local
407 status = psa_hash_compare(psa_md_alg, in verify_hash()
411 if (status != PSA_SUCCESS) { in verify_hash()
465 psa_status_t status; in calc_hash() local
476 status = psa_hash_compute(psa_md_alg, data_ptr, (size_t)data_len, in calc_hash()
479 if (status != PSA_SUCCESS) { in calc_hash()
/rk3399_ARM-atf/drivers/scmi-msg/
H A Dsensor.c100 .status = SCMI_SUCCESS, in report_version()
118 .status = SCMI_SUCCESS, in report_attributes()
142 .status = SCMI_SUCCESS, in report_message_attributes()
164 .status = SCMI_SUCCESS, in scmi_sensor_description_get()
190 .status = SCMI_SUCCESS, in scmi_sensor_config_get()
219 .status = SCMI_SUCCESS, in scmi_sensor_reading_get()
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/mce/
H A Dmce.c31 bool status; in mce_firmware_not_supported() local
34 status = tegra_platform_is_linsim() || tegra_platform_is_qt() || in mce_firmware_not_supported()
37 return status; in mce_firmware_not_supported()
/rk3399_ARM-atf/include/drivers/brcm/
H A Dchimp.h51 void bcm_chimp_fru_prog_done(bool status);
78 static inline void bcm_chimp_fru_prog_done(bool status) in bcm_chimp_fru_prog_done() argument
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dzynqmp_pm_svc_main.c242 int32_t status = 0; in pm_setup() local
244 status = pm_wdt_restart_setup(); in pm_setup()
245 if (status) in pm_setup()
249 if (status >= 0) { in pm_setup()
254 INFO("BL31: PM Service Init Failed, Error Code %d!\n", status); in pm_setup()
255 ret = status; in pm_setup()
258 pm_up = (status == 0); in pm_setup()
297 bool status = false, status_tmp = false; in pm_smc_handler() local
309 SECURE_REDUNDANT_CALL(status, status_tmp, is_caller_secure, flags); in pm_smc_handler()
310 if ((status != false) && (status_tmp != false)) { in pm_smc_handler()

12345678910>>...13