Searched refs:FFA_MAJOR_VERSION (Results 1 – 3 of 3) sorted by relevance
129 u16 major = FFA_MAJOR_VERSION(version), minor = FFA_MINOR_VERSION(version); in ffa_compatible_version_find()130 u16 drv_major = FFA_MAJOR_VERSION(FFA_DRIVER_VERSION); in ffa_compatible_version_find()155 FFA_MAJOR_VERSION(ver.a0), FFA_MINOR_VERSION(ver.a0), in ffa_version_check()156 FFA_MAJOR_VERSION(FFA_MIN_VERSION), in ffa_version_check()161 pr_info("Driver version %d.%d\n", FFA_MAJOR_VERSION(FFA_DRIVER_VERSION), in ffa_version_check()163 pr_info("Firmware version %d.%d found\n", FFA_MAJOR_VERSION(ver.a0), in ffa_version_check()
708 if (FFA_MAJOR_VERSION(ffa_req_version) != 1) { in do_ffa_version()885 if (FFA_MAJOR_VERSION(res.a0) != 1) in hyp_ffa_init()
108 #define FFA_MAJOR_VERSION(x) ((u16)(FIELD_GET(FFA_MAJOR_VERSION_MASK, (x)))) macro