Searched refs:opval (Results 1 – 4 of 4) sorted by relevance
62 uint8_t type, uint32_t *opval);836 uint32_t *opval) in bhnd_sprom_opcode_read_opval32() argument845 *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()
834 ASN1_VALUE **opval = NULL; in asn1_ex_c2i() local856 opval = pval; in asn1_ex_c2i()960 if (opval) in asn1_ex_c2i()961 *opval = NULL; in asn1_ex_c2i()
208 u32 opval; in t3_i2c_read8() local213 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() local238 I2C_ATTEMPTS, 10, &opval); in t3_i2c_write8()240 ret = ((opval & F_I2C_ACK) == F_I2C_ACK); in t3_i2c_write8()
724 class MVEPairVectorIndex<string opval> : Operand<i32> {726 let EncoderMethod = "getMVEPairVectorIndexOpValue<"#opval#">";727 let DecoderMethod = "DecodeMVEPairVectorIndexOperand<"#opval#">";