Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dsifive_u_otp.c67 if (blk_pread(s->blk, s->pa * SIFIVE_U_OTP_FUSE_WORD, in sifive_u_otp_read()
68 SIFIVE_U_OTP_FUSE_WORD, &buf, 0) < 0) { in sifive_u_otp_read()
169 if (blk_pwrite(s->blk, s->pa * SIFIVE_U_OTP_FUSE_WORD, in sifive_u_otp_write()
170 SIFIVE_U_OTP_FUSE_WORD, &s->fuse[s->pa], 0) in sifive_u_otp_write()
220 filesize = SIFIVE_U_OTP_NUM_FUSES * SIFIVE_U_OTP_FUSE_WORD; in sifive_u_otp_realize()
256 if (blk_pwrite(s->blk, index * SIFIVE_U_OTP_FUSE_WORD, in sifive_u_otp_realize()
257 SIFIVE_U_OTP_FUSE_WORD, &serial_data, 0) < 0) { in sifive_u_otp_realize()
263 if (blk_pwrite(s->blk, (index + 1) * SIFIVE_U_OTP_FUSE_WORD, in sifive_u_otp_realize()
264 SIFIVE_U_OTP_FUSE_WORD, &serial_data, 0) < 0) { in sifive_u_otp_realize()
/openbmc/qemu/include/hw/misc/
H A Dsifive_u_otp.h50 #define SIFIVE_U_OTP_FUSE_WORD 4 macro