Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_partition.c242 if (XPC_VERSION_MAJOR(remote_rp->version) != in xpc_get_remote_rp()
243 XPC_VERSION_MAJOR(XPC_RP_VERSION)) { in xpc_get_remote_rp()
Dxpc.h28 #define XPC_VERSION_MAJOR(_v) ((_v) >> 4) macro