| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/ |
| H A D | ioctl.h | 65 #define _IOC(dir,type,nr,size) \ argument 79 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 80 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 81 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 82 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 83 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 84 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 85 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument 88 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) argument 89 #define _IOC_TYPE(nr) (((nr) >> _IOC_TYPESHIFT) & _IOC_TYPEMASK) argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/ |
| H A D | ioctl.h | 57 #define _IOC(dir, type, nr, size) \ argument 71 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) argument 72 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument 73 #define _IOW(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 74 #define _IOWR(type, nr, size) _IOC(_IOC_READ|_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument 75 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument 76 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument 77 #define _IOWR_BAD(type, nr, size) _IOC(_IOC_READ|_IOC_WRITE, (type), (nr), sizeof(size)) argument 81 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) argument 82 #define _IOC_TYPE(nr) (((nr) >> _IOC_TYPESHIFT) & _IOC_TYPEMASK) argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvBitops.h | 126 static __inline__ int __test_bit(int nr, const U32 * p) in __test_bit() 139 #define test_bit(nr,p) __test_bit(nr,p) argument 140 #define clear_bit(nr,addr,type) *(addr) = (volatile type )( (~( (type)1 << (type)nr)) & (type)(*((v… argument 141 #define set_bit(nr,addr,type) *(addr) = (volatile type )( ( ( (type)1 << (type)nr)) | (type)(*((v… argument 144 static __inline__ int _test_and_clear_bit_le(U32 nr, U32 *p) in _test_and_clear_bit_le() 153 static __inline__ int _test_and_set_bit_le(U32 nr, U32 *p) in _test_and_set_bit_le() 165 #define test_and_set_bit(nr,p) _test_and_set_bit_le(nr,p) argument 166 #define test_and_clear_bit(nr,p) _test_and_clear_bit_le(nr,p) argument 171 #define test_and_set_bit(nr,p) _test_and_set_bit_be(nr,p) argument 172 #define test_and_clear_bit(nr,p) _test_and_clear_bit_be(nr,p) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvBitops.h | 118 static __inline__ int __test_bit(int nr, const MS_U32 * p) in __test_bit() 124 #define ms_test_bit(nr,p) __test_bit(nr,p) argument 125 #define ms_clear_bit(nr,addr,type) *(addr) = (volatile type )( (~( (type)1 << (type)nr)) & (type)(*… argument 126 #define ms_set_bit(nr,addr,type) *(addr) = (volatile type )( ( ( (type)1 << (type)nr)) | (type)(*… argument 128 static __inline__ void ms_devmap_clear_bit(MS_U32 nr, MS_U32 *p) in ms_devmap_clear_bit() 136 static __inline__ void ms_devmap_set_bit(MS_U32 nr, MS_U32 *p) in ms_devmap_set_bit() 144 static __inline__ int __ms_test_and_clear_bit_le(MS_U32 nr, MS_U32 *p) in __ms_test_and_clear_bit_le() 152 static __inline__ int __ms_test_and_set_bit_le(MS_U32 nr, MS_U32 *p) in __ms_test_and_set_bit_le() 161 #define ms_test_and_set_bit(nr,p) __ms_test_and_set_bit_le(nr,p) argument 162 #define ms_test_and_clear_bit(nr,p) __ms_test_and_clear_bit_le(nr,p) argument
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvIPAUTH.h | 146 MS_S32 nr; /* number of rounds */ member
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvIPAUTH.h | 146 MS_S32 nr; /* number of rounds */ member
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvKernel.c | 94 #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG) argument
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvKernel.c | 189 #define BITOP_WORD(nr) ((nr) / BITS_PER_LONG) argument
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | audit.h | 151 #define AUDIT_WORD(nr) ((__u32)((nr)/32)) argument 152 #define AUDIT_BIT(nr) (1 << ((nr) - AUDIT_WORD(nr)*32)) argument
|
| H A D | reiserfs_fs.h | 975 # define set_bit_unaligned(nr, addr) ext2_set_bit((nr) + unaligned_offset(addr), aligned_addr… argument 976 # define clear_bit_unaligned(nr, addr) ext2_clear_bit((nr) + unaligned_offset(addr), aligned_ad… argument 977 # define test_bit_unaligned(nr, addr) ext2_test_bit((nr) + unaligned_offset(addr), aligned_add… argument 981 # define set_bit_unaligned(nr, addr) ext2_set_bit(nr, addr) argument 982 # define clear_bit_unaligned(nr, addr) ext2_clear_bit(nr, addr) argument 983 # define test_bit_unaligned(nr, addr) ext2_test_bit(nr, addr) argument 1504 #define B_N_STAT_DATA(bh,nr) \ argument
|
| H A D | kvm.h | 137 __u64 nr; member
|