Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_decpc.c43 #define STAT_dma_state 0x0100 /* dma state toggle */ macro
281 if ((dt_getstatus() & STAT_dma_state) == state) in dt_wait_dma()
285 dma_state = dt_getstatus() & STAT_dma_state; in dt_wait_dma()
335 dma_state = dt_getstatus() & STAT_dma_state; in synth_flush()
336 dma_state ^= STAT_dma_state; in synth_flush()
348 dma_state ^= STAT_dma_state; in dt_sendchar()