Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dsifive_u_otp.h42 #define SIFIVE_U_OTP_PCE_EN (1 << 0) macro
/openbmc/qemu/hw/misc/
H A Dsifive_u_otp.c59 if ((s->pce & SIFIVE_U_OTP_PCE_EN) && in sifive_u_otp_read()