Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dsifive_u_otp.c247 s->fuse[SIFIVE_U_OTP_SERIAL_ADDR] = s->serial; in sifive_u_otp_realize()
248 s->fuse[SIFIVE_U_OTP_SERIAL_ADDR + 1] = ~(s->serial); in sifive_u_otp_realize()
253 int index = SIFIVE_U_OTP_SERIAL_ADDR; in sifive_u_otp_realize()
/openbmc/qemu/include/hw/misc/
H A Dsifive_u_otp.h51 #define SIFIVE_U_OTP_SERIAL_ADDR 0xfc macro