/tf-a-ffa_el3_spmc/plat/amlogic/common/ |
A D | aml_sip_svc.c | 17 uint32_t version; member 21 static int aml_sip_get_chip_id(uint64_t version) in aml_sip_get_chip_id() argument 26 if (version > 2) in aml_sip_get_chip_id() 31 if (version == 2) { in aml_sip_get_chip_id() 32 info->version = 2; in aml_sip_get_chip_id() 35 info->version = 1; in aml_sip_get_chip_id()
|
/tf-a-ffa_el3_spmc/drivers/arm/css/scmi/ |
A D | scmi_common.c | 90 int scmi_proto_version(void *p, uint32_t proto_id, uint32_t *version) in scmi_proto_version() argument 110 SCMI_PAYLOAD_RET_VAL2(mbx_mem->payload, ret, *version); in scmi_proto_version() 159 uint32_t version; in scmi_init() local 174 ret = scmi_proto_version(ch, SCMI_PWR_DMN_PROTO_ID, &version); in scmi_init() 180 if (!is_scmi_version_compatible(SCMI_PWR_DMN_PROTO_VER, version)) { in scmi_init() 182 version, SCMI_PWR_DMN_PROTO_VER); in scmi_init() 186 VERBOSE("SCMI power domain protocol version 0x%x detected\n", version); in scmi_init() 188 ret = scmi_proto_version(ch, SCMI_SYS_PWR_PROTO_ID, &version); in scmi_init() 194 if (!is_scmi_version_compatible(SCMI_SYS_PWR_PROTO_VER, version)) { in scmi_init() 196 version, SCMI_SYS_PWR_PROTO_VER); in scmi_init() [all …]
|
/tf-a-ffa_el3_spmc/include/lib/extensions/ |
A D | ras.h | 42 .version = 1, \ 51 .version = 1, \ 99 unsigned int version; member 154 unsigned int version; member 181 assert(info->version == ERR_HANDLER_VERSION); in ras_err_ser_probe_memmap() 190 assert(info->version == ERR_HANDLER_VERSION); in ras_err_ser_probe_sysreg()
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | deprecated.rst | 9 Deprecated/Deleted version would be same. 15 | Platform | Vendor | Deprecated version | Deleted version |
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t194/drivers/mce/ |
A D | mce.c | 134 uint64_t version; in mce_verify_firmware_version() local 148 version = nvg_get_version(); in mce_verify_firmware_version() 149 minor = (uint32_t)version; in mce_verify_firmware_version() 150 major = (uint32_t)(version >> 32); in mce_verify_firmware_version()
|
/tf-a-ffa_el3_spmc/plat/socionext/synquacer/drivers/scp/ |
A D | sq_scmi.c | 200 uint32_t version; in scmi_ap_core_init() local 203 ret = scmi_proto_version(ch, SCMI_AP_CORE_PROTO_ID, &version); in scmi_ap_core_init() 209 if (!is_scmi_version_compatible(SCMI_AP_CORE_PROTO_VER, version)) { in scmi_ap_core_init() 211 version, SCMI_AP_CORE_PROTO_VER); in scmi_ap_core_init() 214 INFO("SCMI AP core protocol version 0x%x detected\n", version); in scmi_ap_core_init()
|
/tf-a-ffa_el3_spmc/include/common/ |
A D | param_header.h | 23 (_p)->h.version = (uint8_t)(_ver); \ 31 ._p.h.version = (uint8_t)(_ver), \
|
A D | romlib.h | 14 int rom_lib_init(int version);
|
/tf-a-ffa_el3_spmc/tools/stm32image/ |
A D | stm32image.c | 125 uint32_t version, uint32_t major, in stm32image_create_header_file() argument 187 stm32image_set_header(ptr, &sbuf, dest_fd, loadaddr, entry, version, in stm32image_create_header_file() 199 int opt, loadaddr = -1, entry = -1, err = 0, version = 0; in main() local 219 version = strtol(optarg, NULL, 0); in main() 256 entry, version, major, minor); in main()
|
/tf-a-ffa_el3_spmc/include/tools_share/ |
A D | sptool.h | 18 uint32_t version; member
|
/tf-a-ffa_el3_spmc/lib/libfdt/ |
A D | fdt.c | 65 size_t fdt_header_size_(uint32_t version) in fdt_header_size_() argument 67 if (version <= 1) in fdt_header_size_() 69 else if (version <= 2) in fdt_header_size_() 71 else if (version <= 3) in fdt_header_size_() 73 else if (version <= 16) in fdt_header_size_()
|
/tf-a-ffa_el3_spmc/lib/optee/ |
A D | optee_utils.c | 41 uint8_t version; member 58 (header->version == 2u) && in tee_validate_header() 152 INFO(" version=0x%x\n", header->version); in parse_optee_header()
|
/tf-a-ffa_el3_spmc/plat/brcm/board/stingray/include/ |
A D | bl33_info.h | 33 unsigned int version; member
|
/tf-a-ffa_el3_spmc/include/lib/psci/ |
A D | psci_lib.h | 61 .h.version = (uint8_t)VERSION_1, \ 70 && ((_p)->h.version == VERSION_1) \
|
/tf-a-ffa_el3_spmc/bl2/ |
A D | bl2_image_load_v2.c | 41 assert(bl2_load_info->h.version >= VERSION_2); in bl2_load_images() 99 assert(bl2_to_next_bl_params->h.version >= VERSION_2); in bl2_load_images()
|
/tf-a-ffa_el3_spmc/plat/nxp/common/setup/include/ |
A D | plat_common.h | 137 uint32_t version; member 146 .version = SVR_##v, \
|
/tf-a-ffa_el3_spmc/plat/marvell/armada/common/mss/ |
A D | mss_scp_bl2_format.h | 40 uint32_t version; /* For sanity checks and future member
|
/tf-a-ffa_el3_spmc/include/export/common/ |
A D | param_header_exp.h | 35 uint8_t version; /* version of this structure */ member
|
/tf-a-ffa_el3_spmc/include/drivers/fwu/ |
A D | fwu_metadata.h | 61 uint32_t version; member
|
/tf-a-ffa_el3_spmc/drivers/arm/css/scp/ |
A D | css_pm_scmi.c | 336 uint32_t version; in scmi_ap_core_init() local 339 ret = scmi_proto_version(ch, SCMI_AP_CORE_PROTO_ID, &version); in scmi_ap_core_init() 345 if (!is_scmi_version_compatible(SCMI_AP_CORE_PROTO_VER, version)) { in scmi_ap_core_init() 347 version, SCMI_AP_CORE_PROTO_VER); in scmi_ap_core_init() 350 INFO("SCMI AP core protocol version 0x%x detected\n", version); in scmi_ap_core_init()
|
/tf-a-ffa_el3_spmc/plat/imx/common/include/sci/ |
A D | sci_rpc.h | 27 #define RPC_VER(MSG) ((MSG)->version) 64 uint8_t version; member
|
/tf-a-ffa_el3_spmc/plat/xilinx/versal/pm_service/ |
A D | pm_api_sys.c | 83 enum pm_ret_status pm_get_api_version(unsigned int *version, uint32_t flag) in pm_get_api_version() argument 89 return pm_ipi_send_sync(primary_proc, payload, version, 1); in pm_get_api_version() 823 uint32_t version; in pm_query_data() local 831 ret = pm_feature_check(PM_QUERY_DATA, &version, flag); in pm_query_data() 833 fw_api_version = version & 0xFFFF ; in pm_query_data() 943 enum pm_ret_status pm_feature_check(uint32_t api_id, unsigned int *version, in pm_feature_check() argument 953 *version = (PM_API_BASE_VERSION << 16); in pm_feature_check() 994 *version = (PM_API_BASE_VERSION << 16); in pm_feature_check() 997 *version = (PM_API_QUERY_DATA_VERSION << 16); in pm_feature_check() 1000 *version = 0U; in pm_feature_check() [all …]
|
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/ |
A D | platform.mk | 229 echo "dtc version too old (${DTC_V}), you need at least version 1.4.4"; \
|
/tf-a-ffa_el3_spmc/drivers/nxp/sd/ |
A D | sd_mmc.c | 765 uint32_t version; in sd_switch_to_high_freq() local 800 version = scr[0] & U(0xF); in sd_switch_to_high_freq() 801 if (version <= 2U) { in sd_switch_to_high_freq() 802 mmc->card.version = sd_versions[version]; in sd_switch_to_high_freq() 804 mmc->card.version = SD_CARD_VERSION_2_0; in sd_switch_to_high_freq() 929 uint32_t version; in get_cid_rca_csd() local 972 version = (response[3] >> 18U) & U(0xF); in get_cid_rca_csd() 974 if (version <= MMC_CARD_VERSION_4_X) { in get_cid_rca_csd() 975 mmc->card.version = mmc_version[version]; in get_cid_rca_csd() 977 mmc->card.version = MMC_CARD_VERSION_4_X; in get_cid_rca_csd() [all …]
|
/tf-a-ffa_el3_spmc/lib/extensions/ras/ |
A D | ras_common.c | 72 .version = ERR_HANDLER_VERSION, in ras_ea_handler() 132 .version = ERR_HANDLER_VERSION, in ras_interrupt_handler()
|