Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/riscv/
H A Dsifive_u.h36 OBJECT_CHECK(SiFiveUSoCState, (obj), TYPE_RISCV_U_SOC)
38 typedef struct SiFiveUSoCState { struct
59 } SiFiveUSoCState; argument
70 SiFiveUSoCState soc;
/openbmc/qemu/hw/riscv/
H A Dsifive_u.c750 SiFiveUSoCState *s = RISCV_U_SOC(obj); in type_init()
782 SiFiveUSoCState *s = RISCV_U_SOC(dev); in sifive_u_soc_realize()
940 DEFINE_PROP_UINT32("serial", SiFiveUSoCState, serial, OTP_SERIAL),
941 DEFINE_PROP_STRING("cpu-type", SiFiveUSoCState, cpu_type),
958 .instance_size = sizeof(SiFiveUSoCState),