Searched refs:first_busno (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/83xx/
H A Dpci.c75 hose->first_busno = bus_range ? bus_range[0] : 0;
89 hose->bus_offset = hose->first_busno;
90 mpc83xx_pci2_busno = hose->first_busno;
95 (unsigned long long)rsrc.start, hose->first_busno,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/85xx/
H A Dpci.c66 hose->first_busno = bus_range ? bus_range[0] : 0;
77 hose->bus_offset = hose->first_busno;
78 mpc85xx_pci2_busno = hose->first_busno;
83 (unsigned long long)rsrc.start, hose->first_busno,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dep405.c122 early_write_config_dword(hose, hose->first_busno,
123 PCI_FUNC(hose->first_busno), bar,
125 early_read_config_dword(hose, hose->first_busno,
126 PCI_FUNC(hose->first_busno), bar,
129 hose->first_busno, PCI_SLOT(hose->first_busno),
130 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dbubinga.c190 early_write_config_dword(hose, hose->first_busno,
191 PCI_FUNC(hose->first_busno), bar,
193 early_read_config_dword(hose, hose->first_busno,
194 PCI_FUNC(hose->first_busno), bar,
197 hose->first_busno, PCI_SLOT(hose->first_busno),
198 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dsycamore.c218 early_write_config_dword(hose, hose->first_busno,
219 PCI_FUNC(hose->first_busno), bar,
221 early_read_config_dword(hose, hose->first_busno,
222 PCI_FUNC(hose->first_busno), bar,
225 hose->first_busno, PCI_SLOT(hose->first_busno),
226 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dwalnut.c193 early_write_config_dword(hose, hose->first_busno,
194 PCI_FUNC(hose->first_busno), bar,
196 early_read_config_dword(hose, hose->first_busno,
197 PCI_FUNC(hose->first_busno), bar,
200 hose->first_busno, PCI_SLOT(hose->first_busno),
201 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dcpci405.c164 early_write_config_dword(hose, hose->first_busno,
165 PCI_FUNC(hose->first_busno), bar,
167 early_read_config_dword(hose, hose->first_busno,
168 PCI_FUNC(hose->first_busno), bar,
H A Dbamboo.c261 hose->first_busno = 0;
295 early_write_config_dword(hose, hose->first_busno,
296 PCI_FUNC(hose->first_busno), bar,
298 early_read_config_dword(hose, hose->first_busno,
299 PCI_FUNC(hose->first_busno), bar,
303 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno);
H A Dluan.c237 hose1->first_busno = 0;
247 hose1->last_busno = pciauto_bus_scan(hose1, hose1->first_busno);
250 hose2->first_busno = hose1->last_busno + 1;
260 hose2->last_busno = pciauto_bus_scan(hose2, hose2->first_busno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc83xx_setup.c223 early_read_config_word(hose, hose->first_busno, 0, PCI_COMMAND, &reg16);
225 early_write_config_word(hose, hose->first_busno, 0, PCI_COMMAND, reg16);
230 early_write_config_word(hose, hose->first_busno, 0, PCI_STATUS, 0xffff);
231 early_write_config_byte(hose, hose->first_busno, 0, PCI_LATENCY_TIMER, 0x80);
281 early_read_config_word(hose, hose->first_busno, 0, PCI_COMMAND, &reg16);
283 early_write_config_word(hose, hose->first_busno, 0, PCI_COMMAND, reg16);
288 early_write_config_word(hose, hose->first_busno, 0, PCI_STATUS, 0xffff);
289 early_write_config_byte(hose, hose->first_busno, 0, PCI_LATENCY_TIMER, 0x80);
339 hose1->first_busno = 0;
374 hose1->last_busno = pciauto_bus_scan(hose1, hose1->first_busno);
[all...]
H A Dppc405_pci.c135 hose_a->first_busno = 0;
161 hose_a->last_busno = pciauto_bus_scan(hose_a, hose_a->first_busno);
H A Dm82xx_pci.c297 early_read_config_dword(hose, hose->first_busno, 0, PCI_COMMAND, &val);
300 early_write_config_dword(hose, hose->first_busno, 0, PCI_COMMAND, val);
319 hose->first_busno = 0;
378 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno);
H A Dppc85xx_setup.c270 hose_a->first_busno = 0;
315 hose_a->last_busno = pciauto_bus_scan(hose_a, hose_a->first_busno);
329 hose_b->first_busno = hose_a->last_busno + 1;
358 hose_b->last_busno = pciauto_bus_scan(hose_b, hose_b->first_busno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpal4_pci.c45 hose->first_busno = 0;
71 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno);
H A Dpowerpmc250.c281 hose->first_busno = 0;
291 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno);
H A Dcpci690.c168 bh.hose_a->first_busno = 0;
172 bh.hose_b->first_busno = bh.hose_a->last_busno + 1;
173 mv64x60_set_bus(&bh, 1, bh.hose_b->first_busno);
176 bh.hose_b->first_busno);
H A Dev64260.c303 bh.hose_a->first_busno = 0;
307 bh.hose_b->first_busno = bh.hose_a->last_busno + 1;
308 mv64x60_set_bus(&bh, 1, bh.hose_b->first_busno);
311 bh.hose_b->first_busno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmv64x60_pci.c147 hose->first_busno = bus_range ? bus_range[0] : 0;
151 hose->bus_offset = hose->first_busno;
155 (unsigned long long)rsrc.start, hose->first_busno,
160 primary = (hose->first_busno == 0);
H A Dindirect_pci.c42 if (bus->number != hose->first_busno)
81 if (bus->number != hose->first_busno)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dpci-bridge.h41 int first_busno; member in struct:pci_controller
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/maple/
H A Dpci.c105 if (bus == hose->first_busno) {
205 if (bus == hose->first_busno) {
313 if (bus == hose->first_busno)
410 hose->first_busno = 0xf0;
441 hose->first_busno = 0;
466 hose->first_busno = bus_range ? bus_range[0] : 0;
484 disp_name, hose->first_busno, hose->last_busno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/52xx/
H A Defika.c56 | (((bus->number - hose->first_busno) & 0xff) << 16)
71 | (((bus->number - hose->first_busno) & 0xff) << 16)
140 hose->first_busno = bus_range[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpci.c143 if (bus == hose->first_busno) {
353 if (bus == hose->first_busno) {
481 if (bus == hose->first_busno) {
757 hose->first_busno = 0xf0;
781 hose->first_busno = 0x00;
816 hose->first_busno = 0;
837 hose->last_busno = u4_pcie->first_busno - 1;
925 hose->first_busno = bus_range ? bus_range[0] : 0;
946 " %d->%d\n", disp_name, hose->first_busno, hose->last_busno);
967 disp_name, (unsigned long long)rsrc.start, hose->first_busno,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/chrp/
H A Dpci.c101 | (((bus->number - hose->first_busno) & 0xff) << 16)
116 | (((bus->number - hose->first_busno) & 0xff) << 16)
264 hose->first_busno = bus_range[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dlinkstation.c73 hose->first_busno = bus_range ? bus_range[0] : 0;

Completed in 164 milliseconds

123