Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/accessibility/speakup/
Dspeakup_decpc.c238 static int dt_getstatus(void) in dt_getstatus() function
256 if ((dt_getstatus() & bit) == bit) in dt_waitbit()
270 if ((dt_getstatus() & STAT_dma_state) == state) in dt_wait_dma()
274 dma_state = dt_getstatus() & STAT_dma_state; in dt_wait_dma()
286 dt_getstatus(); in dt_ctrl()
289 while (dt_getstatus() & STAT_cmd_ready) { in dt_ctrl()
320 if (!(dt_getstatus() & STAT_flushing)) in synth_flush()
324 dma_state = dt_getstatus() & STAT_dma_state; in synth_flush()
345 if (dt_getstatus() == 0xffff) { in testkernel()