Home
last modified time | relevance | path

Searched refs:elmmio_space (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/parisc/
H A Dlba_pci.c753 if (ldev->hba.elmmio_space.flags) { in lba_fixup_bus()
755 &(ldev->hba.elmmio_space)); in lba_fixup_bus()
760 (long)ldev->hba.elmmio_space.start, in lba_fixup_bus()
761 (long)ldev->hba.elmmio_space.end); in lba_fixup_bus()
1096 } else if (!lba_dev->hba.elmmio_space.flags) { in lba_pat_resources()
1100 r = &lba_dev->hba.elmmio_space; in lba_pat_resources()
1301 r = &(lba_dev->hba.elmmio_space); in lba_legacy_resources()
1609 if (lba_dev->hba.elmmio_space.flags) in lba_driver_probe()
1610 pci_add_resource_offset(&resources, &lba_dev->hba.elmmio_space, in lba_driver_probe()
H A Ddino.c1021 if (dino_dev->hba.elmmio_space.flags) in dino_probe()
1022 pci_add_resource_offset(&resources, &dino_dev->hba.elmmio_space, in dino_probe()
/openbmc/linux/arch/parisc/include/asm/
H A Dpci.h50 struct resource elmmio_space; /* additional bus addresses < 4Gb */ member