| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bcache.h | 11 #define BITMASK(name, type, field, offset, size) \ macro 30 BITMASK(name, struct bkey, field, offset, size) 216 BITMASK(CACHE_SYNC, struct cache_sb, flags, 0, 1); 217 BITMASK(CACHE_DISCARD, struct cache_sb, flags, 1, 1); 218 BITMASK(CACHE_REPLACEMENT, struct cache_sb, flags, 2, 3); 223 BITMASK(BDEV_CACHE_MODE, struct cache_sb, flags, 0, 4); 228 BITMASK(BDEV_STATE, struct cache_sb, flags, 61, 2); 336 BITMASK(UUID_FLASH_ONLY, struct uuid_entry, flags, 0, 1);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bcache.h | 11 #define BITMASK(name, type, field, offset, size) \ macro 30 BITMASK(name, struct bkey, field, offset, size) 216 BITMASK(CACHE_SYNC, struct cache_sb, flags, 0, 1); 217 BITMASK(CACHE_DISCARD, struct cache_sb, flags, 1, 1); 218 BITMASK(CACHE_REPLACEMENT, struct cache_sb, flags, 2, 3); 223 BITMASK(BDEV_CACHE_MODE, struct cache_sb, flags, 0, 4); 228 BITMASK(BDEV_STATE, struct cache_sb, flags, 61, 2); 336 BITMASK(UUID_FLASH_ONLY, struct uuid_entry, flags, 0, 1);
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bcache.h | 11 #define BITMASK(name, type, field, offset, size) \ macro 30 BITMASK(name, struct bkey, field, offset, size) 284 BITMASK(CACHE_SYNC, struct cache_sb, flags, 0, 1); 285 BITMASK(CACHE_DISCARD, struct cache_sb, flags, 1, 1); 286 BITMASK(CACHE_REPLACEMENT, struct cache_sb, flags, 2, 3); 291 BITMASK(BDEV_CACHE_MODE, struct cache_sb, flags, 0, 4); 296 BITMASK(BDEV_STATE, struct cache_sb, flags, 61, 2); 404 BITMASK(UUID_FLASH_ONLY, struct uuid_entry, flags, 0, 1);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/ |
| H A D | nv_type.h | 17 #define BITMASK(t,b) (((unsigned)(1U << (((t)-(b)+1)))-1) << (b)) macro 18 #define MASKEXPAND(mask) BITMASK(1?mask,0?mask)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/ |
| H A D | halrf_kfree.h | 22 enum BITMASK { enum
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/ |
| H A D | halrf_kfree.h | 22 enum BITMASK { enum
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | grabs.c | 66 #define BITMASK(i) (((Mask)1) << ((i) & 31)) macro 69 #define BITSET(buf, i) MASKWORD(buf, i) |= BITMASK(i) 70 #define BITCLEAR(buf, i) MASKWORD(buf, i) &= ~BITMASK(i) 71 #define GETBIT(buf, i) (MASKWORD(buf, i) & BITMASK(i))
|
| H A D | dispatch.c | 139 #define BITMASK(i) (1U << ((i) & 31)) macro 142 #define BITSET(buf, i) MASKWORD(buf, i) |= BITMASK(i) 143 #define BITCLEAR(buf, i) MASKWORD(buf, i) &= ~BITMASK(i) 144 #define GETBIT(buf, i) (MASKWORD(buf, i) & BITMASK(i))
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_ale.c | 23 #define BITMASK(bits) (BIT(bits) - 1) macro 112 return (ale_entry[idx] >> start) & BITMASK(bits); in cpsw_ale_get_field() 120 value &= BITMASK(bits); in cpsw_ale_set_field() 124 ale_entry[idx] &= ~(BITMASK(bits) << start); in cpsw_ale_set_field() 1073 mask = BITMASK(info->bits); in cpsw_ale_control_set() 1107 return tmp & BITMASK(info->bits); in cpsw_ale_control_get()
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | bcache.h | 210 BITMASK(GC_MARK, struct bucket, gc_mark, 0, 2); 216 BITMASK(GC_SECTORS_USED, struct bucket, gc_mark, 2, GC_SECTORS_USED_SIZE); 217 BITMASK(GC_MOVE, struct bucket, gc_mark, 15, 1);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/ |
| H A D | nvreg.h | 30 #define BITMASK(t,b) (((unsigned)(1U << (((t)-(b)+1)))-1) << (b)) macro 31 #define MASKEXPAND(mask) BITMASK(1?mask,0?mask)
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | cpsw.c | 34 #define BITMASK(bits) (BIT(bits) - 1) macro 286 return (ale_entry[idx] >> start) & BITMASK(bits); in cpsw_ale_get_field() 294 value &= BITMASK(bits); in cpsw_ale_set_field() 298 ale_entry[idx] &= ~(BITMASK(bits) << start); in cpsw_ale_set_field()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec.txt | 408 valueMask: BITMASK 785 4 BITMASK valueMask
|