pci-sh7780.c 4.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
/*
 *	Low-Level PCI Support for the SH7780
 *
 *  Dustin McIntire (dustin@sensoria.com)
 *	Derived from arch/i386/kernel/pci-*.c which bore the message:
 *	(c) 1999--2000 Martin Mares <mj@ucw.cz>
 *
 *  Ported to the new API by Paul Mundt <lethal@linux-sh.org>
 *  With cleanup by Paul van Gool <pvangool@mimotech.com>
 *
 *  May be copied or modified under the terms of the GNU General Public
 *  License.  See linux/COPYING for more information.
 *
 */
#undef DEBUG

#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/errno.h>
#include <linux/delay.h>
23
#include "pci-sh4.h"
24

P
Paul Mundt 已提交
25 26 27 28 29 30 31 32 33 34 35 36 37 38
#define INTC_BASE	0xffd00000
#define INTC_ICR0	(INTC_BASE+0x0)
#define INTC_ICR1	(INTC_BASE+0x1c)
#define INTC_INTPRI	(INTC_BASE+0x10)
#define INTC_INTREQ	(INTC_BASE+0x24)
#define INTC_INTMSK0	(INTC_BASE+0x44)
#define INTC_INTMSK1	(INTC_BASE+0x48)
#define INTC_INTMSK2	(INTC_BASE+0x40080)
#define INTC_INTMSKCLR0	(INTC_BASE+0x64)
#define INTC_INTMSKCLR1	(INTC_BASE+0x68)
#define INTC_INTMSKCLR2	(INTC_BASE+0x40084)
#define INTC_INT2MSKR	(INTC_BASE+0x40038)
#define INTC_INT2MSKCR	(INTC_BASE+0x4003c)

39
/*
40 41 42 43 44 45 46
 * Initialization. Try all known PCI access methods. Note that we support
 * using both PCI BIOS and direct access: in such cases, we use I/O ports
 * to access config space.
 *
 * Note that the platform specific initialization (BSC registers, and memory
 * space mapping) will be called via the platform defined function
 * pcibios_init_platform().
47
 */
48
int __init sh7780_pci_init(struct pci_channel *chan)
49
{
50
	unsigned int id;
51
	int ret, match = 0;
52

53
	pr_debug("PCI: Starting intialization.\n");
54

55 56
	chan->reg_base = 0xfe040000;

57
	ctrl_outl(0x00000001, SH7780_PCI_VCR2); /* Enable PCIC */
58 59

	/* check for SH7780/SH7780R hardware */
60
	id = pci_read_reg(chan, SH7780_PCIVID);
61 62
	if ((id & 0xffff) == SH7780_VENDOR_ID) {
		switch ((id >> 16) & 0xffff) {
63
		case SH7763_DEVICE_ID:
64 65 66 67 68 69 70 71 72
		case SH7780_DEVICE_ID:
		case SH7781_DEVICE_ID:
		case SH7785_DEVICE_ID:
			match = 1;
			break;
		}
	}

	if (unlikely(!match)) {
73 74 75 76 77
		printk(KERN_ERR "PCI: This is not an SH7780 (%x)\n", id);
		return -ENODEV;
	}

	/* Setup the INTC */
78 79 80 81 82 83 84 85
	if (mach_is_7780se()) {
		/* ICR0: IRL=use separately */
		ctrl_outl(0x00C00020, INTC_ICR0);
		/* ICR1: detect low level(for 2ndcut) */
		ctrl_outl(0xAAAA0000, INTC_ICR1);
		/* INTPRI: priority=3(all) */
		ctrl_outl(0x33333333, INTC_INTPRI);
	}
86

87
	if ((ret = sh4_pci_check_direct(chan)) != 0)
88 89 90 91 92
		return ret;

	return pcibios_init_platform();
}

M
Magnus Damm 已提交
93 94
int __init sh7780_pcic_init(struct pci_channel *chan,
			    struct sh4_pci_address_map *map)
95 96 97 98 99 100 101 102
{
	u32 word;

	/*
	 * This code is unused for some boards as it is done in the
	 * bootloader and doing it here means the MAC addresses loaded
	 * by the bootloader get lost.
	 */
103
	if (!(map->flags & SH4_PCIC_NO_RESET)) {
104
		/* toggle PCI reset pin */
105
		word = SH4_PCICR_PREFIX | SH4_PCICR_PRST;
M
Magnus Damm 已提交
106
		pci_write_reg(chan, word, SH4_PCICR);
107 108
		/* Wait for a long time... not 1 sec. but long enough */
		mdelay(100);
109
		word = SH4_PCICR_PREFIX;
M
Magnus Damm 已提交
110
		pci_write_reg(chan, word, SH4_PCICR);
111 112 113 114 115 116
	}

	/* set the command/status bits to:
	 * Wait Cycle Control + Parity Enable + Bus Master +
	 * Mem space enable
	 */
M
Magnus Damm 已提交
117
	pci_write_reg(chan, 0x00000046, SH7780_PCICMD);
118 119

	/* define this host as the host bridge */
120
	word = PCI_BASE_CLASS_BRIDGE << 24;
M
Magnus Damm 已提交
121
	pci_write_reg(chan, word, SH7780_PCIRID);
122 123 124 125

	/* Set IO and Mem windows to local address
	 * Make PCI and local address the same for easy 1 to 1 mapping
	 */
M
Magnus Damm 已提交
126 127
	pci_write_reg(chan, map->window0.size - 0xfffff, SH4_PCILSR0);
	pci_write_reg(chan, map->window1.size - 0xfffff, SH4_PCILSR1);
128
	/* Set the values on window 0 PCI config registers */
M
Magnus Damm 已提交
129 130
	pci_write_reg(chan, map->window0.base, SH4_PCILAR0);
	pci_write_reg(chan, map->window0.base, SH7780_PCIMBAR0);
131
	/* Set the values on window 1 PCI config registers */
M
Magnus Damm 已提交
132 133
	pci_write_reg(chan, map->window1.base, SH4_PCILAR1);
	pci_write_reg(chan, map->window1.base, SH7780_PCIMBAR1);
134

M
Magnus Damm 已提交
135 136
	/* Map IO space into PCI IO window:
	 * IO addresses will be translated to the PCI IO window base address
137
	 */
138
	pr_debug("PCI: Mapping IO address 0x%x - 0x%x to base 0x%x\n",
M
Magnus Damm 已提交
139 140
		 chan->io_resource->start, chan->io_resource->end,
		 SH7780_PCI_IO_BASE + chan->io_resource->start);
141 142 143 144 145 146

	/* NOTE: I'm ignoring the PCI error IRQs for now..
	 * TODO: add support for the internal error interrupts and
	 * DMA interrupts...
	 */

147
	/* Apply any last-minute PCIC fixups */
M
Magnus Damm 已提交
148
	pci_fixup_pcic(chan);
149 150 151

	/* SH7780 init done, set central function init complete */
	/* use round robin mode to stop a device starving/overruning */
152
	word = SH4_PCICR_PREFIX | SH4_PCICR_CFIN | SH4_PCICR_FTO;
M
Magnus Damm 已提交
153
	pci_write_reg(chan, word, SH4_PCICR);
154

155
	return 0;
156
}