Searched refs:SiFiveUSoCState (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/riscv/ |
H A D | sifive_u.h | 36 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 D | sifive_u.c | 750 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),
|