Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/speakup/
Dspeakup_decpc.c247 static int dt_getstatus(void) in dt_getstatus() function
264 if ((dt_getstatus() & bit) == bit) in dt_waitbit()
277 if ((dt_getstatus()&STAT_dma_state) == state) in dt_wait_dma()
281 dma_state = dt_getstatus() & STAT_dma_state; in dt_wait_dma()
292 dt_getstatus(); in dt_ctrl()
295 while (dt_getstatus() & STAT_cmd_ready) { in dt_ctrl()
325 if (!(dt_getstatus() & STAT_flushing)) in synth_flush()
329 dma_state = dt_getstatus() & STAT_dma_state; in synth_flush()
349 if (dt_getstatus() == 0xffff) { in testkernel()