Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/accessibility/speakup/
Dspeakup_decpc.c43 #define STAT_dma_state 0x0100 /* dma state toggle */ macro
270 if ((dt_getstatus() & STAT_dma_state) == state) in dt_wait_dma()
274 dma_state = dt_getstatus() & STAT_dma_state; in dt_wait_dma()
324 dma_state = dt_getstatus() & STAT_dma_state; in synth_flush()
325 dma_state ^= STAT_dma_state; in synth_flush()
337 dma_state ^= STAT_dma_state; in dt_sendchar()