Searched refs:SMCCC_VERSION_MAJOR (Results 1 – 2 of 2) sorted by relevance
66 SMCCC_VERSION_MAJOR(smccc_version), in smccc_init()85 device_set_descf(dev, "ARM SMCCC v%d.%d", SMCCC_VERSION_MAJOR(version), in smccc_probe()
36 #define SMCCC_VERSION_MAJOR(ver) (((ver) >> 16) & 0x7fff) macro