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

/linux-4.1.27/drivers/staging/speakup/
H A Dspeakup_dtlk.h5 /* TTS Port Status Flags */
7 byte can be read from the TTS port */
10 output with TTS, PCM or CVSD
17 1, indicates the TTS port is ready
24 are available in the TTS input
30 (TTS or PCM) buffer. AE is always 1
/linux-4.1.27/include/linux/
H A Ddtlk.h13 /* TTS Port Status Flags */
15 byte can be read from the TTS port */
18 output with TTS, PCM or CVSD
25 1, indicates the TTS port is ready
32 bytes are available in the TTS
38 input (TTS or PCM) buffer. AE is
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dsmtdef.c37 #define TTS(x) ((u_long)(x)*1000000L) macro
47 #define DEFAULT_LC_LONG TTS(5)+TTMS(50)
48 #define DEFAULT_LC_EXTENDED TTS(50)+TTMS(50)
54 #define DEFAULT_T_NON_OP TTS(1)
55 #define DEFAULT_T_STUCK TTS(8)
62 #define DEFAULT_TEST_DONE TTS(1)
63 #define DEFAULT_CHECK_POLL TTS(1)
/linux-4.1.27/drivers/char/
H A Ddtlk.c20 (TTS), linear predictive coding (LPC), PCM/ADPCM, and CVSD. It
23 TTS port.
27 read from the TTS port, and index markers (which mark the progress
29 DoubleTalk PC implement index markers. Both the TTS and LPC ports
37 "write" sends bytes to the TTS port. It is the responsibility of
38 the user program to switch modes among TTS, PCM/ADPCM, and CVSD.
466 /* This macro records ten samples read from the TTS port, for later display */ dtlk_dev_probe()
580 ch = inb_p(dtlk_port_tts); /* input from TTS port */ dtlk_read_tts()
649 outb_p(ch, dtlk_port_tts); /* output to TTS port */ dtlk_write_tts()

Completed in 175 milliseconds