Searched refs:_IOC_SIZEBITS (Results 1 – 6 of 6) sorted by relevance
30 #ifndef _IOC_SIZEBITS31 # define _IOC_SIZEBITS 14 macro40 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)46 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)76 sizeof(t) < (1 << _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)
24 _IOC_SIZEBITS = 14 variable29 _IOC_SIZEMASK = ((1 << _IOC_SIZEBITS) - 1)35 _IOC_DIRSHIFT = (_IOC_SIZESHIFT + _IOC_SIZEBITS)
14 #define _IOC_SIZEBITS 13 macro
116 ((((N)*(sizeof (struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) \
949 COMPILER_CHECK(IOC_SIZEBITS == _IOC_SIZEBITS);