Lines Matching +full:1 +full:x64 +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0 */
15 #define TTS_READABLE 0x80 /* mask for bit which is nonzero if a
17 #define TTS_SPEAKING 0x40 /* mask for SYNC bit, which is nonzero
22 #define TTS_SPEAKING2 0x20 /* mask for SYNC2 bit,
25 #define TTS_WRITABLE 0x10 /* mask for RDY bit, which when set to
26 1, indicates the TTS port is ready
28 bit goes zero 2-3 usec after
29 writing, and goes 1 again 180-190
31 #define TTS_ALMOST_FULL 0x08 /* mask for AF bit: When set to 1,
36 #define TTS_ALMOST_EMPTY 0x04 /* mask for AE bit: When set to 1,
40 always 1 in the TGN and CVSD
45 #define LPC_5220_FAST 0x64 /* 5220 format decoding table, fast rate */
51 #define LPC_SPEAKING 0x80 /* mask for TS bit: When set to 1,
54 #define LPC_BUFFER_LOW 0x40 /* mask for BL bit: When set to 1,
59 #define LPC_BUFFER_EMPTY 0x20 /* mask for BE bit: When set to 1,
62 TS is also 1). */
67 unsigned short serial_number; /* 0-7Fh:0-7Fh */
69 unsigned char mode; /* 0=Character; 1=Phoneme; 2=Text */
70 unsigned char punc_level; /* nB; 0-7 */
71 unsigned char formant_freq; /* nF; 0-9 */
72 unsigned char pitch; /* nP; 0-99 */
73 unsigned char speed; /* nS; 0-9 */
74 unsigned char volume; /* nV; 0-9 */
75 unsigned char tone; /* nX; 0-2 */
76 unsigned char expression; /* nE; 0-9 */
77 unsigned char ext_dict_loaded; /* 1=exception dictionary loaded */
78 unsigned char ext_dict_status; /* 1=exception dictionary enabled */
81 unsigned char articulation; /* nA; 0-9 */
82 unsigned char reverb; /* nR; 0-9 */