Searched refs:srst (Results 1 – 5 of 5) sorted by relevance
/qemu/hw/i2c/ |
H A D | allwinner-i2c.c | 160 return s->srst & TWI_SRST_MASK; in allwinner_i2c_is_reset() 187 s->srst = TWI_SRST_RESET; in allwinner_i2c_reset_hold() 259 value = s->srst; in allwinner_i2c_read() 387 if (((value & TWI_SRST_MASK) == 0) && (s->srst & TWI_SRST_MASK)) { in allwinner_i2c_write() 390 s->srst = value & TWI_SRST_MASK; in allwinner_i2c_write() 423 VMSTATE_UINT8(srst, AWI2CState),
|
/qemu/include/hw/i2c/ |
H A D | allwinner-i2c.h | 54 uint8_t srst; member
|
/qemu/target/s390x/ |
H A D | helper.h | 17 DEF_HELPER_3(srst, void, env, i32, i32)
|
/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 805 void HELPER(srst)(CPUS390XState *env, uint32_t r1, uint32_t r2) in HELPER() argument
|
H A D | insn-data.h.inc | 787 C(0xb25e, SRST, RRE, Z, 0, 0, 0, 0, srst, 0)
|