Home
last modified time | relevance | path

Searched refs:mask2 (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c58 uint32_t mask2; in ar5212GetPendingInterrupts() local
62 mask2 = 0; in ar5212GetPendingInterrupts()
66 mask2 |= HAL_INT_TIM; in ar5212GetPendingInterrupts()
68 mask2 |= HAL_INT_DTIM; in ar5212GetPendingInterrupts()
72 mask2 |= HAL_INT_CABEND; in ar5212GetPendingInterrupts()
74 mask2 |= HAL_INT_TBTT; in ar5212GetPendingInterrupts()
108 *masked |= mask2; in ar5212GetPendingInterrupts()
142 uint32_t mask, mask2; in ar5212SetInterrupts() local
154 mask2 = 0; in ar5212SetInterrupts()
170 mask2 |= AR_IMR_S2_TIM; in ar5212SetInterrupts()
[all …]
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_interrupts.c116 uint32_t mask2; in ar5416GetPendingInterrupts() local
118 mask2 = 0; in ar5416GetPendingInterrupts()
122 mask2 |= HAL_INT_TIM; in ar5416GetPendingInterrupts()
124 mask2 |= HAL_INT_DTIM; in ar5416GetPendingInterrupts()
130 mask2 |= HAL_INT_GTT; in ar5416GetPendingInterrupts()
132 mask2 |= HAL_INT_CST; in ar5416GetPendingInterrupts()
208 *masked |= mask2; in ar5416GetPendingInterrupts()
268 uint32_t mask, mask2; in ar5416SetInterrupts() local
288 mask2 = 0; in ar5416SetInterrupts()
316 mask2 |= AR_IMR_S2_TIM; in ar5416SetInterrupts()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_helper.c72 uint8_t shift2, uint32_t mask2, uint32_t *field_value2);
75 uint8_t shift2, uint32_t mask2, uint32_t *field_value2) in generic_reg_get2() argument
85 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
89 uint8_t shift2, uint32_t mask2, uint32_t *field_value2, in generic_reg_get3() argument
101 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
106 uint8_t shift2, uint32_t mask2, uint32_t *field_value2, in generic_reg_get4() argument
120 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
126 uint8_t shift2, uint32_t mask2, uint32_t *field_value2, in generic_reg_get5() argument
142 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
149 uint8_t shift2, uint32_t mask2, uint32_t *field_value2, in generic_reg_get6() argument
[all …]
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_interrupts.c91 u_int32_t mask2 = 0; in ar9300_get_pending_interrupts() local
320 *masked |= mask2; in ar9300_get_pending_interrupts()
501 u_int32_t mask, mask2, msi_mask = 0; local
560 mask2 = 0;
594 mask2 |= AR_IMR_S2_TIM;
597 mask2 |= AR_IMR_S2_DTIM;
606 mask2 |= AR_IMR_S2_TSFOOR;
613 mask2 |= AR_IMR_S2_GTT;
616 mask2 |= AR_IMR_S2_CST;
623 mask2 |= AR_IMR_S2_BBPANIC;
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/irq/dce120/
H A Dirq_service_dce120.c98 #define IRQ_REG_ENTRY(block, reg_num, reg1, mask1, reg2, mask2)\ argument
108 block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
110 block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
/dragonfly/sys/dev/drm/amd/display/dc/irq/dcn10/
H A Dirq_service_dcn10.c168 #define IRQ_REG_ENTRY(block, reg_num, reg1, mask1, reg2, mask2)\ argument
178 block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK,\
180 block ## reg_num ## _ ## reg2 ## __ ## mask2 ## _MASK \
/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dreg_helper.h402 uint8_t shift2, uint32_t mask2, uint32_t *field_value2);
406 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
411 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
417 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
424 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
432 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
441 uint8_t shift2, uint32_t mask2, uint32_t *field_value2,
/dragonfly/sys/bus/u4b/wlan/
H A Dif_urtwn.c4935 uint32_t rcr, mask1, mask2; in urtwn_set_promisc() local
4943 mask2 = R92C_RCR_APM; in urtwn_set_promisc()
4948 mask2 |= R92C_RCR_CBSSID_DATA; in urtwn_set_promisc()
4951 mask2 |= R92C_RCR_CBSSID_BCN; in urtwn_set_promisc()
4954 mask2 |= R92C_RCR_CBSSID_DATA; in urtwn_set_promisc()
4965 rcr = (rcr & ~mask1) | mask2; in urtwn_set_promisc()
4967 rcr = (rcr & ~mask2) | mask1; in urtwn_set_promisc()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-forwprop.c1858 is_combined_permutation_identity (tree mask1, tree mask2) in is_combined_permutation_identity() argument
1866 && TREE_CODE (mask2) == VECTOR_CST); in is_combined_permutation_identity()
1867 mask = fold_ternary (VEC_PERM_EXPR, TREE_TYPE (mask1), mask1, mask1, mask2); in is_combined_permutation_identity()
H A Dtree-vect-data-refs.c2923 tree mask2 = gimple_call_arg (stmt2, 2); in can_group_stmts_p() local
2924 if (!operand_equal_p (mask1, mask2, 0)) in can_group_stmts_p()
2929 mask2 = strip_conversion (mask2); in can_group_stmts_p()
2930 if (!mask2) in can_group_stmts_p()
2932 if (!operand_equal_p (mask1, mask2, 0)) in can_group_stmts_p()
H A Dtree-ssa-reassoc.c2806 wide_int mask2; in optimize_range_tests_to_bit_test() local
2808 highj, &mask2, NULL); in optimize_range_tests_to_bit_test()
2811 mask |= mask2; in optimize_range_tests_to_bit_test()
H A Dcombine.c11590 wide_int mask2 = wi::shifted_mask (offset, width, false, reg_width); in change_zero_ext() local
11596 z = gen_rtx_AND (mode, y, immed_wide_int_const (mask2, mode)); in change_zero_ext()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c3139 uint64_t mask1, mask2; in set_dbregs() local
3157 for (i = 0, mask1 = 0x3<<16, mask2 = 0x2<<16; i < 4; in set_dbregs()
3158 i++, mask1 <<= 4, mask2 <<= 4) in set_dbregs()
3159 if ((dbregs->dr[7] & mask1) == mask2) in set_dbregs()
/dragonfly/contrib/binutils-2.27/gold/
H A Daarch64.cc140 const int mask2 = 3; in aarch64_adr_encode_imm() local
141 adr &= ~((mask19 << 5) | (mask2 << 29)); in aarch64_adr_encode_imm()
142 adr |= ((imm21 & mask2) << 29) | (((imm21 >> 2) & mask19) << 5); in aarch64_adr_encode_imm()
153 const int mask2 = 3; in aarch64_adrp_decode_imm() local
156 uint64_t imm = ((adrp >> 29) & mask2) | (((adrp >> 5) & mask19) << 2); in aarch64_adrp_decode_imm()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi6917 v4si mask2 = @{0,4,2,5@};
6921 res = __builtin_shuffle (a, b, mask2); /* res is @{1,5,3,6@} */