Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dspitz.c84 OBJECT_DECLARE_SIMPLE_TYPE(SLNANDState, SL_NAND)
86 struct SLNANDState { struct
99 SLNANDState *s = (SLNANDState *) opaque; in sl_read() argument
144 SLNANDState *s = (SLNANDState *) opaque; in sl_write()
202 SLNANDState *s = SL_NAND(obj); in sl_nand_init()
213 SLNANDState *s = SL_NAND(dev); in sl_nand_realize()
1147 VMSTATE_UINT8(ctl, SLNANDState),
1148 VMSTATE_STRUCT(ecc, SLNANDState, 0, vmstate_ecc_state, ECCState),
1154 DEFINE_PROP_UINT8("manf_id", SLNANDState, manf_id, NAND_MFR_SAMSUNG),
1155 DEFINE_PROP_UINT8("chip_id", SLNANDState, chip_id, 0xf1),
[all …]