Lines Matching +full:4 +full:c
5 * (c) Copyright 2005 Webcon, Inc.
7 * Based on ib700wdt.c, which is based on advantechwdt.c which is based
8 * on acquirewdt.c which is based on wdt.c.
10 * (c) Copyright 2001 Charles Howes <chowes@vsol.net>
12 * Based on advantechwdt.c which is based on acquirewdt.c which
13 * is based on wdt.c.
15 * (c) Copyright 2000-2001 Marek Michalkiewicz <marekm@linux.org.pl>
17 * Based on acquirewdt.c which is based on wdt.c.
20 * (c) Copyright 1996 Alan Cox <alan@lxorguk.ukuu.org.uk>,
27 * (c) Copyright 1995 Alan Cox <alan@lxorguk.ukuu.org.uk>
76 * MOV AX,000nH (set multiplier n, from 1-4)
95 * M | 1 2 3 4
101 * 4 | 2.5s 25s 250s 500s
104 * 7 | 4s 40s 400s 800s
109 * C | 6.5s 65s 650s 1300s
118 * For N=4, Timeout = (M+1) * 100s
127 {4, 1}, /* 4 = 2.5s */
130 {7, 1}, /* 7 = 4s */
143 {4, 2}, /* 20 = 25s */
159 {4, 3}, /* 36 = 250s */
171 {0, 4}, /* 48 = 100s */
172 {1, 4}, /* 49 = 200s */
173 {2, 4}, /* 50 = 300s */
174 {3, 4}, /* 51 = 400s */
175 {4, 4}, /* 52 = 500s */
176 {5, 4}, /* 53 = 600s */
177 {6, 4}, /* 54 = 700s */
178 {7, 4}, /* 55 = 800s */
179 {8, 4}, /* 56 = 900s */
180 {9, 4}, /* 57 = 1000s */
181 {0xA, 4}, /* 58 = 1100s */
182 {0xB, 4}, /* 59 = 1200s */
183 {0xC, 4}, /* 60 = 1300s */
184 {0xD, 4}, /* 61 = 1400s */
185 {0xE, 4}, /* 62 = 1500s */
186 {0xF, 4} /* 63 = 1600s */
248 char c; in sbc8360_write() local
249 if (get_user(c, buf + i)) in sbc8360_write()
251 if (c == 'V') in sbc8360_write()
370 else if (wd_multiplier == 4) in sbc8360_init()
404 /* end of sbc8360.c */