Home
last modified time | relevance | path

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

/qemu/hw/arm/
H A Dstellaris.c730 uint32_t ostat; member
769 s->ostat |= 1 << n; in stellaris_adc_fifo_write()
859 return s->ostat; in stellaris_adc_read()
911 s->ostat &= ~value; in stellaris_adc_write()
950 VMSTATE_UINT32(ostat, StellarisADCState),