Lines Matching +full:0 +full:xcf8
20 /* writing 1 to the reset control register, 0x44 causes the in cs5530a_warm_reset()
22 pci_write_config_byte(dev, 0x44, 0x1); in cs5530a_warm_reset()
38 outl(0x80003840, 0xCF8); in rdc321x_reset()
40 i = inl(0xCFC); in rdc321x_reset()
42 i |= 0x1600; in rdc321x_reset()
43 outl(i, 0xCFC); in rdc321x_reset()
44 outb(1, 0x92); in rdc321x_reset()
51 for (i = 0; i < 10; i++) { in ce4100_reset()
52 outb(0x2, 0xcf9); in ce4100_reset()
66 #define PCI_DEVICE_ID_INTEL_CE4100 0x0708
93 for (i=0; i < ARRAY_SIZE(fixups_table); i++) { in mach_reboot_fixups()