Searched refs:mask32 (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_gpu.c | 244 u32 mask32 = mask >> (i * 32); in panthor_gpu_block_power_off() local 246 if (!mask32) in panthor_gpu_block_power_off() 250 val, !(mask32 & val), in panthor_gpu_block_power_off() 266 u32 mask32 = mask >> (i * 32); in panthor_gpu_block_power_off() local 268 if (!mask32) in panthor_gpu_block_power_off() 272 val, !(mask32 & val), in panthor_gpu_block_power_off() 305 u32 mask32 = mask >> (i * 32); in panthor_gpu_block_power_on() local 307 if (!mask32) in panthor_gpu_block_power_on() 311 val, !(mask32 & val), in panthor_gpu_block_power_on() 329 if (!mask32) in panthor_gpu_block_power_on() [all …]
|
/linux/net/ethtool/ |
H A D | bitset.c | 705 u32 *mask32; in ethnl_bitset_size() local 715 mask32 = val32 + nwords; in ethnl_bitset_size() 718 mask32 = small_mask32; in ethnl_bitset_size() 723 bitmap_to_arr32(mask32, mask, nbits); in ethnl_bitset_size() 725 mask32 = NULL; in ethnl_bitset_size() 726 ret = ethnl_bitset32_size(val32, mask32, nbits, names, compact); in ethnl_bitset_size() 741 u32 *mask32; in ethnl_put_bitset() local 751 mask32 = val32 + nwords; in ethnl_put_bitset() 754 mask32 = small_mask32; in ethnl_put_bitset() 759 bitmap_to_arr32(mask32, mask, nbits); in ethnl_put_bitset() [all …]
|
/linux/net/xfrm/ |
H A D | xfrm_hash.h | 34 u32 mask32 = 0xffffffff; in __bits2mask32() local 37 mask32 = 0; in __bits2mask32() 39 mask32 <<= (32 - bits); in __bits2mask32() 41 return mask32; in __bits2mask32()
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-config.c | 33 tmp32 &= ~reg_csdev->reg_desc.mask32; in cscfg_set_reg() 34 tmp32 |= reg_csdev->reg_desc.val32 & reg_csdev->reg_desc.mask32; in cscfg_set_reg()
|
H A D | coresight-config.h | 82 u32 mask32; member
|
H A D | coresight-cfg-afdo.c | 98 .mask32 = 0x0003,
|