Home
last modified time | relevance | path

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

/qemu/include/hw/misc/
H A Dsifive_u_otp.h55 #define TYPE_SIFIVE_U_OTP "riscv.sifive.u.otp" macro
59 TYPE_SIFIVE_U_OTP)
/qemu/hw/misc/
H A Dsifive_u_otp.c209 TYPE_SIFIVE_U_OTP, SIFIVE_U_OTP_REG_SIZE); in sifive_u_otp_realize()
283 .name = TYPE_SIFIVE_U_OTP,
/qemu/hw/riscv/
H A Dsifive_u.c769 object_initialize_child(obj, "otp", &s->otp, TYPE_SIFIVE_U_OTP); in type_init()