Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dstellaris.c675 #define STELLARIS_ADC_FIFO_EMPTY 0x0100 macro
709 if (s->fifo[n].state & STELLARIS_ADC_FIFO_EMPTY) { in stellaris_adc_fifo_read()
715 s->fifo[n].state |= STELLARIS_ADC_FIFO_EMPTY; in stellaris_adc_fifo_read()
734 s->fifo[n].state &= ~STELLARIS_ADC_FIFO_EMPTY; in stellaris_adc_fifo_write()
782 s->fifo[n].state = STELLARIS_ADC_FIFO_EMPTY; in stellaris_adc_reset()