Home
last modified time | relevance | path

Searched refs:FFA_MAJOR_VERSION (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c100 u16 major = FFA_MAJOR_VERSION(version), minor = FFA_MINOR_VERSION(version); in ffa_compatible_version_find()
101 u16 drv_major = FFA_MAJOR_VERSION(FFA_DRIVER_VERSION); in ffa_compatible_version_find()
126 FFA_MAJOR_VERSION(ver.a0), FFA_MINOR_VERSION(ver.a0), in ffa_version_check()
127 FFA_MAJOR_VERSION(FFA_MIN_VERSION), in ffa_version_check()
132 pr_info("Driver version %d.%d\n", FFA_MAJOR_VERSION(FFA_DRIVER_VERSION), in ffa_version_check()
134 pr_info("Firmware version %d.%d found\n", FFA_MAJOR_VERSION(ver.a0), in ffa_version_check()
/openbmc/linux/include/linux/
H A Darm_ffa.h83 #define FFA_MAJOR_VERSION(x) ((u16)(FIELD_GET(FFA_MAJOR_VERSION_MASK, (x)))) macro
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c729 if (FFA_MAJOR_VERSION(res.a0) != 1) in hyp_ffa_init()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch644 + FFA_MAJOR_VERSION, FFA_MINOR_VERSION, major, minor);
646 + if (major == FFA_MAJOR_VERSION && minor >= FFA_MINOR_VERSION) {
659 + FFA_MAJOR_VERSION, FFA_MINOR_VERSION, major, minor);
1950 +#define FFA_MAJOR_VERSION (1)
1953 + PACK_VERSION_INFO(FFA_MAJOR_VERSION, FFA_MINOR_VERSION)