Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dstellaris.c686 uint32_t actss; member
757 if ((s->actss & (1 << n)) == 0) { in stellaris_adc_trigger()
810 return s->actss; in stellaris_adc_read()
861 s->actss = value & 0xf; in stellaris_adc_write()
905 VMSTATE_UINT32(actss, StellarisADCState),