Searched refs:SiFiveUOTPState (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/misc/ |
H A D | sifive_u_otp.h | 57 typedef struct SiFiveUOTPState SiFiveUOTPState; typedef 58 DECLARE_INSTANCE_CHECKER(SiFiveUOTPState, SIFIVE_U_OTP, 61 struct SiFiveUOTPState { struct
|
/openbmc/qemu/hw/misc/ |
H A D | sifive_u_otp.c | 43 SiFiveUOTPState *s = opaque; in sifive_u_otp_read() 106 SiFiveUOTPState *s = opaque; in sifive_u_otp_write() 198 DEFINE_PROP_UINT32("serial", SiFiveUOTPState, serial, 0), 199 DEFINE_PROP_DRIVE("drive", SiFiveUOTPState, blk), 205 SiFiveUOTPState *s = SIFIVE_U_OTP(dev); in sifive_u_otp_realize() 285 .instance_size = sizeof(SiFiveUOTPState),
|
/openbmc/qemu/include/hw/riscv/ |
H A D | sifive_u.h | 50 SiFiveUOTPState otp;
|