| /rk3399_ARM-atf/plat/xilinx/common/include/ |
| H A D | pm_svc_main.h | 30 #define SECURE_REDUNDANT_CALL(status, status_tmp, function, ...) \ argument 32 status = function(__VA_ARGS__); \
|
| /rk3399_ARM-atf/plat/nvidia/tegra/drivers/pmc/ |
| H A D | pmc.c | 107 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 D | gxl_pm.c | 51 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 D | g12a_pm.c | 51 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 D | tc_bl31_setup.c | 125 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 D | plat_fdt.c | 25 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 D | stm32mp157c-odyssey-som.dtsi | 50 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 D | stm32mp157a-avenger96.dts | 43 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 D | stm32mp13xf.dtsi | 15 status = "disabled"; 23 status = "disabled";
|
| H A D | stm32mp13xc.dtsi | 16 status = "disabled"; 24 status = "disabled";
|
| H A D | stm32mp257f-dk.dts | 62 status = "okay"; 69 status = "okay"; 180 status = "okay"; 190 status = "okay"; 203 status = "okay"; 209 status = "okay";
|
| H A D | stm32mp257f-ev1.dts | 54 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 D | stm32mp_pmic2.c | 49 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 D | stm32mp_dt.c | 72 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 D | mcsi.c | 136 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 D | scmi_clock.h | 19 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 D | mt_spm_constraint.h | 37 #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 D | mt_spm_constraint.h | 37 #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 D | tsp_ffa_main.c | 113 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 D | mt_spm_conservation.c | 134 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 D | mbedtls_psa_crypto.c | 99 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 D | sensor.c | 100 .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 D | mce.c | 31 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 D | chimp.h | 51 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 D | zynqmp_pm_svc_main.c | 242 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()
|