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

/linux-master/include/linux/
H A Ddtlk.h15 #define TTS_READABLE 0x80 /* mask for bit which is nonzero if a macro
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_dtlk.h7 #define TTS_READABLE 0x80 /* mask for bit which is nonzero if a macro
H A Dspeakup_dtlk.c158 return (synth_status & TTS_READABLE) != 0;
/linux-master/drivers/char/
H A Ddtlk.c575 } while ((portval & TTS_READABLE) == 0 &&
587 } while ((portval & TTS_READABLE) != 0 &&

Completed in 142 milliseconds