Home
last modified time | relevance | path

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

/qemu/hw/nvram/
H A Dnpcm7xx_otp.c47 #define FST_RO_MASK (FST_RDST | FST_RDY) macro
186 value &= ~FST_RO_MASK; in npcm7xx_otp_write()
187 value |= s->regs[NPCM7XX_OTP_FST] & FST_RO_MASK; in npcm7xx_otp_write()