Home
last modified time | relevance | path

Searched defs:SOCINFO_MAJOR (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/soc/amlogic/
H A Dmeson-gx-socinfo.c22 #define SOCINFO_MAJOR GENMASK(31, 24) macro
/linux/include/linux/soc/qcom/
H A Dsocinfo.h21 #define SOCINFO_MAJOR(ver) (((ver) >> 16) & 0xffff) macro