Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc.h221 #define XPC_UNPACK_ARG2(_args) ((((u64)_args) >> 32) & 0xffffffff) macro
H A Dxpc_main.c676 u16 ch_number = XPC_UNPACK_ARG2(args); in xpc_kthread_start()