Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dsifive_u_otp.c95 return s->pwe; in sifive_u_otp_read()
153 s->pwe = val32 & SIFIVE_U_OTP_PWE_EN; in sifive_u_otp_write()
156 if (s->pwe && !s->pas) { in sifive_u_otp_write()
/openbmc/qemu/include/hw/misc/
H A Dsifive_u_otp.h80 uint32_t pwe; member