Home
last modified time | relevance | path

Searched refs:child_addr (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
DpSeries_pci.c341 range.child_addr.a_hi); in find_and_init_phbs()
343 range.child_addr.a_mid); in find_and_init_phbs()
345 range.child_addr.a_lo); in find_and_init_phbs()
350 switch ((range.child_addr.a_hi >> 24) & 0x3) { in find_and_init_phbs()
363 res->start = ((((unsigned long) range.child_addr.a_mid) << 32) | (range.child_addr.a_lo)); in find_and_init_phbs()
371 range.child_addr.a_mid) << 32) | in find_and_init_phbs()
372 (range.child_addr.a_lo)); in find_and_init_phbs()
380 range.child_addr.a_mid) << 32) | in find_and_init_phbs()
381 (range.child_addr.a_lo)); in find_and_init_phbs()
/linux-2.4.37.9/include/asm-ppc64/
Dprom.h51 struct pci_address child_addr; member
57 struct pci_address child_addr; member