Home
last modified time | relevance | path

Searched defs:_mask (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitfield.h128 #define FIELD_FIT(_mask, _value) \ argument
131 #define FIELD_PREP(_mask, _value) \ argument
135 #define FIELD_PREP_CONST(_mask, _value) \ argument
138 #define FIELD_GET(_mask, _value) \ argument
H A Dpci.h844 #define pci_set_consistent_dma_mask(_pdev, _mask) \ argument
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/mediatek/
H A Dmtk_wed.h36 #define mtk_wed_device_start(_dev, _mask) do { } while(0) argument
38 #define mtk_wed_device_irq_get(_dev, _mask) 0 argument
39 #define mtk_wed_device_irq_set_mask(_dev, _mask) do { } while(0) argument
45 #define mtk_wed_device_start_hw_rro(_dev, _mask, _b) do { } while(0) argument
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_private.h49 #define BHND_PMU_IND_WRITE(_sc, _src, _reg, _val, _mask) \ argument
57 #define BHND_PMU_CCTRL_WRITE(_sc, _reg, _val, _mask) \ argument
63 #define BHND_PMU_REGCTRL_WRITE(_sc, _reg, _val, _mask) \ argument
69 #define BHND_PMU_PLL_WRITE(_sc, _reg, _val, _mask) \ argument
H A Dbhnd_pmu_subr.c93 #define PMU_WAIT_CLKST(_sc, _val, _mask) \ argument
/freebsd/sys/dev/qat/qat_common/
H A Dadf_pfvf_vf_proto.c13 #define FIELD_MAX(_mask) ({ (typeof(_mask))((_mask) >> __bf_shf(_mask)); }) argument
15 #define FIELD_PREP(_mask, _val) \ argument
18 #define FIELD_GET(_mask, _reg) \ argument
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcivar.h114 #define _BHND_PCI_REG_GET(_regval, _mask, _shift) \ argument
116 #define _BHND_PCI_REG_SET(_regval, _mask, _shift, _setval) \ argument
/freebsd/sys/sys/
H A Dbitstring.h159 bitstr_t _mask; in bit_ntest() local
234 bitstr_t _mask; in bit_ff_at_() local
281 bitstr_t *_curbitstr, _mask, _test; in bit_ff_area_at_() local
/freebsd/sys/dev/bhnd/
H A Dbhnd_private.h97 #define BHND_CLKCTL_SET_4(_clkctl, _val, _mask) \ argument
/freebsd/contrib/wpa/src/common/
H A Ddragonfly.c196 struct crypto_bignum *_mask, in dragonfly_generate_scalar()
/freebsd/sys/contrib/dev/rtw89/
H A Dphy.h461 RTW89_DECL_RFK_WRF(_path,_addr,_mask,_data) global() argument
468 RTW89_DECL_RFK_WM(_addr,_mask,_data) global() argument
474 RTW89_DECL_RFK_WS(_addr,_mask) global() argument
479 RTW89_DECL_RFK_WC(_addr,_mask) global() argument
/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.c485 struct crypto_bignum *_mask, in eap_pwd_get_rand_mask()
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h187 #define vtscsi_set_ccb_status(_ccbh, _status, _mask) do { \ argument
/freebsd/sys/arm64/rockchip/
H A Drk_pinctrl.c126 #define RK_PINFIX(_bank, _pin, _reg, _bit, _mask) \ argument
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c1615 #define AR_PHY_BIS(_ah, _reg, _mask, _val) \ in ar5212SetBoardValues() argument
/freebsd/contrib/file/src/
H A Dfile.h368 uint64_t _mask; /* for use with numeric and date types */ member
/freebsd/sys/dev/ath/
H A Dif_athvar.h1070 #define ath_hal_getbssidmask(_ah, _mask) \ argument
1072 #define ath_hal_setbssidmask(_ah, _mask) \ argument
1074 #define ath_hal_intrset(_ah, _mask) \ argument
/freebsd/sys/dev/axgbe/
H A Dxgbe-common.h1737 XMDIO_READ_BITS(_pdata,_mmd,_reg,_mask) global() argument
1744 XMDIO_WRITE_BITS(_pdata,_mmd,_reg,_mask,_val) global() argument
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h470 #define ath_hal_setInterrupts(_ah, _mask) \ argument
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp3716 #define ADD_MASK(_mask) \ argument
/freebsd/sys/dev/sfxge/common/
H A Defx.h636 #define EFX_MAC_STAT_SUPPORTED(_mask, _stat) \ argument
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c10754 u8 _addr[ETH_ALEN], _mask[ETH_ALEN]; in wpas_ctrl_iface_mac_rand_scan() local