Home
last modified time | relevance | path

Searched refs:major (Results 1 – 18 of 18) sorted by relevance

/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t194/drivers/mce/
A Dmce.c135 uint32_t major, minor; in mce_verify_firmware_version() local
150 major = (uint32_t)(version >> 32); in mce_verify_firmware_version()
152 INFO("MCE Version - HW=%u:%u, SW=%u:%u\n", major, minor, in mce_verify_firmware_version()
159 if (major != (uint32_t)TEGRA_NVG_VERSION_MAJOR) { in mce_verify_firmware_version()
/tf-a-ffa_el3_spmc/tools/stm32image/
A Dstm32image.c106 uint32_t major, uint32_t minor) in stm32image_set_header() argument
112 stm32hdr->header_version[VER_MAJOR] = major; in stm32image_set_header()
125 uint32_t version, uint32_t major, in stm32image_create_header_file() argument
188 major, minor); in stm32image_create_header_file()
200 int major = HEADER_VERSION_V1; in main() local
222 major = strtol(optarg, NULL, 0); in main()
256 entry, version, major, minor); in main()
/tf-a-ffa_el3_spmc/include/services/
A Dspm_mm_svc.h24 #define MM_VERSION_FORM(major, minor) ((major << MM_VERSION_MAJOR_SHIFT) | \ argument
35 #define SPM_MM_VERSION_FORM(major, minor) ((major << \ argument
A Dpci_svc.h34 uint16_t major; member
A Dffa_svc.h43 #define MAKE_FFA_VERSION(major, minor) \ argument
44 ((((major) & FFA_VERSION_MAJOR_MASK) << FFA_VERSION_MAJOR_SHIFT) | \
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/common/
A Dtegra_platform.c116 uint32_t major, minor, pre_si_platform; in tegra_get_platform() local
120 major = tegra_get_chipid_major(); in tegra_get_platform()
124 if (major == 0U) { in tegra_get_platform()
/tf-a-ffa_el3_spmc/drivers/arm/css/sds/
A Dsds_private.h19 #define MAKE_SDS_HEADER_VERSION(major, minor) \ argument
20 (((((major) & 0xff) << SDS_HEADER_MINOR_VERSION_WIDTH) | ((minor) & 0xff)))
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t186/drivers/mce/
A Dmce.c433 uint32_t major, minor; in mce_verify_firmware_version() local
454 major = (uint32_t)version; in mce_verify_firmware_version()
457 INFO("MCE Version - HW=%d:%d, SW=%d:%d\n", major, minor, in mce_verify_firmware_version()
464 if (major != TEGRA_ARI_VERSION_MAJOR) { in mce_verify_firmware_version()
/tf-a-ffa_el3_spmc/services/std_svc/
A Dpci_svc.c54 ver.major = 1U; in pci_smc_handler()
/tf-a-ffa_el3_spmc/plat/renesas/rzg/
A Dbl2_plat_setup.c649 uint32_t product, product_cut, major, minor; in bl2_el3_early_platform_setup() local
757 major = (reg & RCAR_MAJOR_MASK) >> RCAR_MAJOR_SHIFT; in bl2_el3_early_platform_setup()
758 major = major + RCAR_MAJOR_OFFSET; in bl2_el3_early_platform_setup()
760 NOTICE("BL2: PRR is RZ/%s Ver.%d.%d\n", str, major, minor); in bl2_el3_early_platform_setup()
/tf-a-ffa_el3_spmc/plat/renesas/rcar/
A Dbl2_plat_setup.c788 uint32_t product, product_cut, major, minor; in bl2_el3_early_platform_setup() local
901 major = (reg & RCAR_MAJOR_MASK) >> RCAR_MAJOR_SHIFT; in bl2_el3_early_platform_setup()
902 major = major + RCAR_MAJOR_OFFSET; in bl2_el3_early_platform_setup()
904 NOTICE("BL2: PRR is R-Car %s Ver.%d.%d\n", str, major, minor); in bl2_el3_early_platform_setup()
/tf-a-ffa_el3_spmc/docs/components/
A Dffa-manifest-binding.rst15 - Must be the string "arm,ffa-manifest-X.Y" which specifies the major and
20 - X is an integer representing the major version number of this document.
28 - X is the major version of FF-A expected by the partition at the FFA
A Darm-sip-service.rst424 value with major version number in upper 16 bits and
A Dsecure-partition-manager-mm.rst359 implementation. The major version is 0 and the minor version is 1. The version
360 number is a 31-bit unsigned integer, with the upper 15 bits denoting the major
364 - Different major revision values indicate possibly incompatible functions.
366 - For two revisions, A and B, for which the major revision values are
/tf-a-ffa_el3_spmc/docs/process/
A Dfaq.rst33 bug-fixes but may wait up to a week to merge major changes, or ones requiring
A Dcontributing.rst10 - If you plan to contribute a major piece of work, it is usually a good idea to
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dpsci-lib-integration-guide.rst280 initialized and enabled. The major actions performed by this function are:
A Dbuild-options.rst39 - ``ARM_ARCH_MAJOR``: The major version of Arm Architecture to target when

Completed in 22 milliseconds