Searched refs:_IOC_SIZEBITS (Results 1 – 8 of 8) sorted by relevance
20 #define _IOC_SIZEBITS 13 /* Actually 14, see below. */ macro25 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)26 #define _IOC_XSIZEMASK ((1 << (_IOC_SIZEBITS+1))-1)32 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT + _IOC_SIZEBITS)
30 #ifndef _IOC_SIZEBITS31 # define _IOC_SIZEBITS 14 macro40 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)46 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
17 #define _IOC_SIZEBITS 13 macro22 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)28 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
13 #define _IOC_SIZEBITS 13 macro
4 #define _IOC_SIZEBITS 13 macro
13 sizeof(t) < (1 << _IOC_SIZEBITS)) ? \
114 ((((N)*(sizeof (struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) \
50 #if _IOC_SIZEBITS < 14