/linux-6.12.1/drivers/video/fbdev/riva/ |
D | nvreg.h | 31 #define MASKEXPAND(mask) BITMASK(1?mask,0?mask) argument 34 #define SetBF(mask,value) ((value) << (0?mask)) argument 35 #define GetBF(var,mask) (((unsigned)((var) & MASKEXPAND(mask))) >> (0?mask) ) argument 37 #define MaskAndSetBF(var,mask,value) (var)=(((var)&(~MASKEXPAND(mask)) \ argument 51 #define DEVICE_DEF(device,mask,value) \ argument 53 #define DEVICE_VALUE(device,mask,value) SetBF(NV_##device##_##mask,value) argument 54 #define DEVICE_MASK(device,mask) MASKEXPAND(NV_##device##_##mask) argument 59 #define PDAC_Def(mask,value) DEVICE_DEF(PDAC,mask,value) argument 60 #define PDAC_Val(mask,value) DEVICE_VALUE(PDAC,mask,value) argument 61 #define PDAC_Mask(mask) DEVICE_MASK(PDAC,mask) argument [all …]
|
/linux-6.12.1/include/sound/ |
D | pcm_params.h | 26 static inline void snd_mask_none(struct snd_mask *mask) in snd_mask_none() 31 static inline void snd_mask_any(struct snd_mask *mask) in snd_mask_any() 36 static inline int snd_mask_empty(const struct snd_mask *mask) in snd_mask_empty() 45 static inline unsigned int snd_mask_min(const struct snd_mask *mask) in snd_mask_min() 55 static inline unsigned int snd_mask_max(const struct snd_mask *mask) in snd_mask_max() 65 static inline void snd_mask_set(struct snd_mask *mask, unsigned int val) in snd_mask_set() 71 static inline void snd_mask_set_format(struct snd_mask *mask, in snd_mask_set_format() 77 static inline void snd_mask_reset(struct snd_mask *mask, unsigned int val) in snd_mask_reset() 82 static inline void snd_mask_set_range(struct snd_mask *mask, in snd_mask_set_range() 90 static inline void snd_mask_reset_range(struct snd_mask *mask, in snd_mask_reset_range() [all …]
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32_parse.h | 46 __be32 val, __be32 mask) in cxgb4_fill_ipv4_tos() 55 __be32 val, __be32 mask) in cxgb4_fill_ipv4_frag() 77 __be32 val, __be32 mask) in cxgb4_fill_ipv4_proto() 86 __be32 val, __be32 mask) in cxgb4_fill_ipv4_src_ip() 95 __be32 val, __be32 mask) in cxgb4_fill_ipv4_dst_ip() 114 __be32 val, __be32 mask) in cxgb4_fill_ipv6_tos() 123 __be32 val, __be32 mask) in cxgb4_fill_ipv6_proto() 132 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip0() 141 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip1() 150 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip2() [all …]
|
/linux-6.12.1/fs/xfs/ |
D | xfs_health.c | 98 unsigned int mask) in xfs_fs_mark_sick() 112 unsigned int mask) in xfs_fs_mark_corrupt() 127 unsigned int mask) in xfs_fs_mark_healthy() 157 unsigned int mask) in xfs_rt_mark_sick() 171 unsigned int mask) in xfs_rt_mark_corrupt() 186 unsigned int mask) in xfs_rt_mark_healthy() 217 unsigned int mask) in xfs_agno_mark_sick() 233 unsigned int mask) in xfs_ag_mark_sick() 247 unsigned int mask) in xfs_ag_mark_corrupt() 262 unsigned int mask) in xfs_ag_mark_healthy() [all …]
|
/linux-6.12.1/include/uapi/linux/iio/ |
D | events.h | 29 #define IIO_EVENT_CODE_EXTRACT_TYPE(mask) ((mask >> 56) & 0xFF) argument 31 #define IIO_EVENT_CODE_EXTRACT_DIR(mask) ((mask >> 48) & 0x7F) argument 33 #define IIO_EVENT_CODE_EXTRACT_CHAN_TYPE(mask) ((mask >> 32) & 0xFF) argument 37 #define IIO_EVENT_CODE_EXTRACT_CHAN(mask) ((__s16)(mask & 0xFFFF)) argument 38 #define IIO_EVENT_CODE_EXTRACT_CHAN2(mask) ((__s16)(((mask) >> 16) & 0xFFFF)) argument 40 #define IIO_EVENT_CODE_EXTRACT_MODIFIER(mask) ((mask >> 40) & 0xFF) argument 41 #define IIO_EVENT_CODE_EXTRACT_DIFF(mask) (((mask) >> 55) & 0x1) argument
|
/linux-6.12.1/include/asm-generic/ |
D | word-at-a-time.h | 20 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask() local 24 #define create_zero_mask(mask) (mask) argument 26 static inline long find_zero(unsigned long mask) in find_zero() 50 #define zero_bytemask(mask) (~1ul << __fls(mask)) argument 75 static inline long count_masked_bytes(unsigned long mask) in count_masked_bytes() 83 static inline long count_masked_bytes(long mask) in count_masked_bytes() 96 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero() local 113 #define zero_bytemask(mask) (mask) argument 115 static inline unsigned long find_zero(unsigned long mask) in find_zero()
|
/linux-6.12.1/fs/ocfs2/cluster/ |
D | masklog.h | 118 #define __mlog_test_u64(mask, bits) \ argument 121 #define __mlog_set_u64(mask, bits) do { \ argument 125 #define __mlog_clear_u64(mask, bits) do { \ argument 129 #define MLOG_BITS_RHS(mask) { \ argument 138 #define __mlog_test_u64(mask, bits) ((mask) & bits.words[0]) argument 139 #define __mlog_set_u64(mask, bits) do { \ argument 142 #define __mlog_clear_u64(mask, bits) do { \ argument 145 #define MLOG_BITS_RHS(mask) { { (mask) } } argument 157 #define mlog(mask, fmt, ...) \ argument 165 #define mlog_ratelimited(mask, fmt, ...) \ argument
|
/linux-6.12.1/arch/s390/include/asm/ |
D | bitops.h | 61 unsigned long mask = __bitops_mask(nr); in arch_set_bit() local 69 unsigned long mask = __bitops_mask(nr); in arch_clear_bit() local 78 unsigned long mask = __bitops_mask(nr); in arch_change_bit() local 87 unsigned long mask = __bitops_mask(nr); in arch_test_and_set_bit() local 98 unsigned long mask = __bitops_mask(nr); in arch_test_and_clear_bit() local 109 unsigned long mask = __bitops_mask(nr); in arch_test_and_change_bit() local 120 unsigned long mask = __bitops_mask(nr); in arch___set_bit() local 129 unsigned long mask = __bitops_mask(nr); in arch___clear_bit() local 138 unsigned long mask = __bitops_mask(nr); in arch___change_bit() local 147 unsigned long mask = __bitops_mask(nr); in arch___test_and_set_bit() local [all …]
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | word-at-a-time.h | 23 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask() local 27 #define create_zero_mask(mask) (mask) argument 29 static inline long find_zero(unsigned long mask) in find_zero() 44 static inline unsigned long zero_bytemask(unsigned long mask) in zero_bytemask() 91 static inline unsigned long find_zero(unsigned long mask) in find_zero() 97 static inline unsigned long zero_bytemask(unsigned long mask) in zero_bytemask() 119 static inline long count_masked_bytes(long mask) in count_masked_bytes() 133 static inline unsigned long find_zero(unsigned long mask) in find_zero() 141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero() local 152 #define zero_bytemask(mask) (mask) argument
|
/linux-6.12.1/tools/testing/selftests/powerpc/primitives/ |
D | word-at-a-time.h | 23 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask() local 27 #define create_zero_mask(mask) (mask) argument 29 static inline long find_zero(unsigned long mask) in find_zero() 44 static inline unsigned long zero_bytemask(unsigned long mask) in zero_bytemask() 91 static inline unsigned long find_zero(unsigned long mask) in find_zero() 97 static inline unsigned long zero_bytemask(unsigned long mask) in zero_bytemask() 119 static inline long count_masked_bytes(long mask) in count_masked_bytes() 133 static inline unsigned long find_zero(unsigned long mask) in find_zero() 141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero() local 152 #define zero_bytemask(mask) (mask) argument
|
/linux-6.12.1/arch/powerpc/sysdev/ |
D | fsl_rcpm.c | 30 unsigned int mask = 1 << hw_cpu; in rcpm_v1_irq_mask() local 41 unsigned int mask = 1 << hw_cpu; in rcpm_v2_irq_mask() local 52 unsigned int mask = 1 << hw_cpu; in rcpm_v1_irq_unmask() local 63 unsigned int mask = 1 << hw_cpu; in rcpm_v2_irq_unmask() local 71 static void rcpm_v1_set_ip_power(bool enable, u32 mask) in rcpm_v1_set_ip_power() 79 static void rcpm_v2_set_ip_power(bool enable, u32 mask) in rcpm_v2_set_ip_power() 90 unsigned int mask = 1 << hw_cpu; in rcpm_v1_cpu_enter_state() local 108 u32 mask = 1 << cpu_core_index_of_thread(cpu); in rcpm_v2_cpu_enter_state() local 167 unsigned int mask = 1 << hw_cpu; in rcpm_v1_cpu_exit_state() local 191 u32 mask = 1 << cpu_core_index_of_thread(cpu); in rcpm_v2_cpu_exit_state() local [all …]
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste.c | 11 u8 mask[DR_STE_SIZE_MASK]; member 715 struct mlx5dr_match_param *mask, in mlx5dr_ste_build_pre_check() 806 static void dr_ste_copy_mask_misc(char *mask, struct mlx5dr_match_misc *spec, bool clr) in dr_ste_copy_mask_misc() 858 static void dr_ste_copy_mask_spec(char *mask, struct mlx5dr_match_spec *spec, bool clr) in dr_ste_copy_mask_spec() 910 static void dr_ste_copy_mask_misc2(char *mask, struct mlx5dr_match_misc2 *spec, bool clr) in dr_ste_copy_mask_misc2() 955 static void dr_ste_copy_mask_misc3(char *mask, struct mlx5dr_match_misc3 *spec, bool clr) in dr_ste_copy_mask_misc3() 985 static void dr_ste_copy_mask_misc4(char *mask, struct mlx5dr_match_misc4 *spec, bool clr) in dr_ste_copy_mask_misc4() 1005 static void dr_ste_copy_mask_misc5(char *mask, struct mlx5dr_match_misc5 *spec, bool clr) in dr_ste_copy_mask_misc5() 1027 struct mlx5dr_match_parameters *mask, in mlx5dr_ste_copy_param() 1129 struct mlx5dr_match_param *mask, in mlx5dr_ste_build_eth_l2_src_dst() [all …]
|
/linux-6.12.1/arch/arm/mach-footbridge/ |
D | isa-irq.c | 32 unsigned int mask = 1 << (d->irq & 7); in isa_mask_pic_lo_irq() local 39 unsigned int mask = 1 << (d->irq & 7); in isa_ack_pic_lo_irq() local 47 unsigned int mask = 1 << (d->irq & 7); in isa_unmask_pic_lo_irq() local 60 unsigned int mask = 1 << (d->irq & 7); in isa_mask_pic_hi_irq() local 67 unsigned int mask = 1 << (d->irq & 7); in isa_ack_pic_hi_irq() local 76 unsigned int mask = 1 << (d->irq & 7); in isa_unmask_pic_hi_irq() local
|
/linux-6.12.1/crypto/ |
D | api.c | 59 u32 mask) in __crypto_alg_lookup() 103 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc() 126 u32 mask) in crypto_larval_add() 223 u32 mask; in crypto_larval_wait() local 248 u32 mask) in crypto_alg_lookup() 285 u32 mask) in crypto_larval_lookup() 332 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup() 373 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize() 407 u32 mask, gfp_t gfp) in __crypto_alloc_tfmgfp() 439 u32 mask) in __crypto_alloc_tfm() [all …]
|
/linux-6.12.1/drivers/bcma/ |
D | driver_chipcommon.c | 19 u32 mask, u32 value) in bcma_cc_write32_masked() 264 void bcma_chipco_irq_mask(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_irq_mask() 269 u32 bcma_chipco_irq_status(struct bcma_drv_cc *cc, u32 mask) in bcma_chipco_irq_status() 274 u32 bcma_chipco_gpio_in(struct bcma_drv_cc *cc, u32 mask) in bcma_chipco_gpio_in() 279 u32 bcma_chipco_gpio_out(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_out() 292 u32 bcma_chipco_gpio_outen(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_outen() 309 u32 bcma_chipco_gpio_control(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_control() 322 u32 bcma_chipco_gpio_intmask(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_intmask() 334 u32 bcma_chipco_gpio_polarity(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_polarity() 346 u32 bcma_chipco_gpio_pullup(struct bcma_drv_cc *cc, u32 mask, u32 value) in bcma_chipco_gpio_pullup() [all …]
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | bitops_32.h | 34 unsigned long *ADDR, mask; in test_and_set_bit() local 44 unsigned long *ADDR, mask; in set_bit() local 54 unsigned long *ADDR, mask; in test_and_clear_bit() local 64 unsigned long *ADDR, mask; in clear_bit() local 74 unsigned long *ADDR, mask; in test_and_change_bit() local 84 unsigned long *ADDR, mask; in change_bit() local
|
/linux-6.12.1/drivers/phy/ |
D | phy-airoha-pcie.c | 52 static void airoha_phy_clear_bits(void __iomem *reg, u32 mask) in airoha_phy_clear_bits() 59 static void airoha_phy_set_bits(void __iomem *reg, u32 mask) in airoha_phy_set_bits() 66 static void airoha_phy_update_bits(void __iomem *reg, u32 mask, u32 val) in airoha_phy_update_bits() 75 #define airoha_phy_update_field(reg, mask, val) \ argument 83 #define airoha_phy_csr_2l_clear_bits(pcie_phy, reg, mask) \ argument 85 #define airoha_phy_csr_2l_set_bits(pcie_phy, reg, mask) \ argument 87 #define airoha_phy_csr_2l_update_field(pcie_phy, reg, mask, val) \ argument 89 #define airoha_phy_pma0_clear_bits(pcie_phy, reg, mask) \ argument 91 #define airoha_phy_pma1_clear_bits(pcie_phy, reg, mask) \ argument 93 #define airoha_phy_pma0_set_bits(pcie_phy, reg, mask) \ argument [all …]
|
/linux-6.12.1/arch/mips/lib/ |
D | bitops.c | 25 unsigned long mask; in __mips_set_bit() local 46 unsigned long mask; in __mips_clear_bit() local 67 unsigned long mask; in __mips_change_bit() local 89 unsigned long mask; in __mips_test_and_set_bit_lock() local 113 unsigned long mask; in __mips_test_and_clear_bit() local 137 unsigned long mask; in __mips_test_and_change_bit() local 150 bool __mips_xor_is_negative_byte(unsigned long mask, in __mips_xor_is_negative_byte()
|
/linux-6.12.1/sound/soc/sof/ |
D | ops.c | 16 u32 mask, u32 value) in snd_sof_pci_update_bits_unlocked() 39 u32 mask, u32 value) in snd_sof_pci_update_bits() 52 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_unlocked() 72 u32 offset, u64 mask, u64 value) in snd_sof_dsp_update_bits64_unlocked() 91 u32 mask, u32 value) in snd_sof_dsp_update_bits() 105 u64 mask, u64 value) in snd_sof_dsp_update_bits64() 120 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_forced_unlocked() 135 u32 offset, u32 mask, u32 value) in snd_sof_dsp_update_bits_forced()
|
/linux-6.12.1/arch/mips/sgi-ip30/ |
D | ip30-irq.c | 46 u64 pending, mask, cause, error_irqs, err_reg; in ip30_error_irq() local 101 u64 pend, mask; in ip30_normal_irq() local 147 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu); in ip30_mask_heart_irq() local 156 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu); in ip30_mask_and_ack_heart_irq() local 166 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu); in ip30_unmask_heart_irq() local 173 const struct cpumask *mask, bool force) in ip30_set_heart_irq_affinity() 250 unsigned long *mask = &per_cpu(irq_enable_mask, cpu); in ip30_install_ipi() local 266 unsigned long *mask; in arch_init_irq() local
|
/linux-6.12.1/tools/include/asm-generic/bitops/ |
D | non-atomic.h | 19 unsigned long mask = BIT_MASK(nr); in ___set_bit() local 28 unsigned long mask = BIT_MASK(nr); in ___clear_bit() local 46 unsigned long mask = BIT_MASK(nr); in ___change_bit() local 64 unsigned long mask = BIT_MASK(nr); in ___test_and_set_bit() local 84 unsigned long mask = BIT_MASK(nr); in ___test_and_clear_bit() local 96 unsigned long mask = BIT_MASK(nr); in ___test_and_change_bit() local
|
/linux-6.12.1/include/asm-generic/bitops/ |
D | generic-non-atomic.h | 30 unsigned long mask = BIT_MASK(nr); in generic___set_bit() local 39 unsigned long mask = BIT_MASK(nr); in generic___clear_bit() local 57 unsigned long mask = BIT_MASK(nr); in generic___change_bit() local 75 unsigned long mask = BIT_MASK(nr); in generic___test_and_set_bit() local 95 unsigned long mask = BIT_MASK(nr); in generic___test_and_clear_bit() local 107 unsigned long mask = BIT_MASK(nr); in generic___test_and_change_bit() local 169 unsigned long mask = BIT_MASK(nr); in const_test_bit() local
|
/linux-6.12.1/arch/openrisc/include/asm/bitops/ |
D | atomic.h | 14 unsigned long mask = BIT_MASK(nr); in set_bit() local 31 unsigned long mask = BIT_MASK(nr); in clear_bit() local 48 unsigned long mask = BIT_MASK(nr); in change_bit() local 65 unsigned long mask = BIT_MASK(nr); in test_and_set_bit() local 85 unsigned long mask = BIT_MASK(nr); in test_and_clear_bit() local 105 unsigned long mask = BIT_MASK(nr); in test_and_change_bit() local
|
/linux-6.12.1/arch/sh/include/asm/ |
D | bitops-grb.h | 7 int mask; in set_bit() local 31 int mask; in clear_bit() local 54 int mask; in change_bit() local 77 int mask, retval; in test_and_set_bit() local 108 int mask, retval,not_mask; in test_and_clear_bit() local 142 int mask, retval; in test_and_change_bit() local
|
D | bitops-llsc.h | 7 int mask; in set_bit() local 28 int mask; in clear_bit() local 49 int mask; in change_bit() local 70 int mask, retval; in test_and_set_bit() local 95 int mask, retval; in test_and_clear_bit() local 121 int mask, retval; in test_and_change_bit() local
|