Searched refs:addr_end (Results 1 - 11 of 11) sorted by relevance

/u-boot/arch/x86/cpu/slimbootloader/
H A Dsdram.c56 u64 addr_end; local
70 addr_end = addr_start + data->entry[i].size;
75 if (addr_end > SZ_4G)
76 addr_end = SZ_4G;
78 if (addr_end < total_size)
82 addr_end = rounddown(addr_end - total_size, SZ_4K);
83 if (addr_end >= addr_start) {
84 ram_top = (ulong)addr_end + total_size;
/u-boot/arch/arm/include/asm/arch-imx9/
H A Dtrdc.h14 u32 addr_end, bool sec_access, u32 glbac_id);
/u-boot/arch/arm/include/asm/arch-imx8ulp/
H A Drdc.h22 int trdc_mrc_region_set_access(u32 mrc_x, u32 dom_x, u32 addr_start, u32 addr_end, bool sec_access);
/u-boot/arch/arm/mach-imx/imx8ulp/
H A Drdc.c421 int trdc_mrc_region_set_access(u32 mrc_x, u32 dom_x, u32 addr_start, u32 addr_end, bool sec_access) argument
444 if (addr_start >= end || addr_end <= start || !vld)
459 if (addr_start >= start && addr_end <= end)
470 addr_end &= ~0xfff;
474 writel(addr_end | 0x1, (void __iomem *)(desc_w + 1));
477 writel((addr_end | 0x1 | 0x10), (void __iomem *)(desc_w + 1));
/u-boot/drivers/ram/cadence/
H A Dddr_ctrl.c202 u32 addr_end; local
215 addr_end = addr_start + size - 1;
217 addr_end = addr_start;
227 tmp |= addr_end;
/u-boot/arch/arm/mach-imx/imx9/
H A Dtrdc.c232 u32 addr_end, bool sec_access, u32 glbac_id)
247 addr_end &= ~0x3fff;
265 if (addr_start >= end || addr_end <= start || !vld)
280 if (addr_start >= start && addr_end <= end)
291 debug("[0x%x] [0x%x]\n", addr_start | (glbac_id & 0x7), addr_end | 0x1);
295 writel(addr_end | 0x1, (void __iomem *)(desc_w + 1));
298 writel((addr_end | 0x1 | 0x10), (void __iomem *)(desc_w + 1));
231 trdc_mrc_region_config(ulong trdc_reg, u32 mrc_x, u32 dom_x, u32 addr_start, u32 addr_end, bool sec_access, u32 glbac_id) argument
/u-boot/arch/arm/mach-imx/imx8/
H A Dcpu.c478 sc_faddr_t *addr_end)
493 *addr_end = end;
694 static u64 get_block_size(sc_faddr_t addr_start, sc_faddr_t addr_end) argument
708 if ((addr_end + 1) > end1)
711 if ((addr_end + 1) > end2)
715 return (addr_end - addr_start + 1);
477 get_owned_memreg(sc_rm_mr_t mr, sc_faddr_t *addr_start, sc_faddr_t *addr_end) argument
/u-boot/include/firmware/imx/sci/
H A Dsci.h99 sc_faddr_t addr_end);
103 sc_faddr_t *addr_end);
246 sc_faddr_t addr_end)
258 sc_faddr_t *addr_end)
245 sc_rm_find_memreg(sc_ipc_t ipc, sc_rm_mr_t *mr, sc_faddr_t addr_start, sc_faddr_t addr_end) argument
257 sc_rm_get_memreg_info(sc_ipc_t ipc, sc_rm_mr_t mr, sc_faddr_t *addr_start, sc_faddr_t *addr_end) argument
/u-boot/drivers/ddr/imx/imx8m/
H A Dddr_init.c150 unsigned int addr_end)
154 for (i = addr_start; i <= addr_end; i++) {
149 look_for_max(unsigned int data[], unsigned int addr_start, unsigned int addr_end) argument
/u-boot/drivers/misc/imx8/
H A Dscu_api.c532 sc_faddr_t addr_end)
547 RPC_U32(&msg, 8U) = (u32)(addr_end >> 32ULL);
548 RPC_U32(&msg, 12U) = (u32)(addr_end);
553 printf("%s: start:0x%llx, end:0x%llx res:%d\n", __func__, addr_start, addr_end, RPC_R8(&msg));
590 sc_faddr_t *addr_end)
614 if (addr_end)
615 *addr_end = ((u64)RPC_U32(&msg, 8U) << 32U) |
531 sc_rm_find_memreg(sc_ipc_t ipc, sc_rm_mr_t *mr, sc_faddr_t addr_start, sc_faddr_t addr_end) argument
589 sc_rm_get_memreg_info(sc_ipc_t ipc, sc_rm_mr_t mr, sc_faddr_t *addr_start, sc_faddr_t *addr_end) argument
/u-boot/drivers/ddr/imx/imx9/
H A Dddr_init.c96 unsigned int addr_end)
100 for (i = addr_start; i <= addr_end; i++) {
95 look_for_max(unsigned int data[], unsigned int addr_start, unsigned int addr_end) argument

Completed in 76 milliseconds