blob: bf194589216fb8bf492926e51f2c73591b719e8d [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Author: MontaVista Software, Inc.
3 * source@mvista.com
4 *
5 * Copyright 2001-2002 MontaVista Software Inc.
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
11 *
12 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
13 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
14 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
15 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
16 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
17 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
18 * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
19 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
20 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
21 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22 *
23 * You should have received a copy of the GNU General Public License along
24 * with this program; if not, write to the Free Software Foundation, Inc.,
25 * 675 Mass Ave, Cambridge, MA 02139, USA.
26 */
Atsushi Nemoto22b1d702008-07-11 00:31:36 +090027#ifndef __ASM_TXX9_RBTX4927_H
28#define __ASM_TXX9_RBTX4927_H
Linus Torvalds1da177e2005-04-16 15:20:36 -070029
Atsushi Nemoto22b1d702008-07-11 00:31:36 +090030#include <asm/txx9/tx4927.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031
Atsushi Nemoto89d63fe2008-07-11 00:33:08 +090032#define RBTX4927_PCIMEM 0x08000000
33#define RBTX4927_PCIMEM_SIZE 0x08000000
34#define RBTX4927_PCIIO 0x16000000
35#define RBTX4927_PCIIO_SIZE 0x01000000
36
37#define rbtx4927_pcireset_addr ((__u8 __iomem *)0xbc00f006UL)
38
39/* bits for ISTAT/IMASK/IMSTAT */
40#define RBTX4927_INTB_PCID 0
41#define RBTX4927_INTB_PCIC 1
42#define RBTX4927_INTB_PCIB 2
43#define RBTX4927_INTB_PCIA 3
44#define RBTX4927_INTF_PCID (1 << RBTX4927_INTB_PCID)
45#define RBTX4927_INTF_PCIC (1 << RBTX4927_INTB_PCIC)
46#define RBTX4927_INTF_PCIB (1 << RBTX4927_INTB_PCIB)
47#define RBTX4927_INTF_PCIA (1 << RBTX4927_INTB_PCIA)
48
Atsushi Nemotoedcaf1a2008-07-11 23:27:54 +090049#define RBTX4927_NR_IRQ_IOC 8 /* IOC */
50
51#define RBTX4927_IRQ_IOC (TXX9_IRQ_BASE + TX4927_NUM_IR)
Atsushi Nemoto89d63fe2008-07-11 00:33:08 +090052#define RBTX4927_IRQ_IOC_PCID (RBTX4927_IRQ_IOC + RBTX4927_INTB_PCID)
53#define RBTX4927_IRQ_IOC_PCIC (RBTX4927_IRQ_IOC + RBTX4927_INTB_PCIC)
54#define RBTX4927_IRQ_IOC_PCIB (RBTX4927_IRQ_IOC + RBTX4927_INTB_PCIB)
55#define RBTX4927_IRQ_IOC_PCIA (RBTX4927_IRQ_IOC + RBTX4927_INTB_PCIA)
56
Atsushi Nemotoedcaf1a2008-07-11 23:27:54 +090057#define RBTX4927_IRQ_IOCINT (TXX9_IRQ_BASE + TX4927_IR_INT(1))
58
Linus Torvalds1da177e2005-04-16 15:20:36 -070059#ifdef CONFIG_PCI
Atsushi Nemoto89d63fe2008-07-11 00:33:08 +090060#define RBTX4927_ISA_IO_OFFSET RBTX4927_PCIIO
Linus Torvalds1da177e2005-04-16 15:20:36 -070061#else
Atsushi Nemoto89d63fe2008-07-11 00:33:08 +090062#define RBTX4927_ISA_IO_OFFSET 0
Linus Torvalds1da177e2005-04-16 15:20:36 -070063#endif
64
Atsushi Nemotoa02eb8d2007-08-28 00:28:09 +090065#define RBTX4927_SW_RESET_DO (void __iomem *)0xbc00f000UL
Linus Torvalds1da177e2005-04-16 15:20:36 -070066#define RBTX4927_SW_RESET_DO_SET 0x01
67
Atsushi Nemotoa02eb8d2007-08-28 00:28:09 +090068#define RBTX4927_SW_RESET_ENABLE (void __iomem *)0xbc00f002UL
Linus Torvalds1da177e2005-04-16 15:20:36 -070069#define RBTX4927_SW_RESET_ENABLE_SET 0x01
70
Atsushi Nemoto89d63fe2008-07-11 00:33:08 +090071#define RBTX4927_RTL_8019_BASE (0x1c020280 - RBTX4927_ISA_IO_OFFSET)
Atsushi Nemotoedcaf1a2008-07-11 23:27:54 +090072#define RBTX4927_RTL_8019_IRQ (TXX9_IRQ_BASE + TX4927_IR_INT(3))
Linus Torvalds1da177e2005-04-16 15:20:36 -070073
Atsushi Nemotoedcaf1a2008-07-11 23:27:54 +090074void rbtx4927_prom_init(void);
75void rbtx4927_irq_setup(void);
76struct pci_dev;
77int rbtx4927_pci_map_irq(const struct pci_dev *dev, u8 slot, u8 pin);
Atsushi Nemotod4414cc2007-07-25 00:53:29 +090078
Atsushi Nemoto22b1d702008-07-11 00:31:36 +090079#endif /* __ASM_TXX9_RBTX4927_H */