Searched refs:TTS_WRITABLE (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Ddtlk.h25 #define TTS_WRITABLE 0x10 /* mask for RDY bit, which when set to macro
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dtlk.h20 #define TTS_WRITABLE 0x10 /* mask for RDY bit, which when set to macro
H A Dspeakup_dtlk.c164 return (synth_status & TTS_WRITABLE) != 0;
/linux-master/drivers/char/
H A Ddtlk.c207 TTS_WRITABLE)
385 printk(" dtlk_writeable=%u", (inb_p(dtlk_port_tts) & TTS_WRITABLE)!=0);
387 return inb_p(dtlk_port_tts) & TTS_WRITABLE;
643 while ((inb_p(dtlk_port_tts) & TTS_WRITABLE) == 0 &&
654 if ((inb_p(dtlk_port_tts) & TTS_WRITABLE) == 0)

Completed in 131 milliseconds