Home
last modified time | relevance | path

Searched refs:opval (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c62 uint8_t type, uint32_t *opval);
836 uint32_t *opval) in bhnd_sprom_opcode_read_opval32() argument
845 *opval = (int32_t)(int8_t)(*p); in bhnd_sprom_opcode_read_opval32()
849 *opval = *p; in bhnd_sprom_opcode_read_opval32()
853 *opval = *p; in bhnd_sprom_opcode_read_opval32()
855 if ((error = bhnd_sprom_opcode_apply_scale(state, opval))) in bhnd_sprom_opcode_read_opval32()
861 *opval = le16dec(p); in bhnd_sprom_opcode_read_opval32()
865 *opval = le32dec(p); in bhnd_sprom_opcode_read_opval32()
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c834 ASN1_VALUE **opval = NULL; in asn1_ex_c2i() local
856 opval = pval; in asn1_ex_c2i()
960 if (opval) in asn1_ex_c2i()
961 *opval = NULL; in asn1_ex_c2i()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c208 u32 opval; in t3_i2c_read8() local
213 I2C_ATTEMPTS, 10, &opval); in t3_i2c_read8()
215 ret = ((opval & F_I2C_ACK) == F_I2C_ACK); in t3_i2c_read8()
232 u32 opval; in t3_i2c_write8() local
238 I2C_ATTEMPTS, 10, &opval); in t3_i2c_write8()
240 ret = ((opval & F_I2C_ACK) == F_I2C_ACK); in t3_i2c_write8()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.td723 class MVEPairVectorIndex<string opval> : Operand<i32> {
725 let EncoderMethod = "getMVEPairVectorIndexOpValue<"#opval#">";
726 let DecoderMethod = "DecodeMVEPairVectorIndexOperand<"#opval#">";