Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dpci.c14 bus_start: CONFIG_SYS_PCI_MEM_BASE,
20 bus_start: CONFIG_SYS_PCI_MMIO_BASE,
26 bus_start: CONFIG_SYS_PCI_IO_BASE,
35 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
41 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
50 .bus_start = CONFIG_SYS_PCIE2_MEM_BASE,
56 .bus_start = CONFIG_SYS_PCIE2_IO_BASE,
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dpci.c19 bus_start: CONFIG_SYS_PCI_MEM_BASE,
25 bus_start: CONFIG_SYS_PCI_MMIO_BASE,
31 bus_start: CONFIG_SYS_PCI_IO_BASE,
40 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
46 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
55 .bus_start = CONFIG_SYS_PCIE2_MEM_BASE,
61 .bus_start = CONFIG_SYS_PCIE2_IO_BASE,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
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,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c69 bus_start: CONFIG_SYS_PCI_MEM_BASE,
75 bus_start: CONFIG_SYS_PCI_MMIO_BASE,
81 bus_start: CONFIG_SYS_PCI_IO_BASE,
90 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
96 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
105 .bus_start = CONFIG_SYS_PCIE2_MEM_BASE,
111 .bus_start = CONFIG_SYS_PCIE2_IO_BASE,
/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dpci.c23 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
29 bus_start: CONFIG_SYS_PCI1_IO_BASE,
35 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
45 bus_start: CONFIG_SYS_PCI2_MEM_BASE,
51 bus_start: CONFIG_SYS_PCI2_IO_BASE,
57 bus_start: CONFIG_SYS_PCI2_MMIO_BASE,
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dfsl_pci_init.c61 out_be32(&pi->piwbar, r->bus_start >> 12); in set_inbound_window()
63 out_be32(&pi->piwbear, r->bus_start >> 44); in set_inbound_window()
92 pci_addr_t bus_start = CONFIG_SYS_PCI_MEMORY_BUS; in fsl_pci_setup_inbound_windows() local
96 if (bus_start > out_lo) { in fsl_pci_setup_inbound_windows()
102 if ((bus_start + sz) > out_lo) { in fsl_pci_setup_inbound_windows()
103 sz = out_lo - bus_start; in fsl_pci_setup_inbound_windows()
114 (u64)bus_start, (u64)phys_start, (u64)sz); in fsl_pci_setup_inbound_windows()
115 pci_set_region(r, bus_start, phys_start, sz, in fsl_pci_setup_inbound_windows()
130 (u64)bus_start, (u64)phys_start, (u64)pci_sz); in fsl_pci_setup_inbound_windows()
131 pci_set_region(r, bus_start, phys_start, pci_sz, in fsl_pci_setup_inbound_windows()
[all …]
H A Dpci_auto_common.c27 res->bus_lower = res->bus_start ? res->bus_start : 0x1000; in pciauto_region_init()
47 if (addr - res->bus_start + size > res->size) { in pciauto_region_allocate()
70 (unsigned long long)region->bus_start, in pciauto_show_region()
71 (unsigned long long)(region->bus_start + region->size - 1), in pciauto_show_region()
H 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()
H A Dpcie_dw_rockchip.c454 pcie->io.bus_start, pcie->io.size); in rockchip_pcie_rd_conf()
484 pcie->io.bus_start, pcie->io.size); in rockchip_pcie_wr_conf()
766 priv->io.bus_start = hose->regions[ret].bus_start; /* IO_bus_addr */ in rockchip_pcie_probe()
770 priv->mem.bus_start = hose->regions[ret].bus_start; /* MEM_bus_addr */ in rockchip_pcie_probe()
789 priv->io.bus_start, priv->io.bus_start + priv->io.size, in rockchip_pcie_probe()
797 priv->mem.bus_start, priv->mem.bus_start + priv->mem.size, in rockchip_pcie_probe()
803 priv->mem.bus_start, priv->mem.size); in rockchip_pcie_probe()
H A Dpci-uclass.c1114 if (bus_addr >= res->bus_start && in _dm_pci_bus_to_phys()
1115 (bus_addr - res->bus_start) < res->size) { in _dm_pci_bus_to_phys()
1116 *pa = (bus_addr - res->bus_start + res->phys_start); in _dm_pci_bus_to_phys()
1177 bus_addr = phys_addr - res->phys_start + res->bus_start; in _dm_pci_phys_to_bus()
1179 if (bus_addr >= res->bus_start && in _dm_pci_phys_to_bus()
1180 (bus_addr - res->bus_start) < res->size) { in _dm_pci_phys_to_bus()
H A Dpcie_layerscape.c202 io->bus_start, in ls_pcie_setup_atu()
210 mem->bus_start, in ls_pcie_setup_atu()
218 pref->bus_start, in ls_pcie_setup_atu()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/
H 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,
/OK3568_Linux_fs/u-boot/board/sbc8349/
H A Dpci.c23 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
29 bus_start: CONFIG_SYS_PCI1_IO_BASE,
35 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dpci.c21 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
27 bus_start: CONFIG_SYS_PCI1_IO_BASE,
33 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
/OK3568_Linux_fs/u-boot/board/esd/vme8349/
H A Dpci.c27 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
33 bus_start: CONFIG_SYS_PCI1_IO_BASE,
39 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c57 .bus_start = CONFIG_SYS_PCI1_MEM_BASE,
63 .bus_start = CONFIG_SYS_PCI1_MMIO_BASE,
69 .bus_start = CONFIG_SYS_PCI1_IO_BASE,
/OK3568_Linux_fs/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,
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c154 bus_start: CONFIG_SYS_PCI1_MEM_BASE,
160 bus_start: CONFIG_SYS_PCI1_MMIO_BASE,
166 bus_start: CONFIG_SYS_PCI1_IO_BASE,
/OK3568_Linux_fs/u-boot/board/mpc8308_p1m/
H A Dmpc8308_p1m.c30 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
36 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8308rdb/
H A Dmpc8308rdb.c94 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
100 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_mcfg.c21 u8 bus_start; member
238 if (e->segment == seg && e->bus_start <= bus_res->start && in pci_mcfg_lookup()
290 e->bus_start = mptr->start_bus_number; in pci_mcfg_parse()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpcie.c131 hose->regions[i].bus_start = 0; in PCIE_OP()
137 hose->regions[i].bus_start = CONFIG_SYS_IMMR; in PCIE_OP()
216 out_le32(&out_win->tarl, reg[i].bus_start); in mpc83xx_pcie_init_bus()
H A Dpci.c48 pot->potar = reg->bus_start >> 12; in pci_init_bus()
73 hose->regions[i].bus_start = 0; in pci_init_bus()
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dstrider.c370 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
376 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
H A Dhrcon.c315 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE,
321 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,

12