Lines Matching +full:0 +full:xff000

43     { 0xf0000, 0xf1000 },
45 { "Soekris", 0, 8 }, /* Soekris Engineering. */
46 { "net4", 0, 8 }, /* net45xx */
47 { "comBIOS", 0, 54 }, /* comBIOS ver. 1.26a 20040819 ... */
48 { NULL, 0, 0 },
53 { 0xf0000, 0xf1000 },
55 { "Soekris", 0, 8 }, /* Soekris Engineering. */
56 { "net5", 0, 8 }, /* net5xxx */
57 { "comBIOS", 0, 54 }, /* comBIOS ver. 1.26a 20040819 ... */
58 { NULL, 0, 0 },
63 { 0xf9000, 0xfa000 },
65 { "PC Engines WRAP", 0, 28 }, /* PC Engines WRAP.1C v1.03 */
66 { "tinyBIOS", 0, 28 }, /* tinyBIOS V1.4a (C)1997-2003 */
67 { NULL, 0, 0 },
72 { 0xf9000, 0xfa000 },
74 { "PC Engines ALIX", 0, 28 }, /* PC Engines ALIX */
75 { "tinyBIOS", 0, 28 }, /* tinyBIOS V1.4a (C)1997-2005 */
76 { NULL, 0, 0 },
81 { 0xfe000, 0xff000 },
85 { NULL, 0, 0 },
103 if (bit < 0) { in led_func()
123 if (bit < 0) { in cs5536_led_func()
128 a = rdmsr(0x5140000c); in cs5536_led_func()
130 a += 0x80; in cs5536_led_func()
149 0xffffffff,
187 p = 0; in geode_watchdog()
193 r = inw(cba + 2) & 0xff00; in geode_watchdog()
194 outw(cba + 2, p | 0xf0 | r); in geode_watchdog()
196 *error = 0; in geode_watchdog()
198 outw(cba, 0); in geode_watchdog()
214 a = rdmsr(0x5140000d); in cs5536_watchdog()
221 outw(a + 6, 0x030e); in cs5536_watchdog()
225 outw(a + 4, 0); in cs5536_watchdog()
227 m = rdmsr(0x51400029); in cs5536_watchdog()
229 wrmsr(0x51400029, m); in cs5536_watchdog()
231 outw(a + 6, 0x8000); in cs5536_watchdog()
233 *error = 0; in cs5536_watchdog()
242 outw(a + 6, 0); in cs5536_watchdog()
243 outw(a + 4, 0); in cs5536_watchdog()
249 * The Advantech PCM-582x watchdog expects 0x1 at I/O port 0x0443
250 * every 1.6 secs +/- 30%. Writing 0x0 disables the watchdog
259 if (u > 0 && u <= WD_TO_1SEC) { in advantech_watchdog()
260 outb(0x0443, 1); in advantech_watchdog()
261 *error = 0; in advantech_watchdog()
263 outb(0x0443, 0); in advantech_watchdog()
271 static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0"; in geode_probe()
274 case 0x0515100b: in geode_probe()
275 if (geode_counter == 0) { in geode_probe()
280 cba = pci_read_config(self, 0x64, 4); in geode_probe()
282 printf("Geode CBA@ 0x%x\n", cba); in geode_probe()
283 geode_counter = cba + 0x08; in geode_probe()
284 outl(cba + 0x0d, 2); in geode_probe()
287 inb(cba + 0x3c), inb(cba + 0x3d)); in geode_probe()
290 NULL, 0); in geode_probe()
294 case 0x0510100b: in geode_probe()
295 gpio = pci_read_config(self, PCIR_BAR(0), 4); in geode_probe()
296 gpio &= ~0x1f; in geode_probe()
300 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
304 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
320 case 0x01011078: in geode_probe()
322 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
325 NULL, 0); in geode_probe()
328 case 0x20801022: in geode_probe()
330 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
334 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
350 printf("MFGPT bar: %jx\n", rdmsr(0x5140000d)); in geode_probe()
351 EVENTHANDLER_REGISTER(watchdog_list, cs5536_watchdog, NULL, 0); in geode_probe()
371 {0, 0}
377 0,
380 DRIVER_MODULE(geode, pci, geode_driver, 0, 0);