2 * arch/ppc/kernel/harrier.h
4 * Definitions for Motorola MCG Harrier North Bridge & Memory controller
6 * Author: Dale Farnsworth
7 * dale.farnsworth@mvista.com
9 * Modified by: Randy Vinson
12 * Copyright 2001-2002 MontaVista Software Inc.
14 * This program is free software; you can redistribute it and/or modify it
15 * under the terms of the GNU General Public License as published by the
16 * Free Software Foundation; either version 2 of the License, or (at your
17 * option) any later version.
20 #ifndef __ASMPPC_HARRIER_H
21 #define __ASMPPC_HARRIER_H
23 #include <linux/types.h>
24 #include <asm/pci-bridge.h>
26 struct pci_controller
;
27 int harrier_init(struct pci_controller
*hose
,
29 ulong processor_pci_mem_start
,
30 ulong processor_pci_mem_end
,
31 ulong processor_pci_io_start
,
32 ulong processor_pci_io_end
,
33 ulong processor_mpic_base
);
35 unsigned long harrier_get_mem_size(uint smc_base
);
37 int harrier_mpic_init(unsigned int pci_mem_offset
);
39 void harrier_setup_nonmonarch(uint ppc_reg_base
,
41 void harrier_release_eready(uint ppc_reg_base
);
43 void harrier_wait_eready(uint ppc_reg_base
);
45 #endif /* __ASMPPC_HARRIER_H */