ksi8560.c (1c96fcdef8c7492ecf34ed70102a1ae5253ef9d1) | ksi8560.c (0aafbdf35c75cbfec82636d01e6dc7950bc1507c) |
---|---|
1/* 2 * Board setup routines for the Emerson KSI8560 3 * 4 * Author: Alexandr Smirnov <asmirnov@ru.mvista.com> 5 * 6 * Based on mpc85xx_ads.c maintained by Kumar Gala 7 * 8 * 2008 (c) MontaVista, Software, Inc. This file is licensed under --- 166 unchanged lines hidden (view full) --- 175define_machine(ksi8560) { 176 .name = "KSI8560", 177 .compatible = "emerson,KSI8560", 178 .setup_arch = ksi8560_setup_arch, 179 .init_IRQ = ksi8560_pic_init, 180 .show_cpuinfo = ksi8560_show_cpuinfo, 181 .get_irq = mpic_get_irq, 182 .restart = machine_restart, | 1/* 2 * Board setup routines for the Emerson KSI8560 3 * 4 * Author: Alexandr Smirnov <asmirnov@ru.mvista.com> 5 * 6 * Based on mpc85xx_ads.c maintained by Kumar Gala 7 * 8 * 2008 (c) MontaVista, Software, Inc. This file is licensed under --- 166 unchanged lines hidden (view full) --- 175define_machine(ksi8560) { 176 .name = "KSI8560", 177 .compatible = "emerson,KSI8560", 178 .setup_arch = ksi8560_setup_arch, 179 .init_IRQ = ksi8560_pic_init, 180 .show_cpuinfo = ksi8560_show_cpuinfo, 181 .get_irq = mpic_get_irq, 182 .restart = machine_restart, |
183 .calibrate_decr = generic_calibrate_decr, | |
184}; | 183}; |