Home
last modified time | relevance | path

Searched refs:ECCState (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/misc/
H A Deccmemctl.c132 struct ECCState { struct
145 ECCState *s = opaque; in ecc_mem_write() argument
188 ECCState *s = opaque; in ecc_mem_read()
245 ECCState *s = opaque; in ecc_diag_mem_write()
254 ECCState *s = opaque; in ecc_diag_mem_read()
277 VMSTATE_BUFFER(diag, ECCState),
278 VMSTATE_UINT32(version, ECCState),
285 ECCState *s = ECC_MEMCTL(d); in ecc_reset()
305 ECCState *s = ECC_MEMCTL(obj); in ecc_init()
316 ECCState *s = ECC_MEMCTL(dev); in ecc_realize()
[all …]
H A Domap_gpmc.c53 ECCState ecc[9];
/qemu/hw/block/
H A Decc.c57 uint8_t ecc_digest(ECCState *s, uint8_t sample) in ecc_digest()
72 void ecc_reset(ECCState *s) in ecc_reset()
86 VMSTATE_UINT8(cp, ECCState),
87 VMSTATE_UINT16_ARRAY(lp, ECCState, 2),
88 VMSTATE_UINT16(count, ECCState),
H A Donenand.c83 ECCState ecc;
/qemu/include/hw/block/
H A Dflash.h73 } ECCState; typedef
75 uint8_t ecc_digest(ECCState *s, uint8_t sample);
76 void ecc_reset(ECCState *s);
/qemu/hw/arm/
H A Dspitz.c94 ECCState ecc;
1148 VMSTATE_STRUCT(ecc, SLNANDState, 0, vmstate_ecc_state, ECCState),
/qemu/hw/display/
H A Dtc6393xb.c131 ECCState ecc;