asp834x.c (1c96fcdef8c7492ecf34ed70102a1ae5253ef9d1) | asp834x.c (0aafbdf35c75cbfec82636d01e6dc7950bc1507c) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * arch/powerpc/platforms/83xx/asp834x.c 4 * 5 * Analogue & Micro ASP8347 board specific routines 6 * clone of mpc834x_itx 7 * 8 * Copyright 2008 Codehermit --- 27 unchanged lines hidden (view full) --- 36 .name = "ASP8347E", 37 .compatible = "analogue-and-micro,asp8347e", 38 .setup_arch = asp834x_setup_arch, 39 .discover_phbs = mpc83xx_setup_pci, 40 .init_IRQ = mpc83xx_ipic_init_IRQ, 41 .get_irq = ipic_get_irq, 42 .restart = mpc83xx_restart, 43 .time_init = mpc83xx_time_init, | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * arch/powerpc/platforms/83xx/asp834x.c 4 * 5 * Analogue & Micro ASP8347 board specific routines 6 * clone of mpc834x_itx 7 * 8 * Copyright 2008 Codehermit --- 27 unchanged lines hidden (view full) --- 36 .name = "ASP8347E", 37 .compatible = "analogue-and-micro,asp8347e", 38 .setup_arch = asp834x_setup_arch, 39 .discover_phbs = mpc83xx_setup_pci, 40 .init_IRQ = mpc83xx_ipic_init_IRQ, 41 .get_irq = ipic_get_irq, 42 .restart = mpc83xx_restart, 43 .time_init = mpc83xx_time_init, |
44 .calibrate_decr = generic_calibrate_decr, | |
45 .progress = udbg_progress, 46}; | 44 .progress = udbg_progress, 45}; |