Lines Matching +full:0 +full:- +full:128
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30 u8 size; /* 1-11, size of used data bytes. */
42 * cmd 0x8e
44 * offset 0
45 * data 0,0,0,0....
47 #define CMD_INIT 0x8e
51 * cmd 0x80
53 * offset 0
54 * data[0] on return returns the key number, if it changes there's a new
57 #define CMD_KEYPRESS 0x80
61 * cmd 0x81
63 * offset key number [0-1f]
64 * data[0] on return returns the scancode
66 #define CMD_SCANCODE 0x81
70 * cmd 0x04
71 * size 1-11
72 * offset 0-23
75 #define CMD_LCD 0x04
79 * cmd 0x05
81 * offset 0
82 * data[0] 0 OFF / 1 ON
84 #define CMD_LED 0x05
88 * cmd 0x11
90 * offset 0
91 * data[0] 0-0xff volume
93 #define CMD_RING_VOLUME 0x11
97 * cmd 0x02
98 * size 1-11
99 * offset 0->
100 * data binary representation LE16(-freq), LE16(duration) ....
102 #define CMD_RING_NOTE 0x02
106 * cmd 0x03
108 * offset 0
109 * data[0] 0 OFF / 0x24 ON
111 #define CMD_RINGTONE 0x03
115 * cmd 0x09
117 * offset 0
118 * data[0] 0 OFF / 1 ON
120 #define CMD_DIALTONE 0x09
148 #define LCD_LINE1_OFFSET 0
153 _SEG('1', 0,0 , 22,2 , 22,2 , 0,0 , 0,0 , 0,0 , 0,0 ),
167 _SEG('1', 0,0 , 5,1 , 5,1 , 0,0 , 0,0 , 0,0 , 0,0 ),
184 _PIC('.', 0,1 , "TH" ),
185 _PIC('.', 0,2 , "FR" ),
186 _PIC('.', 0,4 , "SA" ),
194 _SEG('8', 22,16, 22,32, 22,64, 22,128, 23,128, 23,64, 23,32 ),
195 _SEG('8', 20,16, 20,32, 20,64, 20,128, 21,128, 21,64, 21,32 ),
196 _SEG('8', 18,16, 18,32, 18,64, 18,128, 19,128, 19,64, 19,32 ),
197 _SEG('8', 16,16, 16,32, 16,64, 16,128, 17,128, 17,64, 17,32 ),
198 _SEG('8', 14,16, 14,32, 14,64, 14,128, 15,128, 15,64, 15,32 ),
199 _SEG('8', 12,16, 12,32, 12,64, 12,128, 13,128, 13,64, 13,32 ),
200 _SEG('8', 10,16, 10,32, 10,64, 10,128, 11,128, 11,64, 11,32 ),
201 _SEG('8', 8,16, 8,32, 8,64, 8,128, 9,128, 9,64, 9,32 ),
202 _SEG('8', 6,16, 6,32, 6,64, 6,128, 7,128, 7,64, 7,32 ),
203 _SEG('8', 4,16, 4,32, 4,64, 4,128, 5,128, 5,64, 5,32 ),
204 _SEG('8', 2,16, 2,32, 2,64, 2,128, 3,128, 3,64, 3,32 ),
205 _SEG('8', 0,16, 0,32, 0,64, 0,128, 1,128, 1,64, 1,32 ),
214 _PIC('.', offsetof(struct yld_status, led) , 0x01, "LED" ),
215 _PIC('.', offsetof(struct yld_status, dialtone) , 0x01, "DIALTONE" ),
216 _PIC('.', offsetof(struct yld_status, ringtone) , 0x24, "RINGTONE" ),