Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dsifive_u_otp.h40 #define SIFIVE_U_OTP_PWE_EN (1 << 0) macro
/openbmc/qemu/hw/misc/
H A Dsifive_u_otp.c153 s->pwe = val32 & SIFIVE_U_OTP_PWE_EN; in sifive_u_otp_write()