Home
last modified time | relevance | path

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

12

/u-boot/board/freescale/mpc837xerdb/
A Dpci.c15 bus_start: CONFIG_SYS_PCI_MEM_BASE,
21 bus_start: CONFIG_SYS_PCI_MMIO_BASE,
27 bus_start: CONFIG_SYS_PCI_IO_BASE,
36 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
42 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
51 .bus_start = CONFIG_SYS_PCIE2_MEM_BASE,
57 .bus_start = CONFIG_SYS_PCIE2_IO_BASE,
/u-boot/board/freescale/mpc8349itx/
A Dpci.c19 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
25 bus_start: CONFIG_SYS_PCI1_IO_BASE,
31 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
41 bus_start: CONFIG_SYS_PCI2_MEM_BASE,
47 bus_start: CONFIG_SYS_PCI2_IO_BASE,
53 bus_start: CONFIG_SYS_PCI2_MMIO_BASE,
/u-boot/board/freescale/mpc837xemds/
A Dpci.c21 bus_start: CONFIG_SYS_PCI_MEM_BASE,
27 bus_start: CONFIG_SYS_PCI_MMIO_BASE,
33 bus_start: CONFIG_SYS_PCI_IO_BASE,
42 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
48 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
57 .bus_start = CONFIG_SYS_PCIE2_MEM_BASE,
63 .bus_start = CONFIG_SYS_PCIE2_IO_BASE,
/u-boot/board/freescale/mpc832xemds/
A Dpci.c22 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
28 bus_start: CONFIG_SYS_PCI1_IO_BASE,
34 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
44 bus_start: CONFIG_SYS_PCI2_MEM_BASE,
50 bus_start: CONFIG_SYS_PCI2_IO_BASE,
56 bus_start: CONFIG_SYS_PCI2_MMIO_BASE,
/u-boot/board/freescale/mpc8315erdb/
A Dmpc8315erdb.c72 bus_start: CONFIG_SYS_PCI_MEM_BASE,
78 bus_start: CONFIG_SYS_PCI_MMIO_BASE,
84 bus_start: CONFIG_SYS_PCI_IO_BASE,
93 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
99 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
108 .bus_start = CONFIG_SYS_PCIE2_MEM_BASE,
114 .bus_start = CONFIG_SYS_PCIE2_IO_BASE,
/u-boot/drivers/pci/
A Dpci_auto_common.c28 res->bus_lower = res->bus_start < 0x1000 ? 0x1000 : res->bus_start; in pciauto_region_init()
48 if (addr - res->bus_start + size > res->size) { in pciauto_region_allocate()
78 (unsigned long long)region->bus_start, in pciauto_show_region()
79 (unsigned long long)(region->bus_start + region->size - 1), in pciauto_show_region()
A Dpci_common.c162 if (bus_addr >= res->bus_start && in __pci_hose_bus_to_phys()
163 (bus_addr - res->bus_start) < res->size) { in __pci_hose_bus_to_phys()
164 *pa = (bus_addr - res->bus_start + res->phys_start); in __pci_hose_bus_to_phys()
222 bus_addr = phys_addr - res->phys_start + res->bus_start; in __pci_hose_phys_to_bus()
224 if (bus_addr >= res->bus_start && in __pci_hose_phys_to_bus()
225 (bus_addr - res->bus_start) < res->size) { in __pci_hose_phys_to_bus()
A Dfsl_pci_init.c67 out_be32(&pi->piwbar, r->bus_start >> 12); in set_inbound_window()
69 out_be32(&pi->piwbear, r->bus_start >> 44); in set_inbound_window()
105 if (bus_start > out_lo) { in fsl_pci_setup_inbound_windows()
111 if ((bus_start + sz) > out_lo) { in fsl_pci_setup_inbound_windows()
112 sz = out_lo - bus_start; in fsl_pci_setup_inbound_windows()
123 (u64)bus_start, (u64)phys_start, (u64)sz); in fsl_pci_setup_inbound_windows()
146 bus_start += pci_sz; in fsl_pci_setup_inbound_windows()
158 bus_start += pci_sz; in fsl_pci_setup_inbound_windows()
192 bus_start += pci_sz; in fsl_pci_setup_inbound_windows()
354 u64 start = hose->regions[r].bus_start; in fsl_pci_init()
[all …]
A Dpci_mpc85xx.c96 out_be32(&pcix->potar1, mem->bus_start >> 12); in mpc85xx_pci_dm_probe()
97 out_be32(&pcix->potear1, (u64)mem->bus_start >> 44); in mpc85xx_pci_dm_probe()
104 out_be32(&pcix->potar2, io->bus_start >> 12); in mpc85xx_pci_dm_probe()
105 out_be32(&pcix->potear2, (u64)io->bus_start >> 44); in mpc85xx_pci_dm_probe()
A Dpcie_dw_mvebu.c272 pcie->io.bus_start, pcie->io.size); in pcie_dw_mvebu_read_config()
317 pcie->io.bus_start, pcie->io.size); in pcie_dw_mvebu_write_config()
518 pcie->io.bus_start = hose->regions[0].bus_start; /* IO_bus_addr */ in pcie_dw_mvebu_probe()
522 pcie->mem.bus_start = hose->regions[1].bus_start; /* MEM_bus_addr */ in pcie_dw_mvebu_probe()
527 pcie->mem.bus_start, pcie->mem.size); in pcie_dw_mvebu_probe()
A Dpcie_dw_rockchip.c501 pcie->io.bus_start, in rockchip_pcie_rd_conf()
547 pcie->io.bus_start, in rockchip_pcie_wr_conf()
819 priv->io.bus_start = hose->regions[ret].bus_start; /* IO_bus_addr */ in rockchip_pcie_probe()
823 priv->mem.bus_start = hose->regions[ret].bus_start; /* MEM_bus_addr */ in rockchip_pcie_probe()
842 priv->io.bus_start, priv->io.bus_start + priv->io.size, in rockchip_pcie_probe()
850 priv->mem.bus_start, priv->mem.bus_start + priv->mem.size, in rockchip_pcie_probe()
857 priv->mem.bus_start, in rockchip_pcie_probe()
A Dpcie_dw_ti.c324 pcie->io.bus_start, pcie->io.size); in pcie_dw_ti_read_config()
369 pcie->io.bus_start, pcie->io.size); in pcie_dw_ti_write_config()
659 pci->io.bus_start = hose->regions[0].bus_start; /* IO_bus_addr */ in pcie_dw_ti_probe()
663 pci->mem.bus_start = hose->regions[1].bus_start; /* MEM_bus_addr */ in pcie_dw_ti_probe()
669 pci->mem.bus_start, pci->mem.size); in pcie_dw_ti_probe()
A Dpcie_layerscape_rc.c100 io->bus_start, in ls_pcie_setup_atu()
108 mem->bus_start, in ls_pcie_setup_atu()
116 pref->bus_start, in ls_pcie_setup_atu()
A Dpcie_fsl.c329 io->bus_start, in fsl_pcie_setup_outbound_wins()
337 mem->bus_start, in fsl_pcie_setup_outbound_wins()
345 pci_addr_t bus_start = CONFIG_SYS_PCI_MEMORY_BUS; in fsl_pcie_setup_inbound_wins() local
358 (u64)bus_start, (u64)phys_start, (u64)sz); in fsl_pcie_setup_inbound_wins()
/u-boot/board/sbc8349/
A Dpci.c22 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
28 bus_start: CONFIG_SYS_PCI1_IO_BASE,
34 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
/u-boot/board/freescale/mpc8349emds/
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,
40 bus_start: CONFIG_SYS_PCI2_MEM_BASE,
46 bus_start: CONFIG_SYS_PCI2_IO_BASE,
52 bus_start: CONFIG_SYS_PCI2_MMIO_BASE,
/u-boot/board/tqc/tqm834x/
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,
/u-boot/board/esd/vme8349/
A Dpci.c26 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
32 bus_start: CONFIG_SYS_PCI1_IO_BASE,
38 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
/u-boot/board/freescale/mpc8313erdb/
A Dmpc8313erdb.c60 .bus_start = CONFIG_SYS_PCI1_MEM_BASE,
66 .bus_start = CONFIG_SYS_PCI1_MMIO_BASE,
72 .bus_start = CONFIG_SYS_PCI1_IO_BASE,
/u-boot/board/mpc8308_p1m/
A Dmpc8308_p1m.c30 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
36 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
/u-boot/board/freescale/mpc8323erdb/
A Dmpc8323erdb.c146 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
152 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
158 bus_start: CONFIG_SYS_PCI1_IO_BASE,
/u-boot/board/ve8313/
A Dve8313.c157 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
163 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
169 bus_start: CONFIG_SYS_PCI1_IO_BASE,
/u-boot/board/freescale/mpc8308rdb/
A Dmpc8308rdb.c94 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
100 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dpci.c51 pot->potar = reg->bus_start >> 12; in pci_init_bus()
76 hose->regions[i].bus_start = 0; in pci_init_bus()
A Dpcie.c132 hose->regions[i].bus_start = 0; in PCIE_OP()
138 hose->regions[i].bus_start = CONFIG_SYS_IMMR; in PCIE_OP()
252 out_le32(&out_win->tarl, reg[i].bus_start); in mpc83xx_pcie_init_bus()

Completed in 45 milliseconds

12