Home
last modified time | relevance | path

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

/qemu/hw/nvram/
H A Dnpcm7xx_otp.c32 NPCM7XX_OTP_FST, enumerator
112 case NPCM7XX_OTP_FST: in npcm7xx_otp_read()
140 s->regs[NPCM7XX_OTP_FST] |= FST_RDST | FST_RDY; in npcm7xx_otp_read_array()
150 s->regs[NPCM7XX_OTP_FST] |= FST_RDST | FST_RDY; in npcm7xx_otp_program_array()
180 case NPCM7XX_OTP_FST: in npcm7xx_otp_write()
183 s->regs[NPCM7XX_OTP_FST] &= ~FST_RDST; in npcm7xx_otp_write()
187 value |= s->regs[NPCM7XX_OTP_FST] & FST_RO_MASK; in npcm7xx_otp_write()
366 s->regs[NPCM7XX_OTP_FST] = 0x00000001; in npcm7xx_otp_enter_reset()