Home
last modified time | relevance | path

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

/openbmc/u-boot/include/asm-generic/
H A Dioctl.h30 #ifndef _IOC_SIZEBITS
31 # define _IOC_SIZEBITS 14 macro
40 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)
46 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
76 sizeof(t) < (1 << _IOC_SIZEBITS)) ? \
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctl.h21 #define _IOC_SIZEBITS 13 /* Actually 14, see below. */ macro
26 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)
27 #define _IOC_XSIZEMASK ((1 << (_IOC_SIZEBITS+1))-1)
33 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT + _IOC_SIZEBITS)
/openbmc/linux/include/uapi/asm-generic/
H A Dioctl.h31 #ifndef _IOC_SIZEBITS
32 # define _IOC_SIZEBITS 14 macro
41 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)
47 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctl.h18 #define _IOC_SIZEBITS 13 macro
23 #define _IOC_SIZEMASK ((1 << _IOC_SIZEBITS)-1)
29 #define _IOC_DIRSHIFT (_IOC_SIZESHIFT+_IOC_SIZEBITS)
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctl.h14 #define _IOC_SIZEBITS 13 macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctl.h5 #define _IOC_SIZEBITS 13 macro
/openbmc/linux/include/asm-generic/
H A Dioctl.h14 sizeof(t) < (1 << _IOC_SIZEBITS)) ? \
/openbmc/linux/include/uapi/linux/spi/
H A Dspidev.h96 ((((N)*(sizeof (struct spi_ioc_transfer))) < (1 << _IOC_SIZEBITS)) \
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/python/python3-rtimu/
H A D0001-include-asm-ioctl.h-for-ioctl-define.patch8 ../../RTIMULib/RTIMUHal.cpp:208:29: error: '_IOC_SIZEBITS' was not
/openbmc/linux/sound/core/
H A Dcompress_offload.c39 #if _IOC_SIZEBITS < 14