Home
last modified time | relevance | path

Searched refs:bus_start (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/u-boot/board/freescale/mpc837xerdb/
H A Dpci.c13 bus_start: CONFIG_SYS_PCI_MEM_BASE,
19 bus_start: CONFIG_SYS_PCI_MMIO_BASE,
25 bus_start: CONFIG_SYS_PCI_IO_BASE,
34 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
40 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
49 .bus_start = CONFIG_SYS_PCIE2_MEM_BASE,
55 .bus_start = CONFIG_SYS_PCIE2_IO_BASE,
/openbmc/u-boot/board/freescale/mpc8349itx/
H A Dpci.c17 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
23 bus_start: CONFIG_SYS_PCI1_IO_BASE,
29 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
39 bus_start: CONFIG_SYS_PCI2_MEM_BASE,
45 bus_start: CONFIG_SYS_PCI2_IO_BASE,
51 bus_start: CONFIG_SYS_PCI2_MMIO_BASE,
/openbmc/u-boot/board/freescale/mpc837xemds/
H A Dpci.c18 bus_start: CONFIG_SYS_PCI_MEM_BASE,
24 bus_start: CONFIG_SYS_PCI_MMIO_BASE,
30 bus_start: CONFIG_SYS_PCI_IO_BASE,
39 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
45 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
54 .bus_start = CONFIG_SYS_PCIE2_MEM_BASE,
60 .bus_start = CONFIG_SYS_PCIE2_IO_BASE,
/openbmc/u-boot/board/freescale/mpc832xemds/
H A Dpci.c20 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
26 bus_start: CONFIG_SYS_PCI1_IO_BASE,
32 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
42 bus_start: CONFIG_SYS_PCI2_MEM_BASE,
48 bus_start: CONFIG_SYS_PCI2_IO_BASE,
54 bus_start: CONFIG_SYS_PCI2_MMIO_BASE,
/openbmc/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c68 bus_start: CONFIG_SYS_PCI_MEM_BASE,
74 bus_start: CONFIG_SYS_PCI_MMIO_BASE,
80 bus_start: CONFIG_SYS_PCI_IO_BASE,
89 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
95 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
104 .bus_start = CONFIG_SYS_PCIE2_MEM_BASE,
110 .bus_start = CONFIG_SYS_PCIE2_IO_BASE,
/openbmc/u-boot/drivers/pci/
H A Dpci_auto_common.c26 res->bus_lower = res->bus_start ? res->bus_start : 0x1000; in pciauto_region_init()
46 if (addr - res->bus_start + size > res->size) { in pciauto_region_allocate()
74 (unsigned long long)region->bus_start, in pciauto_show_region()
75 (unsigned long long)(region->bus_start + region->size - 1), in pciauto_show_region()
H A Dfsl_pci_init.c60 out_be32(&pi->piwbar, r->bus_start >> 12); in set_inbound_window()
62 out_be32(&pi->piwbear, r->bus_start >> 44); in set_inbound_window()
95 if (bus_start > out_lo) { in fsl_pci_setup_inbound_windows()
101 if ((bus_start + sz) > out_lo) { in fsl_pci_setup_inbound_windows()
102 sz = out_lo - bus_start; in fsl_pci_setup_inbound_windows()
113 (u64)bus_start, (u64)phys_start, (u64)sz); in fsl_pci_setup_inbound_windows()
136 bus_start += pci_sz; in fsl_pci_setup_inbound_windows()
148 bus_start += pci_sz; in fsl_pci_setup_inbound_windows()
182 bus_start += pci_sz; in fsl_pci_setup_inbound_windows()
344 u64 start = hose->regions[r].bus_start; in fsl_pci_init()
[all …]
H A Dpci_common.c161 if (bus_addr >= res->bus_start && in __pci_hose_bus_to_phys()
162 (bus_addr - res->bus_start) < res->size) { in __pci_hose_bus_to_phys()
163 *pa = (bus_addr - res->bus_start + res->phys_start); in __pci_hose_bus_to_phys()
221 bus_addr = phys_addr - res->phys_start + res->bus_start; in __pci_hose_phys_to_bus()
223 if (bus_addr >= res->bus_start && in __pci_hose_phys_to_bus()
224 (bus_addr - res->bus_start) < res->size) { in __pci_hose_phys_to_bus()
H A Dpcie_dw_mvebu.c269 pcie->io.bus_start, pcie->io.size); in pcie_dw_mvebu_read_config()
314 pcie->io.bus_start, pcie->io.size); in pcie_dw_mvebu_write_config()
515 pcie->io.bus_start = hose->regions[0].bus_start; /* IO_bus_addr */ in pcie_dw_mvebu_probe()
519 pcie->mem.bus_start = hose->regions[1].bus_start; /* MEM_bus_addr */ in pcie_dw_mvebu_probe()
524 pcie->mem.bus_start, pcie->mem.size); in pcie_dw_mvebu_probe()
H A Dpcie_layerscape.c201 io->bus_start, in ls_pcie_setup_atu()
209 mem->bus_start, in ls_pcie_setup_atu()
217 pref->bus_start, in ls_pcie_setup_atu()
H A Dpci-uclass.c1234 if (bus_addr >= res->bus_start && in _dm_pci_bus_to_phys()
1235 (bus_addr - res->bus_start) < res->size) { in _dm_pci_bus_to_phys()
1236 *pa = (bus_addr - res->bus_start + res->phys_start); in _dm_pci_bus_to_phys()
1302 bus_addr = phys_addr - res->phys_start + res->bus_start; in _dm_pci_phys_to_bus()
1304 if (bus_addr >= res->bus_start && in _dm_pci_phys_to_bus()
1305 (bus_addr - res->bus_start) < res->size) { in _dm_pci_phys_to_bus()
/openbmc/u-boot/board/freescale/mpc8349emds/
H A Dpci.c16 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
22 bus_start: CONFIG_SYS_PCI1_IO_BASE,
28 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
38 bus_start: CONFIG_SYS_PCI2_MEM_BASE,
44 bus_start: CONFIG_SYS_PCI2_IO_BASE,
50 bus_start: CONFIG_SYS_PCI2_MMIO_BASE,
/openbmc/u-boot/board/sbc8349/
H A Dpci.c20 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
26 bus_start: CONFIG_SYS_PCI1_IO_BASE,
32 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
/openbmc/u-boot/board/tqc/tqm834x/
H A Dpci.c18 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
24 bus_start: CONFIG_SYS_PCI1_IO_BASE,
30 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
/openbmc/u-boot/board/esd/vme8349/
H A Dpci.c24 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
30 bus_start: CONFIG_SYS_PCI1_IO_BASE,
36 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c56 .bus_start = CONFIG_SYS_PCI1_MEM_BASE,
62 .bus_start = CONFIG_SYS_PCI1_MMIO_BASE,
68 .bus_start = CONFIG_SYS_PCI1_IO_BASE,
/openbmc/u-boot/board/mpc8308_p1m/
H A Dmpc8308_p1m.c27 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
33 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
/openbmc/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c139 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
145 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
151 bus_start: CONFIG_SYS_PCI1_IO_BASE,
/openbmc/u-boot/board/ve8313/
H A Dve8313.c153 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
159 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
165 bus_start: CONFIG_SYS_PCI1_IO_BASE,
/openbmc/u-boot/board/freescale/mpc8308rdb/
H A Dmpc8308rdb.c91 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
97 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
/openbmc/linux/drivers/acpi/
H A Dpci_mcfg.c21 u8 bus_start; member
250 if (e->segment == seg && e->bus_start <= bus_res->start && in pci_mcfg_lookup()
302 e->bus_start = mptr->start_bus_number; in pci_mcfg_parse()
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpci.c47 pot->potar = reg->bus_start >> 12; in pci_init_bus()
72 hose->regions[i].bus_start = 0; in pci_init_bus()
H A Dpcie.c130 hose->regions[i].bus_start = 0; in PCIE_OP()
136 hose->regions[i].bus_start = CONFIG_SYS_IMMR; in PCIE_OP()
215 out_le32(&out_win->tarl, reg[i].bus_start); in mpc83xx_pcie_init_bus()
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dhrcon.c312 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
318 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
H A Dstrider.c367 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
373 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,

12