| /OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/ |
| H A D | pci.c | 14 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 D | pci.c | 19 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 D | pci.c | 20 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 D | mpc8315erdb.c | 69 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 D | pci.c | 23 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 D | fsl_pci_init.c | 61 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 D | pci_auto_common.c | 27 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 D | pci_common.c | 162 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 D | pcie_dw_rockchip.c | 454 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 D | pci-uclass.c | 1114 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 D | pcie_layerscape.c | 202 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 D | pci.c | 19 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 D | pci.c | 23 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 D | pci.c | 21 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 D | pci.c | 27 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 D | mpc8313erdb.c | 57 .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 D | mpc8323erdb.c | 139 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 D | ve8313.c | 154 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 D | mpc8308_p1m.c | 30 .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 D | mpc8308rdb.c | 94 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE, 100 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | pci_mcfg.c | 21 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 D | pcie.c | 131 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 D | pci.c | 48 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 D | strider.c | 370 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE, 376 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
|
| H A D | hrcon.c | 315 .bus_start = CONFIG_SYS_PCIE1_MEM_BASE, 321 .bus_start = CONFIG_SYS_PCIE1_IO_BASE,
|