Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/bhnd/
H A Dbhndreg.h86 #define BHND_CCS_GET_FLAG(_value, _flag) \ argument
88 #define BHND_CCS_GET_BITS(_value, _field) \ argument
90 #define BHND_CCS_SET_BITS(_value, _field) \ argument
H A Dbhnd_match.h55 #define _BHND_SET_MATCH_FIELD(_name, _value) \ argument
/freebsd-12.1/sys/dev/sfxge/common/
H A Defx_hash.c59 #define EFX_HASH_ROTATE(_value, _shift) \ argument
64 #define EFX_HASH_ROTATE(_value, _shift) \ argument
H A Defx_mcdi.h247 #define MCDI_IN_SET_BYTE(_emr, _ofst, _value) \ argument
251 #define MCDI_IN_SET_WORD(_emr, _ofst, _value) \ argument
255 #define MCDI_IN_SET_DWORD(_emr, _ofst, _value) \ argument
259 #define MCDI_IN_SET_DWORD_FIELD(_emr, _ofst, _field, _value) \ argument
H A Defx_types.h1205 #define EFX_INSERT_FIELD64(_min, _max, _field, _value) \ argument
1208 #define EFX_INSERT_FIELD32(_min, _max, _field, _value) \ argument
1211 #define EFX_INSERT_FIELD16(_min, _max, _field, _value) \ argument
1214 #define EFX_INSERT_FIELD8(_min, _max, _field, _value) \ argument
1229 #define EFX_SET_OWORD_FIELD64(_oword, _field, _value) \ argument
1242 #define EFX_SET_OWORD_FIELD32(_oword, _field, _value) \ argument
1263 #define EFX_SET_QWORD_FIELD64(_qword, _field, _value) \ argument
1272 #define EFX_SET_QWORD_FIELD32(_qword, _field, _value) \ argument
1285 #define EFX_SET_DWORD_FIELD(_dword, _field, _value) \ argument
1294 #define EFX_SET_WORD_FIELD(_word, _field, _value) \ argument
[all …]
H A Defx.h56 #define EFX_P2ROUNDUP(_type, _value, _align) \ argument
60 #define EFX_P2ALIGN(_type, _value, _align) \ argument
64 #define EFX_IS_P2ALIGNED(_type, _value, _align) \ argument
/freebsd-12.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcmreg.h35 #define BCM_NVRAM_GET_BITS(_value, _field) \ argument
38 #define BCM_NVRAM_SET_BITS(_value, _field, _bits) \ argument
H A Dbhnd_nvram_storevar.h51 #define BHND_NVSTORE_GET_FLAG(_value, _flag) \ argument
53 #define BHND_NVSTORE_GET_BITS(_value, _field) \ argument
H A Dbhnd_nvram_value.c99 #define BHND_NVRAM_VAL_ASSERT_EMPTY(_value) \ argument
/freebsd-12.1/sys/sys/
H A Dbitstring.h203 int _value, _offset; in bit_ffs_at() local
232 int _value, _offset; in bit_ffc_at() local
273 int _value = 0, curbitstr_len; in bit_count() local
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats_timing.h32 explicit tsc_interval_t(int64_t _value) : value(_value) {} in tsc_interval_t()
/freebsd-12.1/sys/mips/mediatek/
H A Dmtk_pinctrl.h47 #define FUNC(_name, _value) \ argument
/freebsd-12.1/sys/dev/bhnd/bcma/
H A Dbcma_dmp.h47 #define BCMA_DMP_GET_FLAG(_value, _flag) \ argument
49 #define BCMA_DMP_GET_BITS(_value, _field) \ argument
51 #define BHND_DMP_SET_BITS(_value, _field) \ argument
/freebsd-12.1/sys/mips/ingenic/
H A Djz4780_mmc.c133 #define JZ_MMC_WRITE_2(_sc, _reg, _value) \ argument
137 #define JZ_MMC_WRITE_4(_sc, _reg, _value) \ argument
/freebsd-12.1/sys/dev/ixgbe/
H A Dixgbe_82599.c1689 #define IXGBE_STORE_AS_BE32(_value) \ argument
1696 #define IXGBE_STORE_AS_BE16(_value) \ argument
/freebsd-12.1/sys/arm64/rockchip/
H A Drk_pinctrl.c228 #define RK_PINDRIVE(_bank, _subbank, _offset, _value, _ma) \ argument
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.h67 uintmax_t _value; /* integer value */ member
/freebsd-12.1/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmureg.h30 #define BHND_PMU_GET_FLAG(_value, _flag) \ argument
32 #define BHND_PMU_GET_BITS(_value, _field) \ argument
34 #define BHND_PMU_SET_BITS(_value, _field) \ argument
/freebsd-12.1/sys/arm/allwinner/
H A Daw_mmc.c186 #define AW_MMC_WRITE_4(_sc, _reg, _value) \ argument
/freebsd-12.1/sys/dev/bhnd/cores/chipc/
H A Dchipcreg.h48 #define CHIPC_GET_FLAG(_value, _flag) (((_value) & _flag) != 0) argument
49 #define CHIPC_GET_BITS(_value, _field) \ argument
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore.h105 #define MASK_FIELD(_name, _value) \ argument
108 #define FIELD_VALUE(_name, _value) \ argument
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp1183 Hex64 _value; member in llvm::yaml::MappingTraits::NormalizedAtom