| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | cache.c | 14 static void __flush_dcache(unsigned long start, unsigned long end) in __flush_dcache() 30 static void __flush_dcache_all(unsigned long start, unsigned long end) in __flush_dcache_all() 49 static void __invalidate_dcache(unsigned long start, unsigned long end) in __invalidate_dcache() 65 static void __flush_icache(unsigned long start, unsigned long end) in __flush_icache() 91 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 108 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
| /rk3399_rockchip-uboot/arch/nds32/lib/ |
| H A D | cache.c | 45 unsigned long end, line_size; in invalidate_icache_all() local 62 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range() 118 void invalidate_icache_range(unsigned long start, unsigned long end) in invalidate_icache_range() 140 unsigned long end, line_size; in dcache_wbinval_all() local 160 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 175 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range() 227 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 231 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | iomem.c | 18 void iomem_show(const char *label, unsigned long base, size_t start, size_t end) in iomem_show() 39 size_t start, size_t end) in iomem_show_by_match() 77 void iomem_show_by_compatible(const char *compat, size_t start, size_t end) in iomem_show_by_compatible() 85 size_t start, end; in do_iomem_by_match() local
|
| /rk3399_rockchip-uboot/arch/x86/lib/efi/ |
| H A D | efi.c | 27 struct efi_mem_desc *desc, *end; in board_get_usable_ram_top() local 73 struct efi_mem_desc *desc, *end; in dram_init() local 97 struct efi_mem_desc *desc, *end; in dram_init_banksize() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/ |
| H A D | cache-uniphier.c | 129 static void uniphier_cache_maint_range(u32 start, u32 end, u32 ways, in uniphier_cache_maint_range() 167 void uniphier_cache_prefetch_range(u32 start, u32 end, u32 ways) in uniphier_cache_prefetch_range() 174 void uniphier_cache_touch_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_range() 181 void uniphier_cache_touch_zero_range(u32 start, u32 end, u32 ways) in uniphier_cache_touch_zero_range() 245 void v7_outer_cache_flush_range(u32 start, u32 end) in v7_outer_cache_flush_range() 250 void v7_outer_cache_inval_range(u32 start, u32 end) in v7_outer_cache_inval_range()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ep93xx_eth.h | 83 struct tx_descriptor *end; member 92 struct tx_status *end; member 101 struct rx_descriptor *end; member 110 struct rx_status *end; member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | vsprintf.c | 157 static char *number(char *buf, char *end, u64 num, in number() 256 static char *string(char *buf, char *end, char *s, int field_width, in string() 276 static char *string16(char *buf, char *end, u16 *s, int field_width, in string16() 297 static char *mac_address_string(char *buf, char *end, u8 *addr, int field_width, in mac_address_string() 316 static char *ip6_addr_string(char *buf, char *end, u8 *addr, int field_width, in ip6_addr_string() 336 static char *ip4_addr_string(char *buf, char *end, u8 *addr, int field_width, in ip4_addr_string() 369 static char *uuid_string(char *buf, char *end, u8 *addr, int field_width, in uuid_string() 412 static char *pointer(const char *fmt, char *buf, char *end, void *ptr, in pointer() 491 char *end = buf + size; in vsnprintf_internal() local
|
| H A D | linux_string.c | 38 char *end; in strim() local
|
| H A D | trace.c | 150 void *end, *ptr = buff; in trace_list_functions() local 194 void *end, *ptr = buff; in trace_list_calls() local 288 char *end; in trace_init() local
|
| /rk3399_rockchip-uboot/arch/x86/cpu/coreboot/ |
| H A D | sdram.c | 62 uint64_t end = memrange->base + memrange->size; in board_get_usable_ram_top() local 94 unsigned long long end = memrange->base + memrange->size; in dram_init() local
|
| /rk3399_rockchip-uboot/lib/libxbc/ |
| H A D | libxbc.c | 66 ulong end = bootconfig_start_addr + bootconfig_size; in addBootConfigParameters() local 97 ulong end = bootconfig_start_addr + bootconfig_size; in addBootConfigTrailer() local
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | imagetool.c | 19 struct image_type_params **end = __stop_image_type; in imagetool_get_type() local 41 struct image_type_params **end = __stop_image_type; in imagetool_verify_print_header() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | flash.c | 56 ulong end; /* last address in current sect */ in flash_protect() local 126 ulong end = addr + cnt - 1; in flash_write() local
|
| H A D | bootstage.c | 71 struct bootstage_record *end; in find_id() local 147 __maybe_unused char *end; in bootstage_mark_code() local 351 static void append_data(char **ptrp, char *end, const void *data, int size) in append_data() 368 char *ptr = base, *end = ptr + size; in bootstage_stash() local 421 const char *ptr = base, *end = ptr + size; in bootstage_unstash() local
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.c | 514 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb32() local 594 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb24() local 664 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb16() local 750 uint8_t *top, *bottom, *end, *data; in bmp_decode_rgb() local 822 uint8_t *top, *bottom, *end; in bmp_decode_mask() local 873 uint8_t *top, *bottom, *end; in bmp_decode_rle8() local 1027 uint8_t *top, *bottom, *end; in bmp_decode_rle4() local
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh4/ |
| H A D | cache.c | 57 void flush_dcache_range(unsigned long start, unsigned long end) in flush_dcache_range() 68 void invalidate_dcache_range(unsigned long start, unsigned long end) in invalidate_dcache_range()
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/ |
| H A D | tzpc.c | 17 unsigned int addr, start = 0, end = 0; in tzpc_init() local
|
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | cache.c | 15 ulong addr, start, end; in flush_cache() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | membuff.h | 35 char *end; /** the end of the buffer (start + length) */ member
|
| H A D | circbuf.h | 19 char *end; /* end of data buffer */ member
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | ci_udc.c | 183 const unsigned long end = start + 2 * sizeof(*head); in ci_flush_qh() local 198 unsigned long end = start + 2 * sizeof(*head); in ci_invalidate_qh() local 213 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_flush_qtd() local 227 const unsigned long end = (unsigned long)td + ILIST_ENT_SZ; in ci_flush_td() local 241 const unsigned long end = start + 2 * ILIST_ENT_SZ; in ci_invalidate_qtd() local 255 const unsigned long end = start + ILIST_ENT_SZ; in ci_invalidate_td() local
|
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | u-boot.lds | 99 PROVIDE (end = .); symbol
|
| /rk3399_rockchip-uboot/env/ |
| H A D | nand.c | 129 size_t end = offset + CONFIG_ENV_RANGE; in writeenv() local 250 size_t end = offset + CONFIG_ENV_RANGE; in readenv() local
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | zimage.c | 21 int bootz_setup(ulong image, ulong *start, ulong *end) in bootz_setup()
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | omap-cache.c | 58 u32 end = start + size; in dram_bank_mmu_setup() local
|