Home
last modified time | relevance | path

Searched refs:phys_start (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dpci.c15 phys_start: CONFIG_SYS_PCI_MEM_PHYS,
21 phys_start: CONFIG_SYS_PCI_MMIO_PHYS,
27 phys_start: CONFIG_SYS_PCI_IO_PHYS,
36 .phys_start = CONFIG_SYS_PCIE1_MEM_PHYS,
42 .phys_start = CONFIG_SYS_PCIE1_IO_PHYS,
51 .phys_start = CONFIG_SYS_PCIE2_MEM_PHYS,
57 .phys_start = CONFIG_SYS_PCIE2_IO_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xemds/
H A Dpci.c20 phys_start: CONFIG_SYS_PCI_MEM_PHYS,
26 phys_start: CONFIG_SYS_PCI_MMIO_PHYS,
32 phys_start: CONFIG_SYS_PCI_IO_PHYS,
41 .phys_start = CONFIG_SYS_PCIE1_MEM_PHYS,
47 .phys_start = CONFIG_SYS_PCIE1_IO_PHYS,
56 .phys_start = CONFIG_SYS_PCIE2_MEM_PHYS,
62 .phys_start = CONFIG_SYS_PCIE2_IO_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A Dpci.c21 phys_start: CONFIG_SYS_PCI1_MEM_PHYS,
27 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
33 phys_start: CONFIG_SYS_PCI1_MMIO_PHYS,
43 phys_start: CONFIG_SYS_PCI2_MEM_PHYS,
49 phys_start: CONFIG_SYS_PCI2_IO_PHYS,
55 phys_start: CONFIG_SYS_PCI2_MMIO_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/
H A Dmpc8315erdb.c70 phys_start: CONFIG_SYS_PCI_MEM_PHYS,
76 phys_start: CONFIG_SYS_PCI_MMIO_PHYS,
82 phys_start: CONFIG_SYS_PCI_IO_PHYS,
91 .phys_start = CONFIG_SYS_PCIE1_MEM_PHYS,
97 .phys_start = CONFIG_SYS_PCIE1_IO_PHYS,
106 .phys_start = CONFIG_SYS_PCIE2_MEM_PHYS,
112 .phys_start = CONFIG_SYS_PCIE2_IO_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/mpc832xemds/
H A Dpci.c24 phys_start: CONFIG_SYS_PCI1_MEM_PHYS,
30 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
36 phys_start: CONFIG_SYS_PCI1_MMIO_PHYS,
46 phys_start: CONFIG_SYS_PCI2_MEM_PHYS,
52 phys_start: CONFIG_SYS_PCI2_IO_PHYS,
58 phys_start: CONFIG_SYS_PCI2_MMIO_PHYS,
/OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/
H A Dfsp_support.c222 phys_addr_t phys_start; in fsp_get_usable_lowmem_top() local
238 phys_start = res_desc->phys_start; in fsp_get_usable_lowmem_top()
240 if (phys_start >= FSP_LOWMEM_BASE && in fsp_get_usable_lowmem_top()
241 phys_start < (phys_addr_t)FSP_HIGHMEM_BASE) in fsp_get_usable_lowmem_top()
284 phys_addr_t phys_start; in fsp_get_usable_highmem_top() local
296 phys_start = res_desc->phys_start; in fsp_get_usable_highmem_top()
298 if (phys_start >= (phys_addr_t)FSP_HIGHMEM_BASE) in fsp_get_usable_highmem_top()
326 return (u64)(res_desc->phys_start); in fsp_get_reserved_mem_from_guid()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dnvs.c20 __u64 phys_start; member
43 region->phys_start = start; in acpi_nvs_register()
57 rc = func(region->phys_start, region->size, data); in acpi_nvs_for_each_region()
74 unsigned long phys_start; member
108 entry->phys_start = start; in suspend_nvs_register()
177 unsigned long phys = entry->phys_start; in suspend_nvs_save()
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349emds/
H A Dpci.c20 phys_start: CONFIG_SYS_PCI1_MEM_PHYS,
26 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
32 phys_start: CONFIG_SYS_PCI1_MMIO_PHYS,
42 phys_start: CONFIG_SYS_PCI2_MEM_PHYS,
48 phys_start: CONFIG_SYS_PCI2_IO_PHYS,
54 phys_start: CONFIG_SYS_PCI2_MMIO_PHYS,
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dfsl_pci_init.c60 out_be32(&pi->pitar, r->phys_start >> 12); in set_inbound_window()
91 phys_addr_t phys_start = CONFIG_SYS_PCI_MEMORY_PHYS; in fsl_pci_setup_inbound_windows() local
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()
138 phys_start += pci_sz; in fsl_pci_setup_inbound_windows()
143 (u64)bus_start, (u64)phys_start, (u64)pci_sz); in fsl_pci_setup_inbound_windows()
144 pci_set_region(r, bus_start, phys_start, pci_sz, in fsl_pci_setup_inbound_windows()
150 phys_start += pci_sz; in fsl_pci_setup_inbound_windows()
[all …]
H A Dpcie_dw_rockchip.c453 PCIE_ATU_TYPE_IO, pcie->io.phys_start, in rockchip_pcie_rd_conf()
483 PCIE_ATU_TYPE_IO, pcie->io.phys_start, in rockchip_pcie_wr_conf()
765 priv->io.phys_start = hose->regions[ret].phys_start; /* IO base */ in rockchip_pcie_probe()
769 priv->mem.phys_start = hose->regions[ret].phys_start; /* MEM base */ in rockchip_pcie_probe()
773 priv->cfg_base = (void *)(priv->io.phys_start - priv->io.size); in rockchip_pcie_probe()
785 priv->io.phys_start, priv->io.phys_start + priv->io.size, in rockchip_pcie_probe()
793 priv->mem.phys_start, priv->mem.phys_start + priv->mem.size, in rockchip_pcie_probe()
802 priv->mem.phys_start, in rockchip_pcie_probe()
H A Dpcie_layerscape.c181 io->phys_start = (io->phys_start & in ls_pcie_setup_atu()
186 mem->phys_start = (mem->phys_start & in ls_pcie_setup_atu()
191 pref->phys_start = (pref->phys_start & in ls_pcie_setup_atu()
201 io->phys_start + offset, in ls_pcie_setup_atu()
209 mem->phys_start + offset, in ls_pcie_setup_atu()
217 pref->phys_start + offset, in ls_pcie_setup_atu()
H A Dpci_auto_common.c72 (unsigned long long)region->phys_start, in pciauto_show_region()
73 (unsigned long long)(region->phys_start + region->size - 1)); in pciauto_show_region()
/OK3568_Linux_fs/u-boot/board/sbc8349/
H A Dpci.c24 phys_start: CONFIG_SYS_PCI1_MEM_PHYS,
30 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
36 phys_start: CONFIG_SYS_PCI1_MMIO_PHYS,
/OK3568_Linux_fs/u-boot/board/tqc/tqm834x/
H A Dpci.c22 phys_start: CONFIG_SYS_PCI1_MEM_PHYS,
28 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
34 phys_start: CONFIG_SYS_PCI1_MMIO_PHYS,
/OK3568_Linux_fs/u-boot/board/esd/vme8349/
H A Dpci.c28 phys_start: CONFIG_SYS_PCI1_MEM_PHYS,
34 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
40 phys_start: CONFIG_SYS_PCI1_MMIO_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8313erdb/
H A Dmpc8313erdb.c58 .phys_start = CONFIG_SYS_PCI1_MEM_PHYS,
64 .phys_start = CONFIG_SYS_PCI1_MMIO_PHYS,
70 .phys_start = CONFIG_SYS_PCI1_IO_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8323erdb/
H A Dmpc8323erdb.c140 phys_start: CONFIG_SYS_PCI1_MEM_PHYS,
146 phys_start: CONFIG_SYS_PCI1_MMIO_PHYS,
152 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
/OK3568_Linux_fs/u-boot/board/ve8313/
H A Dve8313.c155 phys_start: CONFIG_SYS_PCI1_MEM_PHYS,
161 phys_start: CONFIG_SYS_PCI1_MMIO_PHYS,
167 phys_start: CONFIG_SYS_PCI1_IO_PHYS,
/OK3568_Linux_fs/u-boot/board/mpc8308_p1m/
H A Dmpc8308_p1m.c31 .phys_start = CONFIG_SYS_PCIE1_MEM_PHYS,
37 .phys_start = CONFIG_SYS_PCIE1_IO_PHYS,
/OK3568_Linux_fs/u-boot/board/freescale/mpc8308rdb/
H A Dmpc8308rdb.c95 .phys_start = CONFIG_SYS_PCIE1_MEM_PHYS,
101 .phys_start = CONFIG_SYS_PCIE1_IO_PHYS,
/OK3568_Linux_fs/u-boot/arch/x86/cpu/tangier/
H A Dsdram.c115 start = mentry->phys_start; in sfi_setup_e820()
161 gd->bd->bi_dram[bank].start = mentry->phys_start; in sfi_get_bank_size()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dinit.c218 phys_addr_t phys_start = memblock_start_of_DRAM(); in max_zone_phys() local
220 if (phys_start > U32_MAX) in max_zone_phys()
222 else if (phys_start > zone_mask) in max_zone_phys()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpcie.c132 hose->regions[i].phys_start = 0; in PCIE_OP()
138 hose->regions[i].phys_start = CONFIG_SYS_IMMR; in PCIE_OP()
215 out_le32(&out_win->bar, reg[i].phys_start); in mpc83xx_pcie_init_bus()
H A Dpci.c49 pot->pobar = reg->phys_start >> 12; in pci_init_bus()
74 hose->regions[i].phys_start = 0; in pci_init_bus()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dvmlinux.lds.S15 ENTRY(phys_start)
39 phys_start = _start - LOAD_OFFSET; symbol

12