Searched refs:TTS_READABLE (Results 1 – 4 of 4) sorted by relevance
15 #define TTS_READABLE 0x80 /* mask for bit which is nonzero if a macro
7 #define TTS_READABLE 0x80 /* mask for bit which is nonzero if a macro
158 return (synth_status & TTS_READABLE) != 0; in synth_readable()
575 } while ((portval & TTS_READABLE) == 0 && in dtlk_read_tts()587 } while ((portval & TTS_READABLE) != 0 && in dtlk_read_tts()
Completed in 5 milliseconds