Home
last modified time | relevance | path

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

/qemu/hw/nvram/
H A Dnpcm7xx_otp.c269 uint32_t fustrap[3]; in npcm7xx_fuse_array_read() local
271 memcpy(fustrap, &s->array[0], sizeof(fustrap)); in npcm7xx_fuse_array_read()
274 value = (fustrap[0] & fustrap[1]) | (fustrap[0] & fustrap[2]) | in npcm7xx_fuse_array_read()
275 (fustrap[1] & fustrap[2]); in npcm7xx_fuse_array_read()