Searched refs:mask_hi (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1102 uint32_t addr_lo, uint32_t addr_hi, uint32_t mask_lo, uint32_t mask_hi);
H A Dal_hal_eth_main.c2737 int al_eth_fwd_mac_addr_raw_set(struct al_hal_eth_adapter *adapter, uint32_t idx, uint32_t addr_lo, uint32_t addr_hi, uint32_t mask_lo, uint32_t mask_hi) argument
2744 al_reg_write32(&adapter->ec_regs_base->fwd_mac[idx].mask_h, mask_hi);
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c3781 HOST_WIDE_INT mask_hi, hi;
3801 mask_hi = ((unsigned HOST_WIDE_INT) -1
3810 mask_hi = 0;
3817 if ((TREE_INT_CST_HIGH (val) & mask_hi) == hi
11636 HOST_WIDE_INT mask_hi;
11647 mask_hi = ((unsigned HOST_WIDE_INT) -1
11653 mask_hi = 0;
11659 mask_hi &= ~((unsigned HOST_WIDE_INT) -1
11667 if ((TREE_INT_CST_HIGH (arg1) & mask_hi) == mask_hi
3758 HOST_WIDE_INT mask_hi, hi; local
11601 HOST_WIDE_INT mask_hi; local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h2606 __be64 mask_hi; member in struct:cpl_set_le_req

Completed in 165 milliseconds