Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dsifive_u_otp.c157 if (GET_FUSEARRAY_BIT(s->fuse_wo, s->pa, s->paio)) { in sifive_u_otp_write()
177 SET_FUSEARRAY_BIT(s->fuse_wo, s->pa, s->paio, WRITTEN_BIT_ON); in sifive_u_otp_write()
271 memset(s->fuse_wo, 0x00, sizeof(s->fuse_wo)); in sifive_u_otp_realize()
/openbmc/qemu/include/hw/misc/
H A Dsifive_u_otp.h82 uint32_t fuse_wo[SIFIVE_U_OTP_NUM_FUSES]; member