Home
last modified time | relevance | path

Searched refs:reg_mask (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dax-general.c58 x->reg_mask = xmalloc (x->reg_mask_len * sizeof (x->reg_mask[0])); in new_agent_expr()
59 memset (x->reg_mask, 0, x->reg_mask_len * sizeof (x->reg_mask[0])); in new_agent_expr()
69 xfree (x->reg_mask); in free_agent_expr()
382 fprintf_filtered (f, _(" %02x"), x->reg_mask[i]); in ax_print()
460 unsigned char *new_reg_mask = xrealloc (ax->reg_mask, in ax_reg_mask()
462 * sizeof (ax->reg_mask[0])); in ax_reg_mask()
464 (new_len - ax->reg_mask_len) * sizeof (ax->reg_mask[0])); in ax_reg_mask()
466 ax->reg_mask = new_reg_mask; in ax_reg_mask()
469 ax->reg_mask[byte] |= 1 << (reg % 8); in ax_reg_mask()
H A Dax.h145 unsigned char *reg_mask; member
H A Dtracepoint.c1135 if (aexpr->reg_mask[ndx1] != 0) in collect_symbol()
1139 if (aexpr->reg_mask[ndx1] & (1 << ndx2)) in collect_symbol()
1455 if (aexpr->reg_mask[ndx1] != 0) in encode_actions_1()
1459 if (aexpr->reg_mask[ndx1] & (1 << ndx2)) in encode_actions_1()
1545 if (aexpr->reg_mask[ndx1] != 0) in encode_actions_1()
1549 if (aexpr->reg_mask[ndx1] & (1 << ndx2)) in encode_actions_1()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dvi.c797 u32 reg_mask; in vi_set_vce_clocks() local
803 reg_mask = CG_ECLK_CNTL__ECLK_DIVIDER_MASK; in vi_set_vce_clocks()
808 reg_mask = CG_ECLK_CNTL__ECLK_DIR_CNTL_EN_MASK | CG_ECLK_CNTL__ECLK_DIVIDER_MASK; in vi_set_vce_clocks()
827 tmp &= ~reg_mask; in vi_set_vce_clocks()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c918 u_int32_t reg_mask[] = { in ar9300_wow_apply_pattern() local
958 OS_REG_WRITE(ah, (reg_mask[pattern_count] + i), mask_val); in ar9300_wow_apply_pattern()
H A Dar9300.h402 u_int32_t reg_mask; // mask of register member
H A Dar9300_paprd.c2305 pwr_temp |= (pwr_reg&~(p_item->reg_mask <<p_item->reg_mask_offset)); in ar9300_paprd_dec_tx_pwr()