3 * Copyright (c) 2005-2006, Intel Corporation.
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms and conditions of the GNU General Public License,
7 * version 2, as published by the Free Software Foundation.
9 * This program is distributed in the hope it will be useful, but WITHOUT
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14 * You should have received a copy of the GNU General Public License along with
15 * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
16 * Place - Suite 330, Boston, MA 02111-1307 USA.
20 #include <linux/pci.h>
21 #include <linux/slab.h>
22 #include <linux/delay.h>
23 #include <linux/jiffies.h>
25 #include <mach/hardware.h>
26 #include <asm/sizes.h>
27 #include <asm/signal.h>
28 #include <asm/mach/pci.h>
31 #define IOP13XX_PCI_DEBUG 0
32 #define PRINTK(x...) ((void)(IOP13XX_PCI_DEBUG && printk(x)))
34 u32 iop13xx_atux_pmmr_offset
; /* This offset can change based on strapping */
35 u32 iop13xx_atue_pmmr_offset
; /* This offset can change based on strapping */
36 static struct pci_bus
*pci_bus_atux
= 0;
37 static struct pci_bus
*pci_bus_atue
= 0;
38 u32 iop13xx_atue_mem_base
;
39 u32 iop13xx_atux_mem_base
;
40 size_t iop13xx_atue_mem_size
;
41 size_t iop13xx_atux_mem_size
;
42 unsigned long iop13xx_pcibios_min_io
= 0;
43 unsigned long iop13xx_pcibios_min_mem
= 0;
45 EXPORT_SYMBOL(iop13xx_atue_mem_base
);
46 EXPORT_SYMBOL(iop13xx_atux_mem_base
);
47 EXPORT_SYMBOL(iop13xx_atue_mem_size
);
48 EXPORT_SYMBOL(iop13xx_atux_mem_size
);
50 int init_atu
= 0; /* Flag to select which ATU(s) to initialize / disable */
51 static unsigned long atux_trhfa_timeout
= 0; /* Trhfa = RST# high to first
54 /* Scan the initialized busses and ioremap the requested memory range
56 void iop13xx_map_pci_memory(void)
61 resource_size_t end
= 0;
63 for (atu
= 0; atu
< 2; atu
++) {
64 bus
= atu
? pci_bus_atue
: pci_bus_atux
;
66 list_for_each_entry(dev
, &bus
->devices
, bus_list
) {
71 max
= DEVICE_COUNT_RESOURCE
;
73 for (i
= 0; i
< max
; i
++) {
74 struct resource
*res
= &dev
->resource
[i
];
75 if (res
->flags
& IORESOURCE_MEM
)
76 end
= max(res
->end
, end
);
82 iop13xx_atux_mem_size
=
83 (end
- IOP13XX_PCIX_LOWER_MEM_RA
) + 1;
85 /* 16MB align the request */
86 if (iop13xx_atux_mem_size
& (SZ_16M
- 1)) {
87 iop13xx_atux_mem_size
&= ~(SZ_16M
- 1);
88 iop13xx_atux_mem_size
+= SZ_16M
;
92 iop13xx_atux_mem_base
=
93 (u32
) __arm_ioremap_pfn(
94 __phys_to_pfn(IOP13XX_PCIX_LOWER_MEM_PA
)
95 , 0, iop13xx_atux_mem_size
, MT_DEVICE
);
96 if (!iop13xx_atux_mem_base
) {
97 printk("%s: atux allocation "
98 "failed\n", __func__
);
102 iop13xx_atux_mem_size
= 0;
103 PRINTK("%s: atu: %d bus_size: %d mem_base: %x\n",
104 __func__
, atu
, iop13xx_atux_mem_size
,
105 iop13xx_atux_mem_base
);
108 iop13xx_atue_mem_size
=
109 (end
- IOP13XX_PCIE_LOWER_MEM_RA
) + 1;
111 /* 16MB align the request */
112 if (iop13xx_atue_mem_size
& (SZ_16M
- 1)) {
113 iop13xx_atue_mem_size
&= ~(SZ_16M
- 1);
114 iop13xx_atue_mem_size
+= SZ_16M
;
118 iop13xx_atue_mem_base
=
119 (u32
) __arm_ioremap_pfn(
120 __phys_to_pfn(IOP13XX_PCIE_LOWER_MEM_PA
)
121 , 0, iop13xx_atue_mem_size
, MT_DEVICE
);
122 if (!iop13xx_atue_mem_base
) {
123 printk("%s: atue allocation "
124 "failed\n", __func__
);
128 iop13xx_atue_mem_size
= 0;
129 PRINTK("%s: atu: %d bus_size: %d mem_base: %x\n",
130 __func__
, atu
, iop13xx_atue_mem_size
,
131 iop13xx_atue_mem_base
);
135 printk("%s: Initialized (%uM @ resource/virtual: %08lx/%08x)\n",
136 atu
? "ATUE" : "ATUX",
137 (atu
? iop13xx_atue_mem_size
: iop13xx_atux_mem_size
) /
139 atu
? IOP13XX_PCIE_LOWER_MEM_RA
:
140 IOP13XX_PCIX_LOWER_MEM_RA
,
141 atu
? iop13xx_atue_mem_base
:
142 iop13xx_atux_mem_base
);
149 static int iop13xx_atu_function(int atu
)
152 /* the function number depends on the value of the
153 * IOP13XX_INTERFACE_SEL_PCIX reset strap
154 * see C-Spec section 3.17
157 case IOP13XX_INIT_ATU_ATUX
:
158 if (__raw_readl(IOP13XX_ESSR0
) & IOP13XX_INTERFACE_SEL_PCIX
)
163 case IOP13XX_INIT_ATU_ATUE
:
164 if (__raw_readl(IOP13XX_ESSR0
) & IOP13XX_INTERFACE_SEL_PCIX
)
176 /* iop13xx_atux_cfg_address - format a configuration address for atux
177 * @bus: Target bus to access
178 * @devfn: Combined device number and function number
179 * @where: Desired register's address offset
181 * Convert the parameters to a configuration address formatted
182 * according the PCI-X 2.0 specification
184 static u32
iop13xx_atux_cfg_address(struct pci_bus
*bus
, int devfn
, int where
)
186 struct pci_sys_data
*sys
= bus
->sysdata
;
189 if (sys
->busnr
== bus
->number
)
190 addr
= 1 << (PCI_SLOT(devfn
) + 16) | (PCI_SLOT(devfn
) << 11);
192 addr
= bus
->number
<< 16 | PCI_SLOT(devfn
) << 11 | 1;
194 addr
|= PCI_FUNC(devfn
) << 8 | ((where
& 0xff) & ~3);
195 addr
|= ((where
& 0xf00) >> 8) << 24; /* upper register number */
200 /* iop13xx_atue_cfg_address - format a configuration address for atue
201 * @bus: Target bus to access
202 * @devfn: Combined device number and function number
203 * @where: Desired register's address offset
205 * Convert the parameters to an address usable by the ATUE_OCCAR
207 static u32
iop13xx_atue_cfg_address(struct pci_bus
*bus
, int devfn
, int where
)
209 struct pci_sys_data
*sys
= bus
->sysdata
;
212 PRINTK("iop13xx_atue_cfg_address: bus: %d dev: %d func: %d",
213 bus
->number
, PCI_SLOT(devfn
), PCI_FUNC(devfn
));
214 addr
= ((u32
) bus
->number
) << IOP13XX_ATUE_OCCAR_BUS_NUM
|
215 ((u32
) PCI_SLOT(devfn
)) << IOP13XX_ATUE_OCCAR_DEV_NUM
|
216 ((u32
) PCI_FUNC(devfn
)) << IOP13XX_ATUE_OCCAR_FUNC_NUM
|
219 if (sys
->busnr
!= bus
->number
)
220 addr
|= 1; /* type 1 access */
225 /* This routine checks the status of the last configuration cycle. If an error
226 * was detected it returns >0, else it returns a 0. The errors being checked
227 * are parity, master abort, target abort (master and target). These types of
228 * errors occure during a config cycle where there is no device, like during
229 * the discovery stage.
231 static int iop13xx_atux_pci_status(int clear
)
237 * Check the status registers.
239 status
= __raw_readw(IOP13XX_ATUX_ATUSR
);
240 if (status
& IOP_PCI_STATUS_ERROR
)
242 PRINTK("\t\t\tPCI error: ATUSR %#08x", status
);
244 __raw_writew(status
& IOP_PCI_STATUS_ERROR
,
248 status
= __raw_readl(IOP13XX_ATUX_ATUISR
);
249 if (status
& IOP13XX_ATUX_ATUISR_ERROR
)
251 PRINTK("\t\t\tPCI error interrupt: ATUISR %#08x", status
);
253 __raw_writel(status
& IOP13XX_ATUX_ATUISR_ERROR
,
254 IOP13XX_ATUX_ATUISR
);
260 /* Simply write the address register and read the configuration
261 * data. Note that the data dependency on %0 encourages an abort
262 * to be detected before we return.
264 static u32
iop13xx_atux_read(unsigned long addr
)
268 __asm__
__volatile__(
273 : "r" (addr
), "r" (IOP13XX_ATUX_OCCAR
), "r" (IOP13XX_ATUX_OCCDR
));
278 /* The read routines must check the error status of the last configuration
279 * cycle. If there was an error, the routine returns all hex f's.
282 iop13xx_atux_read_config(struct pci_bus
*bus
, unsigned int devfn
, int where
,
283 int size
, u32
*value
)
285 unsigned long addr
= iop13xx_atux_cfg_address(bus
, devfn
, where
);
286 u32 val
= iop13xx_atux_read(addr
) >> ((where
& 3) * 8);
288 if (iop13xx_atux_pci_status(1) || is_atux_occdr_error()) {
289 __raw_writel(__raw_readl(IOP13XX_XBG_BECSR
) & 3,
296 return PCIBIOS_SUCCESSFUL
;
300 iop13xx_atux_write_config(struct pci_bus
*bus
, unsigned int devfn
, int where
,
303 unsigned long addr
= iop13xx_atux_cfg_address(bus
, devfn
, where
);
307 val
= iop13xx_atux_read(addr
);
308 if (!iop13xx_atux_pci_status(1) == 0)
309 return PCIBIOS_SUCCESSFUL
;
311 where
= (where
& 3) * 8;
314 val
&= ~(0xff << where
);
316 val
&= ~(0xffff << where
);
318 __raw_writel(val
| value
<< where
, IOP13XX_ATUX_OCCDR
);
320 __raw_writel(addr
, IOP13XX_ATUX_OCCAR
);
321 __raw_writel(value
, IOP13XX_ATUX_OCCDR
);
324 return PCIBIOS_SUCCESSFUL
;
327 static struct pci_ops iop13xx_atux_ops
= {
328 .read
= iop13xx_atux_read_config
,
329 .write
= iop13xx_atux_write_config
,
332 /* This routine checks the status of the last configuration cycle. If an error
333 * was detected it returns >0, else it returns a 0. The errors being checked
334 * are parity, master abort, target abort (master and target). These types of
335 * errors occure during a config cycle where there is no device, like during
336 * the discovery stage.
338 static int iop13xx_atue_pci_status(int clear
)
344 * Check the status registers.
347 /* standard pci status register */
348 status
= __raw_readw(IOP13XX_ATUE_ATUSR
);
349 if (status
& IOP_PCI_STATUS_ERROR
) {
350 PRINTK("\t\t\tPCI error: ATUSR %#08x", status
);
352 __raw_writew(status
& IOP_PCI_STATUS_ERROR
,
357 /* check the normal status bits in the ATUISR */
358 status
= __raw_readl(IOP13XX_ATUE_ATUISR
);
359 if (status
& IOP13XX_ATUE_ATUISR_ERROR
) {
360 PRINTK("\t\t\tPCI error: ATUISR %#08x", status
);
362 __raw_writew(status
& IOP13XX_ATUE_ATUISR_ERROR
,
363 IOP13XX_ATUE_ATUISR
);
366 /* check the PCI-E status if the ATUISR reports an interface error */
367 if (status
& IOP13XX_ATUE_STAT_PCI_IFACE_ERR
) {
368 /* get the unmasked errors */
369 status
= __raw_readl(IOP13XX_ATUE_PIE_STS
) &
370 ~(__raw_readl(IOP13XX_ATUE_PIE_MSK
));
373 PRINTK("\t\t\tPCI-E error: ATUE_PIE_STS %#08x",
374 __raw_readl(IOP13XX_ATUE_PIE_STS
));
377 PRINTK("\t\t\tPCI-E error: ATUE_PIE_STS %#08x",
378 __raw_readl(IOP13XX_ATUE_PIE_STS
));
379 PRINTK("\t\t\tPCI-E error: ATUE_PIE_MSK %#08x",
380 __raw_readl(IOP13XX_ATUE_PIE_MSK
));
385 __raw_writel(status
, IOP13XX_ATUE_PIE_STS
);
393 iop13xx_pcie_map_irq(struct pci_dev
*dev
, u8 idsel
, u8 pin
)
398 case 1: return ATUE_INTA
;
399 case 2: return ATUE_INTB
;
400 case 3: return ATUE_INTC
;
401 case 4: return ATUE_INTD
;
406 static u32
iop13xx_atue_read(unsigned long addr
)
410 __raw_writel(addr
, IOP13XX_ATUE_OCCAR
);
411 val
= __raw_readl(IOP13XX_ATUE_OCCDR
);
418 /* The read routines must check the error status of the last configuration
419 * cycle. If there was an error, the routine returns all hex f's.
422 iop13xx_atue_read_config(struct pci_bus
*bus
, unsigned int devfn
, int where
,
423 int size
, u32
*value
)
426 unsigned long addr
= iop13xx_atue_cfg_address(bus
, devfn
, where
);
428 /* Hide device numbers > 0 on the local PCI-E bus (Type 0 access) */
429 if (!PCI_SLOT(devfn
) || (addr
& 1)) {
430 val
= iop13xx_atue_read(addr
) >> ((where
& 3) * 8);
431 if( iop13xx_atue_pci_status(1) || is_atue_occdr_error() ) {
432 __raw_writel(__raw_readl(IOP13XX_XBG_BECSR
) & 3,
437 PRINTK("addr=%#0lx, val=%#010x", addr
, val
);
443 return PCIBIOS_SUCCESSFUL
;
447 iop13xx_atue_write_config(struct pci_bus
*bus
, unsigned int devfn
, int where
,
450 unsigned long addr
= iop13xx_atue_cfg_address(bus
, devfn
, where
);
454 val
= iop13xx_atue_read(addr
);
455 if (!iop13xx_atue_pci_status(1) == 0)
456 return PCIBIOS_SUCCESSFUL
;
458 where
= (where
& 3) * 8;
461 val
&= ~(0xff << where
);
463 val
&= ~(0xffff << where
);
465 __raw_writel(val
| value
<< where
, IOP13XX_ATUE_OCCDR
);
467 __raw_writel(addr
, IOP13XX_ATUE_OCCAR
);
468 __raw_writel(value
, IOP13XX_ATUE_OCCDR
);
471 return PCIBIOS_SUCCESSFUL
;
474 static struct pci_ops iop13xx_atue_ops
= {
475 .read
= iop13xx_atue_read_config
,
476 .write
= iop13xx_atue_write_config
,
479 /* When a PCI device does not exist during config cycles, the XScale gets a
480 * bus error instead of returning 0xffffffff. We can't rely on the ATU status
481 * bits to tell us that it was indeed a configuration cycle that caused this
482 * error especially in the case when the ATUE link is down. Instead we rely
483 * on data from the south XSI bridge to validate the abort
486 iop13xx_pci_abort(unsigned long addr
, unsigned int fsr
, struct pt_regs
*regs
)
488 PRINTK("Data abort: address = 0x%08lx "
489 "fsr = 0x%03x PC = 0x%08lx LR = 0x%08lx",
490 addr
, fsr
, regs
->ARM_pc
, regs
->ARM_lr
);
492 PRINTK("IOP13XX_XBG_BECSR: %#10x", __raw_readl(IOP13XX_XBG_BECSR
));
493 PRINTK("IOP13XX_XBG_BERAR: %#10x", __raw_readl(IOP13XX_XBG_BERAR
));
494 PRINTK("IOP13XX_XBG_BERUAR: %#10x", __raw_readl(IOP13XX_XBG_BERUAR
));
496 /* If it was an imprecise abort, then we need to correct the
497 * return address to be _after_ the instruction.
502 if (is_atue_occdr_error() || is_atux_occdr_error())
508 /* Scan an IOP13XX PCI bus. nr selects which ATU we use.
510 struct pci_bus
*iop13xx_scan_bus(int nr
, struct pci_sys_data
*sys
)
513 struct pci_bus
*bus
= NULL
;
516 case IOP13XX_INIT_ATU_ATUX
:
517 which_atu
= nr
? 0 : IOP13XX_INIT_ATU_ATUX
;
519 case IOP13XX_INIT_ATU_ATUE
:
520 which_atu
= nr
? 0 : IOP13XX_INIT_ATU_ATUE
;
522 case (IOP13XX_INIT_ATU_ATUX
| IOP13XX_INIT_ATU_ATUE
):
523 which_atu
= nr
? IOP13XX_INIT_ATU_ATUE
: IOP13XX_INIT_ATU_ATUX
;
535 case IOP13XX_INIT_ATU_ATUX
:
536 if (time_after_eq(jiffies
+ msecs_to_jiffies(1000),
537 atux_trhfa_timeout
)) /* ensure not wrap */
538 while(time_before(jiffies
, atux_trhfa_timeout
))
541 bus
= pci_bus_atux
= pci_scan_bus(sys
->busnr
,
545 case IOP13XX_INIT_ATU_ATUE
:
546 bus
= pci_bus_atue
= pci_scan_bus(sys
->busnr
,
555 /* This function is called from iop13xx_pci_init() after assigning valid
556 * values to iop13xx_atue_pmmr_offset. This is the location for common
557 * setup of ATUE for all IOP13XX implementations.
559 void __init
iop13xx_atue_setup(void)
561 int func
= iop13xx_atu_function(IOP13XX_INIT_ATU_ATUE
);
564 #ifdef CONFIG_PCI_MSI
565 /* BAR 0 (inbound msi window) */
566 __raw_writel(IOP13XX_MU_BASE_PHYS
, IOP13XX_MU_MUBAR
);
567 __raw_writel(~(IOP13XX_MU_WINDOW_SIZE
- 1), IOP13XX_ATUE_IALR0
);
568 __raw_writel(IOP13XX_MU_BASE_PHYS
, IOP13XX_ATUE_IATVR0
);
569 __raw_writel(IOP13XX_MU_BASE_PCI
, IOP13XX_ATUE_IABAR0
);
572 /* BAR 1 (1:1 mapping with Physical RAM) */
573 /* Set limit and enable */
574 __raw_writel(~(IOP13XX_MAX_RAM_SIZE
- PHYS_OFFSET
- 1) & ~0x1,
576 __raw_writel(0x0, IOP13XX_ATUE_IAUBAR1
);
578 /* Set base at the top of the reserved address space */
579 __raw_writel(PHYS_OFFSET
| PCI_BASE_ADDRESS_MEM_TYPE_64
|
580 PCI_BASE_ADDRESS_MEM_PREFETCH
, IOP13XX_ATUE_IABAR1
);
582 /* 1:1 mapping with physical ram
583 * (leave big endian byte swap disabled)
585 __raw_writel(0x0, IOP13XX_ATUE_IAUTVR1
);
586 __raw_writel(PHYS_OFFSET
, IOP13XX_ATUE_IATVR1
);
588 /* Outbound window 1 (PCIX/PCIE memory window) */
589 /* 32 bit Address Space */
590 __raw_writel(0x0, IOP13XX_ATUE_OUMWTVR1
);
592 __raw_writel(IOP13XX_ATUE_OUMBAR_ENABLE
|
593 (IOP13XX_PCIE_MEM_PHYS_OFFSET
>> 32),
594 IOP13XX_ATUE_OUMBAR1
);
599 __raw_writel(((IOP13XX_PCIE_LOWER_IO_PA
>> 0x4) & 0xfffff000),
600 IOP13XX_ATUE_OIOBAR
);
601 __raw_writel(IOP13XX_PCIE_LOWER_IO_BA
, IOP13XX_ATUE_OIOWTVR
);
603 /* clear startup errors */
604 iop13xx_atue_pci_status(1);
606 /* OIOBAR function number
608 reg_val
= __raw_readl(IOP13XX_ATUE_OIOBAR
);
611 __raw_writel(reg_val
, IOP13XX_ATUE_OIOBAR
);
613 /* OUMBAR function numbers
615 reg_val
= __raw_readl(IOP13XX_ATUE_OUMBAR0
);
616 reg_val
&= ~(IOP13XX_ATU_OUMBAR_FUNC_NUM_MASK
<<
617 IOP13XX_ATU_OUMBAR_FUNC_NUM
);
618 reg_val
|= func
<< IOP13XX_ATU_OUMBAR_FUNC_NUM
;
619 __raw_writel(reg_val
, IOP13XX_ATUE_OUMBAR0
);
621 reg_val
= __raw_readl(IOP13XX_ATUE_OUMBAR1
);
622 reg_val
&= ~(IOP13XX_ATU_OUMBAR_FUNC_NUM_MASK
<<
623 IOP13XX_ATU_OUMBAR_FUNC_NUM
);
624 reg_val
|= func
<< IOP13XX_ATU_OUMBAR_FUNC_NUM
;
625 __raw_writel(reg_val
, IOP13XX_ATUE_OUMBAR1
);
627 reg_val
= __raw_readl(IOP13XX_ATUE_OUMBAR2
);
628 reg_val
&= ~(IOP13XX_ATU_OUMBAR_FUNC_NUM_MASK
<<
629 IOP13XX_ATU_OUMBAR_FUNC_NUM
);
630 reg_val
|= func
<< IOP13XX_ATU_OUMBAR_FUNC_NUM
;
631 __raw_writel(reg_val
, IOP13XX_ATUE_OUMBAR2
);
633 reg_val
= __raw_readl(IOP13XX_ATUE_OUMBAR3
);
634 reg_val
&= ~(IOP13XX_ATU_OUMBAR_FUNC_NUM_MASK
<<
635 IOP13XX_ATU_OUMBAR_FUNC_NUM
);
636 reg_val
|= func
<< IOP13XX_ATU_OUMBAR_FUNC_NUM
;
637 __raw_writel(reg_val
, IOP13XX_ATUE_OUMBAR3
);
639 /* Enable inbound and outbound cycles
641 reg_val
= __raw_readw(IOP13XX_ATUE_ATUCMD
);
642 reg_val
|= PCI_COMMAND_MEMORY
| PCI_COMMAND_MASTER
|
643 PCI_COMMAND_PARITY
| PCI_COMMAND_SERR
;
644 __raw_writew(reg_val
, IOP13XX_ATUE_ATUCMD
);
646 reg_val
= __raw_readl(IOP13XX_ATUE_ATUCR
);
647 reg_val
|= IOP13XX_ATUE_ATUCR_OUT_EN
|
648 IOP13XX_ATUE_ATUCR_IVM
;
649 __raw_writel(reg_val
, IOP13XX_ATUE_ATUCR
);
652 void __init
iop13xx_atue_disable(void)
656 __raw_writew(0x0, IOP13XX_ATUE_ATUCMD
);
657 __raw_writel(IOP13XX_ATUE_ATUCR_IVM
, IOP13XX_ATUE_ATUCR
);
659 /* wait for cycles to quiesce */
660 while (__raw_readl(IOP13XX_ATUE_PCSR
) & (IOP13XX_ATUE_PCSR_OUT_Q_BUSY
|
661 IOP13XX_ATUE_PCSR_IN_Q_BUSY
|
662 IOP13XX_ATUE_PCSR_LLRB_BUSY
))
665 /* BAR 0 ( Disabled ) */
666 __raw_writel(0x0, IOP13XX_ATUE_IAUBAR0
);
667 __raw_writel(0x0, IOP13XX_ATUE_IABAR0
);
668 __raw_writel(0x0, IOP13XX_ATUE_IAUTVR0
);
669 __raw_writel(0x0, IOP13XX_ATUE_IATVR0
);
670 __raw_writel(0x0, IOP13XX_ATUE_IALR0
);
671 reg_val
= __raw_readl(IOP13XX_ATUE_OUMBAR0
);
672 reg_val
&= ~IOP13XX_ATUE_OUMBAR_ENABLE
;
673 __raw_writel(reg_val
, IOP13XX_ATUE_OUMBAR0
);
675 /* BAR 1 ( Disabled ) */
676 __raw_writel(0x0, IOP13XX_ATUE_IAUBAR1
);
677 __raw_writel(0x0, IOP13XX_ATUE_IABAR1
);
678 __raw_writel(0x0, IOP13XX_ATUE_IAUTVR1
);
679 __raw_writel(0x0, IOP13XX_ATUE_IATVR1
);
680 __raw_writel(0x0, IOP13XX_ATUE_IALR1
);
681 reg_val
= __raw_readl(IOP13XX_ATUE_OUMBAR1
);
682 reg_val
&= ~IOP13XX_ATUE_OUMBAR_ENABLE
;
683 __raw_writel(reg_val
, IOP13XX_ATUE_OUMBAR1
);
685 /* BAR 2 ( Disabled ) */
686 __raw_writel(0x0, IOP13XX_ATUE_IAUBAR2
);
687 __raw_writel(0x0, IOP13XX_ATUE_IABAR2
);
688 __raw_writel(0x0, IOP13XX_ATUE_IAUTVR2
);
689 __raw_writel(0x0, IOP13XX_ATUE_IATVR2
);
690 __raw_writel(0x0, IOP13XX_ATUE_IALR2
);
691 reg_val
= __raw_readl(IOP13XX_ATUE_OUMBAR2
);
692 reg_val
&= ~IOP13XX_ATUE_OUMBAR_ENABLE
;
693 __raw_writel(reg_val
, IOP13XX_ATUE_OUMBAR2
);
695 /* BAR 3 ( Disabled ) */
696 reg_val
= __raw_readl(IOP13XX_ATUE_OUMBAR3
);
697 reg_val
&= ~IOP13XX_ATUE_OUMBAR_ENABLE
;
698 __raw_writel(reg_val
, IOP13XX_ATUE_OUMBAR3
);
703 __raw_writel((IOP13XX_PCIE_LOWER_IO_PA
>> 0x4) & 0xfffff000,
704 IOP13XX_ATUE_OIOBAR
);
705 __raw_writel(IOP13XX_PCIE_LOWER_IO_BA
, IOP13XX_ATUE_OIOWTVR
);
708 /* This function is called from iop13xx_pci_init() after assigning valid
709 * values to iop13xx_atux_pmmr_offset. This is the location for common
710 * setup of ATUX for all IOP13XX implementations.
712 void __init
iop13xx_atux_setup(void)
715 int func
= iop13xx_atu_function(IOP13XX_INIT_ATU_ATUX
);
717 /* Take PCI-X bus out of reset if bootloader hasn't already.
718 * According to spec, we should wait for 2^25 PCI clocks to meet
719 * the PCI timing parameter Trhfa (RST# high to first access).
720 * This is rarely necessary and often ignored.
722 reg_val
= __raw_readl(IOP13XX_ATUX_PCSR
);
723 if (reg_val
& IOP13XX_ATUX_PCSR_P_RSTOUT
) {
724 int msec
= (reg_val
>> IOP13XX_ATUX_PCSR_FREQ_OFFSET
) & 0x7;
725 msec
= 1000 / (8-msec
); /* bits 100=133MHz, 111=>33MHz */
726 __raw_writel(reg_val
& ~IOP13XX_ATUX_PCSR_P_RSTOUT
,
728 atux_trhfa_timeout
= jiffies
+ msecs_to_jiffies(msec
);
731 atux_trhfa_timeout
= jiffies
;
733 #ifdef CONFIG_PCI_MSI
734 /* BAR 0 (inbound msi window) */
735 __raw_writel(IOP13XX_MU_BASE_PHYS
, IOP13XX_MU_MUBAR
);
736 __raw_writel(~(IOP13XX_MU_WINDOW_SIZE
- 1), IOP13XX_ATUX_IALR0
);
737 __raw_writel(IOP13XX_MU_BASE_PHYS
, IOP13XX_ATUX_IATVR0
);
738 __raw_writel(IOP13XX_MU_BASE_PCI
, IOP13XX_ATUX_IABAR0
);
741 /* BAR 1 (1:1 mapping with Physical RAM) */
742 /* Set limit and enable */
743 __raw_writel(~(IOP13XX_MAX_RAM_SIZE
- PHYS_OFFSET
- 1) & ~0x1,
745 __raw_writel(0x0, IOP13XX_ATUX_IAUBAR1
);
747 /* Set base at the top of the reserved address space */
748 __raw_writel(PHYS_OFFSET
| PCI_BASE_ADDRESS_MEM_TYPE_64
|
749 PCI_BASE_ADDRESS_MEM_PREFETCH
, IOP13XX_ATUX_IABAR1
);
751 /* 1:1 mapping with physical ram
752 * (leave big endian byte swap disabled)
754 __raw_writel(0x0, IOP13XX_ATUX_IAUTVR1
);
755 __raw_writel(PHYS_OFFSET
, IOP13XX_ATUX_IATVR1
);
757 /* Outbound window 1 (PCIX/PCIE memory window) */
758 /* 32 bit Address Space */
759 __raw_writel(0x0, IOP13XX_ATUX_OUMWTVR1
);
761 __raw_writel(IOP13XX_ATUX_OUMBAR_ENABLE
|
762 IOP13XX_PCIX_MEM_PHYS_OFFSET
>> 32,
763 IOP13XX_ATUX_OUMBAR1
);
768 __raw_writel((IOP13XX_PCIX_LOWER_IO_PA
>> 0x4) & 0xfffff000,
769 IOP13XX_ATUX_OIOBAR
);
770 __raw_writel(IOP13XX_PCIX_LOWER_IO_BA
, IOP13XX_ATUX_OIOWTVR
);
772 /* clear startup errors */
773 iop13xx_atux_pci_status(1);
775 /* OIOBAR function number
777 reg_val
= __raw_readl(IOP13XX_ATUX_OIOBAR
);
780 __raw_writel(reg_val
, IOP13XX_ATUX_OIOBAR
);
782 /* OUMBAR function numbers
784 reg_val
= __raw_readl(IOP13XX_ATUX_OUMBAR0
);
785 reg_val
&= ~(IOP13XX_ATU_OUMBAR_FUNC_NUM_MASK
<<
786 IOP13XX_ATU_OUMBAR_FUNC_NUM
);
787 reg_val
|= func
<< IOP13XX_ATU_OUMBAR_FUNC_NUM
;
788 __raw_writel(reg_val
, IOP13XX_ATUX_OUMBAR0
);
790 reg_val
= __raw_readl(IOP13XX_ATUX_OUMBAR1
);
791 reg_val
&= ~(IOP13XX_ATU_OUMBAR_FUNC_NUM_MASK
<<
792 IOP13XX_ATU_OUMBAR_FUNC_NUM
);
793 reg_val
|= func
<< IOP13XX_ATU_OUMBAR_FUNC_NUM
;
794 __raw_writel(reg_val
, IOP13XX_ATUX_OUMBAR1
);
796 reg_val
= __raw_readl(IOP13XX_ATUX_OUMBAR2
);
797 reg_val
&= ~(IOP13XX_ATU_OUMBAR_FUNC_NUM_MASK
<<
798 IOP13XX_ATU_OUMBAR_FUNC_NUM
);
799 reg_val
|= func
<< IOP13XX_ATU_OUMBAR_FUNC_NUM
;
800 __raw_writel(reg_val
, IOP13XX_ATUX_OUMBAR2
);
802 reg_val
= __raw_readl(IOP13XX_ATUX_OUMBAR3
);
803 reg_val
&= ~(IOP13XX_ATU_OUMBAR_FUNC_NUM_MASK
<<
804 IOP13XX_ATU_OUMBAR_FUNC_NUM
);
805 reg_val
|= func
<< IOP13XX_ATU_OUMBAR_FUNC_NUM
;
806 __raw_writel(reg_val
, IOP13XX_ATUX_OUMBAR3
);
808 /* Enable inbound and outbound cycles
810 reg_val
= __raw_readw(IOP13XX_ATUX_ATUCMD
);
811 reg_val
|= PCI_COMMAND_MEMORY
| PCI_COMMAND_MASTER
|
812 PCI_COMMAND_PARITY
| PCI_COMMAND_SERR
;
813 __raw_writew(reg_val
, IOP13XX_ATUX_ATUCMD
);
815 reg_val
= __raw_readl(IOP13XX_ATUX_ATUCR
);
816 reg_val
|= IOP13XX_ATUX_ATUCR_OUT_EN
;
817 __raw_writel(reg_val
, IOP13XX_ATUX_ATUCR
);
820 void __init
iop13xx_atux_disable(void)
824 __raw_writew(0x0, IOP13XX_ATUX_ATUCMD
);
825 __raw_writel(0x0, IOP13XX_ATUX_ATUCR
);
827 /* wait for cycles to quiesce */
828 while (__raw_readl(IOP13XX_ATUX_PCSR
) & (IOP13XX_ATUX_PCSR_OUT_Q_BUSY
|
829 IOP13XX_ATUX_PCSR_IN_Q_BUSY
))
832 /* BAR 0 ( Disabled ) */
833 __raw_writel(0x0, IOP13XX_ATUX_IAUBAR0
);
834 __raw_writel(0x0, IOP13XX_ATUX_IABAR0
);
835 __raw_writel(0x0, IOP13XX_ATUX_IAUTVR0
);
836 __raw_writel(0x0, IOP13XX_ATUX_IATVR0
);
837 __raw_writel(0x0, IOP13XX_ATUX_IALR0
);
838 reg_val
= __raw_readl(IOP13XX_ATUX_OUMBAR0
);
839 reg_val
&= ~IOP13XX_ATUX_OUMBAR_ENABLE
;
840 __raw_writel(reg_val
, IOP13XX_ATUX_OUMBAR0
);
842 /* BAR 1 ( Disabled ) */
843 __raw_writel(0x0, IOP13XX_ATUX_IAUBAR1
);
844 __raw_writel(0x0, IOP13XX_ATUX_IABAR1
);
845 __raw_writel(0x0, IOP13XX_ATUX_IAUTVR1
);
846 __raw_writel(0x0, IOP13XX_ATUX_IATVR1
);
847 __raw_writel(0x0, IOP13XX_ATUX_IALR1
);
848 reg_val
= __raw_readl(IOP13XX_ATUX_OUMBAR1
);
849 reg_val
&= ~IOP13XX_ATUX_OUMBAR_ENABLE
;
850 __raw_writel(reg_val
, IOP13XX_ATUX_OUMBAR1
);
852 /* BAR 2 ( Disabled ) */
853 __raw_writel(0x0, IOP13XX_ATUX_IAUBAR2
);
854 __raw_writel(0x0, IOP13XX_ATUX_IABAR2
);
855 __raw_writel(0x0, IOP13XX_ATUX_IAUTVR2
);
856 __raw_writel(0x0, IOP13XX_ATUX_IATVR2
);
857 __raw_writel(0x0, IOP13XX_ATUX_IALR2
);
858 reg_val
= __raw_readl(IOP13XX_ATUX_OUMBAR2
);
859 reg_val
&= ~IOP13XX_ATUX_OUMBAR_ENABLE
;
860 __raw_writel(reg_val
, IOP13XX_ATUX_OUMBAR2
);
862 /* BAR 3 ( Disabled ) */
863 __raw_writel(0x0, IOP13XX_ATUX_IAUBAR3
);
864 __raw_writel(0x0, IOP13XX_ATUX_IABAR3
);
865 __raw_writel(0x0, IOP13XX_ATUX_IAUTVR3
);
866 __raw_writel(0x0, IOP13XX_ATUX_IATVR3
);
867 __raw_writel(0x0, IOP13XX_ATUX_IALR3
);
868 reg_val
= __raw_readl(IOP13XX_ATUX_OUMBAR3
);
869 reg_val
&= ~IOP13XX_ATUX_OUMBAR_ENABLE
;
870 __raw_writel(reg_val
, IOP13XX_ATUX_OUMBAR3
);
875 __raw_writel((IOP13XX_PCIX_LOWER_IO_PA
>> 0x4) & 0xfffff000,
876 IOP13XX_ATUX_OIOBAR
);
877 __raw_writel(IOP13XX_PCIX_LOWER_IO_BA
, IOP13XX_ATUX_OIOWTVR
);
880 void __init
iop13xx_set_atu_mmr_bases(void)
882 /* Based on ESSR0, determine the ATU X/E offsets */
883 switch(__raw_readl(IOP13XX_ESSR0
) &
884 (IOP13XX_CONTROLLER_ONLY
| IOP13XX_INTERFACE_SEL_PCIX
)) {
887 iop13xx_atux_pmmr_offset
= IOP13XX_ATU1_PMMR_OFFSET
;
888 iop13xx_atue_pmmr_offset
= IOP13XX_ATU2_PMMR_OFFSET
;
890 /* IOP13XX_CONTROLLER_ONLY = deasserted
891 * IOP13XX_INTERFACE_SEL_PCIX = asserted
893 case IOP13XX_CONTROLLER_ONLY
:
894 iop13xx_atux_pmmr_offset
= IOP13XX_ATU0_PMMR_OFFSET
;
895 iop13xx_atue_pmmr_offset
= IOP13XX_ATU2_PMMR_OFFSET
;
897 /* IOP13XX_CONTROLLER_ONLY = asserted
898 * IOP13XX_INTERFACE_SEL_PCIX = deasserted
900 case IOP13XX_INTERFACE_SEL_PCIX
:
901 iop13xx_atux_pmmr_offset
= IOP13XX_ATU1_PMMR_OFFSET
;
902 iop13xx_atue_pmmr_offset
= IOP13XX_ATU2_PMMR_OFFSET
;
904 /* both deasserted */
905 case IOP13XX_CONTROLLER_ONLY
| IOP13XX_INTERFACE_SEL_PCIX
:
906 iop13xx_atux_pmmr_offset
= IOP13XX_ATU2_PMMR_OFFSET
;
907 iop13xx_atue_pmmr_offset
= IOP13XX_ATU0_PMMR_OFFSET
;
914 void __init
iop13xx_atu_select(struct hw_pci
*plat_pci
)
918 /* set system defaults
919 * note: if "iop13xx_init_atu=" is specified this autodetect
920 * sequence will be bypassed
922 if (init_atu
== IOP13XX_INIT_ATU_DEFAULT
) {
923 /* check for single/dual interface */
924 if (__raw_readl(IOP13XX_ESSR0
) & IOP13XX_INTERFACE_SEL_PCIX
) {
925 /* ATUE must be present check the device id
926 * to see if ATUX is present.
928 init_atu
|= IOP13XX_INIT_ATU_ATUE
;
929 switch (__raw_readw(IOP13XX_ATUE_DID
) & 0xf0) {
933 init_atu
|= IOP13XX_INIT_ATU_ATUX
;
937 /* ATUX must be present check the device id
938 * to see if ATUE is present.
940 init_atu
|= IOP13XX_INIT_ATU_ATUX
;
941 switch (__raw_readw(IOP13XX_ATUX_DID
) & 0xf0) {
945 init_atu
|= IOP13XX_INIT_ATU_ATUE
;
950 /* check central resource and root complex capability */
951 if (init_atu
& IOP13XX_INIT_ATU_ATUX
)
952 if (!(__raw_readl(IOP13XX_ATUX_PCSR
) &
953 IOP13XX_ATUX_PCSR_CENTRAL_RES
))
954 init_atu
&= ~IOP13XX_INIT_ATU_ATUX
;
956 if (init_atu
& IOP13XX_INIT_ATU_ATUE
)
957 if (__raw_readl(IOP13XX_ATUE_PCSR
) &
958 IOP13XX_ATUE_PCSR_END_POINT
)
959 init_atu
&= ~IOP13XX_INIT_ATU_ATUE
;
962 for (i
= 0; i
< 2; i
++) {
963 if((init_atu
& (1 << i
)) == (1 << i
))
964 plat_pci
->nr_controllers
++;
968 void __init
iop13xx_pci_init(void)
970 /* clear pre-existing south bridge errors */
971 __raw_writel(__raw_readl(IOP13XX_XBG_BECSR
) & 3, IOP13XX_XBG_BECSR
);
973 /* Setup the Min Address for PCI memory... */
974 iop13xx_pcibios_min_mem
= IOP13XX_PCIX_LOWER_MEM_BA
;
976 /* if Linux is given control of an ATU
977 * clear out its prior configuration,
978 * otherwise do not touch the registers
980 if (init_atu
& IOP13XX_INIT_ATU_ATUE
) {
981 iop13xx_atue_disable();
982 iop13xx_atue_setup();
985 if (init_atu
& IOP13XX_INIT_ATU_ATUX
) {
986 iop13xx_atux_disable();
987 iop13xx_atux_setup();
990 hook_fault_code(16+6, iop13xx_pci_abort
, SIGBUS
, 0,
991 "imprecise external abort");
994 /* initialize the pci memory space. handle any combination of
995 * atue and atux enabled/disabled
997 int iop13xx_pci_setup(int nr
, struct pci_sys_data
*sys
)
999 struct resource
*res
;
1006 res
= kcalloc(2, sizeof(struct resource
), GFP_KERNEL
);
1008 panic("PCI: unable to alloc resources");
1011 /* 'nr' assumptions:
1013 * ATUE is 1 when ATUX is also enabled
1014 * ATUE is 0 when ATUX is disabled
1017 case IOP13XX_INIT_ATU_ATUX
:
1018 which_atu
= nr
? 0 : IOP13XX_INIT_ATU_ATUX
;
1020 case IOP13XX_INIT_ATU_ATUE
:
1021 which_atu
= nr
? 0 : IOP13XX_INIT_ATU_ATUE
;
1023 case (IOP13XX_INIT_ATU_ATUX
| IOP13XX_INIT_ATU_ATUE
):
1024 which_atu
= nr
? IOP13XX_INIT_ATU_ATUE
: IOP13XX_INIT_ATU_ATUX
;
1036 case IOP13XX_INIT_ATU_ATUX
:
1037 pcixsr
= __raw_readl(IOP13XX_ATUX_PCIXSR
);
1039 pcixsr
|= sys
->busnr
<< IOP13XX_ATUX_PCIXSR_BUS_NUM
|
1040 0 << IOP13XX_ATUX_PCIXSR_DEV_NUM
|
1041 iop13xx_atu_function(IOP13XX_INIT_ATU_ATUX
)
1042 << IOP13XX_ATUX_PCIXSR_FUNC_NUM
;
1043 __raw_writel(pcixsr
, IOP13XX_ATUX_PCIXSR
);
1045 res
[0].start
= IOP13XX_PCIX_LOWER_IO_PA
+ IOP13XX_PCIX_IO_BUS_OFFSET
;
1046 res
[0].end
= IOP13XX_PCIX_UPPER_IO_PA
;
1047 res
[0].name
= "IQ81340 ATUX PCI I/O Space";
1048 res
[0].flags
= IORESOURCE_IO
;
1050 res
[1].start
= IOP13XX_PCIX_LOWER_MEM_RA
;
1051 res
[1].end
= IOP13XX_PCIX_UPPER_MEM_RA
;
1052 res
[1].name
= "IQ81340 ATUX PCI Memory Space";
1053 res
[1].flags
= IORESOURCE_MEM
;
1054 sys
->mem_offset
= IOP13XX_PCIX_MEM_OFFSET
;
1055 sys
->io_offset
= IOP13XX_PCIX_LOWER_IO_PA
;
1057 case IOP13XX_INIT_ATU_ATUE
:
1058 /* Note: the function number field in the PCSR is ro */
1059 pcsr
= __raw_readl(IOP13XX_ATUE_PCSR
);
1060 pcsr
&= ~(0xfff8 << 16);
1061 pcsr
|= sys
->busnr
<< IOP13XX_ATUE_PCSR_BUS_NUM
|
1062 0 << IOP13XX_ATUE_PCSR_DEV_NUM
;
1064 __raw_writel(pcsr
, IOP13XX_ATUE_PCSR
);
1066 res
[0].start
= IOP13XX_PCIE_LOWER_IO_PA
+ IOP13XX_PCIE_IO_BUS_OFFSET
;
1067 res
[0].end
= IOP13XX_PCIE_UPPER_IO_PA
;
1068 res
[0].name
= "IQ81340 ATUE PCI I/O Space";
1069 res
[0].flags
= IORESOURCE_IO
;
1071 res
[1].start
= IOP13XX_PCIE_LOWER_MEM_RA
;
1072 res
[1].end
= IOP13XX_PCIE_UPPER_MEM_RA
;
1073 res
[1].name
= "IQ81340 ATUE PCI Memory Space";
1074 res
[1].flags
= IORESOURCE_MEM
;
1075 sys
->mem_offset
= IOP13XX_PCIE_MEM_OFFSET
;
1076 sys
->io_offset
= IOP13XX_PCIE_LOWER_IO_PA
;
1077 sys
->map_irq
= iop13xx_pcie_map_irq
;
1084 request_resource(&ioport_resource
, &res
[0]);
1085 request_resource(&iomem_resource
, &res
[1]);
1087 sys
->resource
[0] = &res
[0];
1088 sys
->resource
[1] = &res
[1];
1089 sys
->resource
[2] = NULL
;
1094 u16
iop13xx_dev_id(void)
1096 if (__raw_readl(IOP13XX_ESSR0
) & IOP13XX_INTERFACE_SEL_PCIX
)
1097 return __raw_readw(IOP13XX_ATUE_DID
);
1099 return __raw_readw(IOP13XX_ATUX_DID
);
1102 static int __init
iop13xx_init_atu_setup(char *str
)
1104 init_atu
= IOP13XX_INIT_ATU_NONE
;
1106 while (*str
!= '\0') {
1110 init_atu
|= IOP13XX_INIT_ATU_ATUX
;
1111 init_atu
&= ~IOP13XX_INIT_ATU_NONE
;
1115 init_atu
|= IOP13XX_INIT_ATU_ATUE
;
1116 init_atu
&= ~IOP13XX_INIT_ATU_NONE
;
1122 PRINTK("\"iop13xx_init_atu\" malformed at "
1123 "character: \'%c\'", *str
);
1125 init_atu
= IOP13XX_INIT_ATU_DEFAULT
;
1133 __setup("iop13xx_init_atu", iop13xx_init_atu_setup
);