Lines Matching refs:pbm_B
416 if (p->pbm_B.io_space.flags) { in __pci_mmap_make_offset_bus()
417 if (lowest > p->pbm_B.io_space.start) in __pci_mmap_make_offset_bus()
418 lowest = p->pbm_B.io_space.start; in __pci_mmap_make_offset_bus()
419 if (highest < p->pbm_B.io_space.end + 1) in __pci_mmap_make_offset_bus()
420 highest = p->pbm_B.io_space.end + 1; in __pci_mmap_make_offset_bus()
428 if (p->pbm_B.mem_space.flags) { in __pci_mmap_make_offset_bus()
429 if (lowest > p->pbm_B.mem_space.start) in __pci_mmap_make_offset_bus()
430 lowest = p->pbm_B.mem_space.start; in __pci_mmap_make_offset_bus()
431 if (highest < p->pbm_B.mem_space.end + 1) in __pci_mmap_make_offset_bus()
432 highest = p->pbm_B.mem_space.end + 1; in __pci_mmap_make_offset_bus()
460 if (p->pbm_B.io_space.flags && in __pci_mmap_make_offset_bus()
461 lowest > p->pbm_B.io_space.start) in __pci_mmap_make_offset_bus()
462 lowest = p->pbm_B.io_space.start; in __pci_mmap_make_offset_bus()
466 if (p->pbm_B.mem_space.flags && in __pci_mmap_make_offset_bus()
467 lowest > p->pbm_B.mem_space.start) in __pci_mmap_make_offset_bus()
468 lowest = p->pbm_B.mem_space.start; in __pci_mmap_make_offset_bus()
619 ((pbm == &pbm->parent->pbm_B) ? 1 : 0)); in pci_controller_num()