Home
last modified time | relevance | path

Searched refs:SMCCC_VERSION_MINOR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/psci/
H A Dsmccc.c67 SMCCC_VERSION_MINOR(smccc_version)); in smccc_init()
86 SMCCC_VERSION_MINOR(version)); in smccc_probe()
H A Dsmccc.h37 #define SMCCC_VERSION_MINOR(ver) ((ver) & 0xffff) macro