Lines Matching full:pci

3  * linux/arch/arm/mach-sa1100/pci-nanoengine.c
5 * PCI functions for BSE nanoEngine PCI
11 #include <linux/pci.h>
13 #include <asm/mach/pci.h>
42 DEFINE_RES_IO_NAMED(0x400, 0x400, "PCI IO");
45 .name = "PCI non-prefetchable",
48 * but PCI reports just 128 + 8 kbytes. */
55 * nanoEngine PCI reports 1 Megabyte of prefetchable memory, but it
62 pci 0000:00:00.0: [8086:1209] type 0 class 0x000200
63 pci 0000:00:00.0: reg 10: [mem 0x00021000-0x00021fff]
64 pci 0000:00:00.0: reg 14: [io 0x0000-0x003f]
65 pci 0000:00:00.0: reg 18: [mem 0x00000000-0x0001ffff]
66 pci 0000:00:00.0: reg 30: [mem 0x00000000-0x000fffff pref]
67 pci 0000:00:00.0: supports D1 D2
68 pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
69 pci 0000:00:00.0: PME# disabled
70 PCI: bus0: Fast back to back transfers enabled
71 pci 0000:00:00.0: BAR 6: can't assign mem pref (size 0x100000)
72 pci 0000:00:00.0: BAR 2: assigned [mem 0x18600000-0x1861ffff]
73 pci 0000:00:00.0: BAR 2: set to [mem 0x18600000-0x1861ffff] (PCI address [0x0-0x1ffff])
74 pci 0000:00:00.0: BAR 0: assigned [mem 0x18620000-0x18620fff]
75 pci 0000:00:00.0: BAR 0: set to [mem 0x18620000-0x18620fff] (PCI address [0x20000-0x20fff])
76 pci 0000:00:00.0: BAR 1: assigned [io 0x0400-0x043f]
77 pci 0000:00:00.0: BAR 1: set to [io 0x0400-0x043f] (PCI address [0x0-0x3f])
88 pci 0000:00:00.0: [8086:1209] type 0 class 0x000200
89 pci 0000:00:00.0: reg 10: [mem 0x00021000-0x00021fff]
90 pci 0000:00:00.0: reg 14: [io 0x0000-0x003f]
91 pci 0000:00:00.0: reg 18: [mem 0x00000000-0x0001ffff]
92 pci 0000:00:00.0: reg 30: [mem 0x00000000-0x000fffff pref]
93 pci 0000:00:00.0: supports D1 D2
94 pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
95 pci 0000:00:00.0: PME# disabled
96 PCI: bus0: Fast back to back transfers enabled
97 pci 0000:00:00.0: BAR 6: assigned [mem 0x78000000-0x780fffff pref]
98 pci 0000:00:00.0: BAR 2: assigned [mem 0x18600000-0x1861ffff]
99 pci 0000:00:00.0: BAR 2: set to [mem 0x18600000-0x1861ffff] (PCI address [0x0-0x1ffff])
100 pci 0000:00:00.0: BAR 0: assigned [mem 0x18620000-0x18620fff]
101 pci 0000:00:00.0: BAR 0: set to [mem 0x18620000-0x18620fff] (PCI address [0x20000-0x20fff])
102 pci 0000:00:00.0: BAR 1: assigned [io 0x0400-0x043f]
103 pci 0000:00:00.0: BAR 1: set to [io 0x0400-0x043f] (PCI address [0x0-0x3f])
123 .name = "PCI prefetchable",
132 printk(KERN_ERR "PCI: unable to allocate io port region\n"); in pci_nanoengine_setup_resources()
137 printk(KERN_ERR "PCI: unable to allocate non prefetchable\n"); in pci_nanoengine_setup_resources()
143 printk(KERN_ERR "PCI: unable to allocate prefetchable\n"); in pci_nanoengine_setup_resources()