Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds