Home
last modified time | relevance | path

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

/qemu/hw/nvram/
H A Dnpcm7xx_otp.c45 #define FST_RDST BIT(1) macro
47 #define FST_RO_MASK (FST_RDST | FST_RDY)
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()
182 if (value & FST_RDST) { in npcm7xx_otp_write()
183 s->regs[NPCM7XX_OTP_FST] &= ~FST_RDST; in npcm7xx_otp_write()
/qemu/tests/qtest/
H A Dnpcm7xx_adc-test.c56 #define FST_RDST BIT(1) macro