Searched refs:_IOC_SIZEBITS (Results 1 – 8 of 8) sorted by relevance
21 #define _IOC_SIZEBITS 13 /* Actually 14, see below. */ macro26 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)27 #define _IOC_XSIZEMASK ((1 << (_IOC_SIZEBITS+1))-1)33 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT + _IOC_SIZEBITS)
31 #ifndef _IOC_SIZEBITS32 # define _IOC_SIZEBITS 14 macro41 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)47 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
18 #define _IOC_SIZEBITS 13 macro23 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)29 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
5 #define _IOC_SIZEBITS 13 macro
14 #define _IOC_SIZEBITS 13 macro
14 sizeof(t) < (1 << _IOC_SIZEBITS)) ? \
96 ((((N)*(sizeof (struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) \
39 #if _IOC_SIZEBITS < 14