Home
last modified time | relevance | path

Searched refs:_IOC_SIZEBITS (Results 1 – 4 of 4) sorted by relevance

/arch/sparc/include/uapi/asm/
Dioctl.h20 #define _IOC_SIZEBITS 13 /* Actually 14, see below. */ macro
25 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)
26 #define _IOC_XSIZEMASK ((1 << (_IOC_SIZEBITS+1))-1)
32 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT + _IOC_SIZEBITS)
/arch/alpha/include/uapi/asm/
Dioctl.h17 #define _IOC_SIZEBITS 13 macro
22 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)
28 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
/arch/powerpc/include/uapi/asm/
Dioctl.h4 #define _IOC_SIZEBITS 13 macro
/arch/mips/include/uapi/asm/
Dioctl.h13 #define _IOC_SIZEBITS 13 macro