| /OK3568_Linux_fs/u-boot/arch/nios2/include/asm/bitops/ |
| H A D | non-atomic.h | 17 unsigned long mask = BIT_MASK(nr); in __set_bit() local 25 unsigned long mask = BIT_MASK(nr); in __clear_bit() local 42 unsigned long mask = BIT_MASK(nr); in __change_bit() local 59 unsigned long mask = BIT_MASK(nr); in __test_and_set_bit() local 78 unsigned long mask = BIT_MASK(nr); in __test_and_clear_bit() local 90 unsigned long mask = BIT_MASK(nr); in __test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/ |
| H A D | non-atomic.h | 18 unsigned long mask = BIT_MASK(nr); in __set_bit() local 26 unsigned long mask = BIT_MASK(nr); in __clear_bit() local 43 unsigned long mask = BIT_MASK(nr); in __change_bit() local 60 unsigned long mask = BIT_MASK(nr); in __test_and_set_bit() local 79 unsigned long mask = BIT_MASK(nr); in __test_and_clear_bit() local 91 unsigned long mask = BIT_MASK(nr); in __test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip30/ |
| H A D | ip30-irq.c | 45 u64 pending, mask, cause, error_irqs, err_reg; in ip30_error_irq() local 100 u64 pend, mask; in ip30_normal_irq() local 148 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu); in ip30_mask_heart_irq() local 157 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu); in ip30_mask_and_ack_heart_irq() local 167 unsigned long *mask = &per_cpu(irq_enable_mask, hd->cpu); in ip30_unmask_heart_irq() local 174 const struct cpumask *mask, bool force) in ip30_set_heart_irq_affinity() 251 unsigned long *mask = &per_cpu(irq_enable_mask, cpu); in ip30_install_ipi() local 267 unsigned long *mask; in arch_init_irq() local
|
| /OK3568_Linux_fs/kernel/sound/soc/sof/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A 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
|
| H A 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
|
| H A D | bitops-cas.h | 16 unsigned mask, old; in set_bit() local 28 unsigned mask, old; in clear_bit() local 40 unsigned mask, old; in change_bit() local 52 unsigned mask, old; in test_and_set_bit() local 66 unsigned mask, old; in test_and_clear_bit() local 80 unsigned mask, old; in test_and_change_bit() local
|
| H A D | bitops-op32.h | 29 unsigned long mask = BIT_MASK(nr); in __set_bit() local 47 unsigned long mask = BIT_MASK(nr); in __clear_bit() local 74 unsigned long mask = BIT_MASK(nr); in __change_bit() local 92 unsigned long mask = BIT_MASK(nr); in __test_and_set_bit() local 111 unsigned long mask = BIT_MASK(nr); in __test_and_clear_bit() local 123 unsigned long mask = BIT_MASK(nr); in __test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/bitops/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/apic/ |
| H A D | ipi.c | 79 void native_send_call_func_ipi(const struct cpumask *mask) in native_send_call_func_ipi() 100 static inline int __prepare_ICR2(unsigned int mask) in __prepare_ICR2() 146 void __default_send_IPI_dest_field(unsigned int mask, int vector, unsigned int dest) in __default_send_IPI_dest_field() 185 void default_send_IPI_mask_sequence_phys(const struct cpumask *mask, int vector) in default_send_IPI_mask_sequence_phys() 203 void default_send_IPI_mask_allbutself_phys(const struct cpumask *mask, in default_send_IPI_mask_allbutself_phys() 247 void default_send_IPI_mask_sequence_logical(const struct cpumask *mask, in default_send_IPI_mask_sequence_logical() 267 void default_send_IPI_mask_allbutself_logical(const struct cpumask *mask, in default_send_IPI_mask_allbutself_logical() 292 unsigned long mask = cpumask_bits(cpumask)[0]; in default_send_IPI_mask_logical() local
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_health.c | 96 unsigned int mask) in xfs_fs_mark_sick() 111 unsigned int mask) in xfs_fs_mark_healthy() 139 unsigned int mask) in xfs_rt_mark_sick() 154 unsigned int mask) in xfs_rt_mark_healthy() 182 unsigned int mask) in xfs_ag_mark_sick() 197 unsigned int mask) in xfs_ag_mark_healthy() 225 unsigned int mask) in xfs_inode_mark_sick() 240 unsigned int mask) in xfs_inode_mark_healthy()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| H A D | dr_ste.c | 53 #define DR_STE_SET_MPLS_MASK(lookup_type, mask, in_out, bit_mask) do { \ argument 64 #define DR_STE_SET_MPLS_TAG(lookup_type, mask, in_out, tag) do { \ argument 108 u8 mask[DR_STE_SIZE_MASK]; member 714 struct mlx5dr_match_param *mask, in mlx5dr_ste_build_pre_check() 779 struct mlx5dr_match_spec *mask = inner ? &value->inner : &value->outer; in dr_ste_build_eth_l2_src_des_bit_mask() local 807 static void dr_ste_copy_mask_misc(char *mask, struct mlx5dr_match_misc *spec) in dr_ste_copy_mask_misc() 858 static void dr_ste_copy_mask_spec(char *mask, struct mlx5dr_match_spec *spec) in dr_ste_copy_mask_spec() 909 static void dr_ste_copy_mask_misc2(char *mask, struct mlx5dr_match_misc2 *spec) in dr_ste_copy_mask_misc2() 954 static void dr_ste_copy_mask_misc3(char *mask, struct mlx5dr_match_misc3 *spec) in dr_ste_copy_mask_misc3() 977 struct mlx5dr_match_parameters *mask) in mlx5dr_ste_copy_param() [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | bitops.h | 23 unsigned long mask = BIT_MASK(nr); in set_bit() local 34 unsigned long mask = BIT_MASK(nr); in clear_bit() local 45 unsigned long mask = BIT_MASK(nr); in change_bit() local 56 unsigned long mask = BIT_MASK(nr); in test_and_set_bit() local 74 unsigned long mask = BIT_MASK(nr); in test_and_clear_bit() local 92 unsigned long mask = BIT_MASK(nr); in test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/arch/mips/lib/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/arch/sh/include/mach-common/mach/ |
| H A D | magicpanelr2.h | 19 #define SETBITS_OUTB(mask, reg) __raw_writeb(__raw_readb(reg) | mask, reg) argument 20 #define SETBITS_OUTW(mask, reg) __raw_writew(__raw_readw(reg) | mask, reg) argument 21 #define SETBITS_OUTL(mask, reg) __raw_writel(__raw_readl(reg) | mask, reg) argument 22 #define CLRBITS_OUTB(mask, reg) __raw_writeb(__raw_readb(reg) & ~mask, reg) argument 23 #define CLRBITS_OUTW(mask, reg) __raw_writew(__raw_readw(reg) & ~mask, reg) argument 24 #define CLRBITS_OUTL(mask, reg) __raw_writel(__raw_readl(reg) & ~mask, reg) argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | c2p_core.h | 23 unsigned int shift, u32 mask) in _transp() 62 u32 mask = get_mask(n); in transp8() local 104 u32 mask = get_mask(n); in transp4() local 131 u32 mask = get_mask(n); in transp4x() local 150 static inline u32 comp(u32 a, u32 b, u32 mask) in comp()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-ws16c48.c | 57 const unsigned mask = BIT(offset % 8); in ws16c48_gpio_get_direction() local 69 const unsigned mask = BIT(offset % 8); in ws16c48_gpio_direction_input() local 88 const unsigned mask = BIT(offset % 8); in ws16c48_gpio_direction_output() local 109 const unsigned mask = BIT(offset % 8); in ws16c48_gpio_get() local 129 unsigned long *mask, unsigned long *bits) in ws16c48_gpio_get_multiple() 154 const unsigned mask = BIT(offset % 8); in ws16c48_gpio_set() local 175 unsigned long *mask, unsigned long *bits) in ws16c48_gpio_set_multiple() 210 const unsigned mask = BIT(offset % 8); in ws16c48_irq_ack() local 235 const unsigned long mask = BIT(offset); in ws16c48_irq_mask() local 259 const unsigned long mask = BIT(offset); in ws16c48_irq_unmask() local [all …]
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | bitops.h | 202 int mask, retval; in __test_and_set_bit() local 254 int mask, retval; in __test_and_clear_bit() local 305 int mask, retval; in __test_and_change_bit() local 330 int mask; in set_bit() local 352 int mask; in __set_bit() local 372 int mask; in clear_bit() local 394 int mask; in change_bit() local 431 int mask, retval; in test_and_set_bit() local 456 int mask, retval; in __test_and_set_bit() local 477 int mask, retval; in test_and_clear_bit() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/ |
| H A D | icu.c | 142 void vr41xx_enable_piuint(uint16_t mask) in vr41xx_enable_piuint() 157 void vr41xx_disable_piuint(uint16_t mask) in vr41xx_disable_piuint() 172 void vr41xx_enable_aiuint(uint16_t mask) in vr41xx_enable_aiuint() 187 void vr41xx_disable_aiuint(uint16_t mask) in vr41xx_disable_aiuint() 202 void vr41xx_enable_kiuint(uint16_t mask) in vr41xx_enable_kiuint() 217 void vr41xx_disable_kiuint(uint16_t mask) in vr41xx_disable_kiuint() 232 void vr41xx_enable_macint(uint16_t mask) in vr41xx_enable_macint() 244 void vr41xx_disable_macint(uint16_t mask) in vr41xx_disable_macint() 256 void vr41xx_enable_dsiuint(uint16_t mask) in vr41xx_enable_dsiuint() 268 void vr41xx_disable_dsiuint(uint16_t mask) in vr41xx_disable_dsiuint() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | bitops.h | 16 int mask; in set_bit() local 34 int mask; in clear_bit() local 47 int mask; in change_bit() local 60 int mask, retval; in test_and_set_bit() local 76 int mask, retval; in test_and_clear_bit() local 92 int mask, retval; in test_and_change_bit() local
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | word-at-a-time.h | 28 static inline long count_masked_bytes(unsigned long mask) in count_masked_bytes() 36 static inline long count_masked_bytes(long mask) in count_masked_bytes() 49 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero() local 66 #define zero_bytemask(mask) (mask) argument 68 static inline unsigned long find_zero(unsigned long mask) in find_zero()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/components_impl/ |
| H A D | arity10_0.hpp | 26 typedef constant<BOOST_FT_full_mask> mask; typedef 36 typedef constant<BOOST_FT_full_mask> mask; typedef 46 typedef constant<BOOST_FT_full_mask> mask; typedef 56 typedef constant<BOOST_FT_full_mask> mask; typedef 66 typedef constant<BOOST_FT_full_mask> mask; typedef 76 typedef constant<BOOST_FT_full_mask> mask; typedef 86 typedef constant<BOOST_FT_full_mask> mask; typedef 96 typedef constant<BOOST_FT_full_mask> mask; typedef 106 typedef constant<BOOST_FT_full_mask> mask; typedef 116 typedef constant<BOOST_FT_full_mask> mask; typedef [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/power/regulator/ |
| H A D | rk806.c | 183 int mask = info->vsel_mask; in _buck_set_value() local 227 int mask = info->vsel_mask; in _buck_set_suspend_value() local 247 uint mask = 0; in _buck_get_enable() local 344 uint mask; in _buck_set_suspend_enable() local 365 uint mask, val; in _buck_get_suspend_enable() local 418 uint mask = 0; in _ldo_get_enable() local 475 uint mask = 0, en_reg; in _pldo_get_enable() local 554 uint mask; in _ldo_set_suspend_enable() local 566 uint mask, val; in _ldo_get_suspend_enable() local 583 int mask = info->vsel_mask; in buck_get_value() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | leon_kernel.c | 72 unsigned long mask, oldmask; in leon_eirq_setup() local 95 unsigned long mask; in leon_get_irqmask() local 111 cpumask_t mask; in irq_choose_cpu() local 126 unsigned long mask, oldmask, flags; in leon_set_affinity() local 149 unsigned long mask, oldmask, flags; in leon_unmask_irq() local 162 unsigned long mask, oldmask, flags; in leon_mask_irq() local 189 unsigned long mask = (unsigned long)data->chip_data; in leon_eoi_irq() local 216 unsigned long mask; in leon_build_device_irq() local 252 unsigned long mask = (unsigned long)irq_get_chip_data(virq); in leon_update_virq_handling() local 494 unsigned long mask, flags, *addr; in leon_enable_irq_cpu() local
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | ip27-irq.c | 52 unsigned long *mask = per_cpu(irq_enable_mask, hd->cpu); in enable_hub_irq() local 62 unsigned long *mask = per_cpu(irq_enable_mask, hd->cpu); in disable_hub_irq() local 69 static void setup_hub_mask(struct hub_irq_data *hd, const struct cpumask *mask) in setup_hub_mask() 89 static int set_affinity_hub_irq(struct irq_data *d, const struct cpumask *mask, in set_affinity_hub_irq() 189 unsigned long *mask = per_cpu(irq_enable_mask, cpu); in ip27_do_irq_mask0() local 231 unsigned long *mask = per_cpu(irq_enable_mask, cpu); in ip27_do_irq_mask1() local 256 unsigned long *mask = per_cpu(irq_enable_mask, cpu); in install_ipi() local
|