Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 25 of 56) sorted by relevance

123

/arch/arm/mach-imx/
A Dhab.c209 size_t bytes) in hab_rvt_check_target() argument
445 for (i = 0; i < bytes; i++) { in display_event()
477 &bytes) == HAB_SUCCESS) { in get_hab_status()
484 bytes = sizeof(event_data); in get_hab_status()
754 (csf_size >= bytes)); in chk_bounds()
777 if (bytes != 0) in csf_is_valid()
778 end = start + bytes - 1; in csf_is_valid()
911 size_t bytes; in imx_hab_authenticate_image() local
935 bytes = image_size; in imx_hab_authenticate_image()
1005 (size_t *)&bytes, NULL); in imx_hab_authenticate_image()
[all …]
A Dspl_imx_romapi.c141 u32 bytes; in spl_romapi_read_stream() local
145 bytes = end - ss->end; in spl_romapi_read_stream()
146 bytes += ss->pagesize - 1; in spl_romapi_read_stream()
147 bytes /= ss->pagesize; in spl_romapi_read_stream()
148 bytes *= ss->pagesize; in spl_romapi_read_stream()
150 debug("downloading another 0x%x bytes\n", bytes); in spl_romapi_read_stream()
151 ret = rom_api_download_image(ss->end, 0, bytes); in spl_romapi_read_stream()
154 printf("Failure download %d\n", bytes); in spl_romapi_read_stream()
158 ss->end += bytes; in spl_romapi_read_stream()
/arch/arm/mach-zynqmp/
A Decc_spl_init.c63 u64 bytes; in ecc_dram_bank_init() local
71 bytes = len; in ecc_dram_bank_init()
74 while (bytes > 0) { in ecc_dram_bank_init()
75 size = bytes > ZDMA_TRANSFER_MAX_LEN ? in ecc_dram_bank_init()
76 ZDMA_TRANSFER_MAX_LEN : (u32)bytes; in ecc_dram_bank_init()
149 bytes -= size; in ecc_dram_bank_init()
/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.qspi27 SF: 65536 bytes @ 0x0 Erased: OK
29 SF: 164 bytes @ 0x0 Written: OK
38 SF: 589824 bytes @ 0x10000 Erased: OK
40 SF: 580966 bytes @ 0x10000 Written: OK
/arch/arm/cpu/armv8/
A Dsec_firmware.c332 int sec_firmware_get_random(uint8_t *rand, int bytes) in sec_firmware_get_random() argument
338 if (!bytes || bytes > 8) { in sec_firmware_get_random()
342 if (bytes <= 4) in sec_firmware_get_random()
353 memcpy(rand, &num, bytes); in sec_firmware_get_random()
/arch/x86/cpu/quark/
A DKconfig89 This device is defined in ACPI specification, with 16 bytes in size.
96 This device is defined in ACPI specification, with 16 bytes in size.
115 This device is defined in ACPI specification, with 64 bytes in size.
131 Space in bytes in eSRAM used as Cache-As-ARM (CAR).
/arch/arm/lib/
A Dmemset.S43 stmiage ip!, {r1, r3, r8, lr} @ 64 bytes at a time.
48 ldmfdeq sp!, {r8, pc} @ Now <64 bytes to go.
118 blt 5b @ 1 bytes to align with?
/arch/sandbox/include/asm/
A Dspi.h32 int (*xfer)(void *priv, const u8 *rx, u8 *tx, uint bytes);
/arch/arm/include/asm/armv8/
A Dsec_firmware.h18 int sec_firmware_get_random(uint8_t *rand, int bytes);
/arch/arm/dts/
A Dimx53-kp-u-boot.dtsi16 u-boot,i2c-transaction-bytes = <3>;
A Dbcm283x-rpi-usb-otg.dtsi8 * fifo sizes shouldn't exceed 3776 bytes.
A Drk3288-vyasa-u-boot.dtsi16 /* Add a dummy value to cause of-platdata think this is bytes */
A Drk3288-firefly-u-boot.dtsi22 /* Add a dummy value to cause of-platdata think this is bytes */
/arch/powerpc/lib/
A DKconfig9 many bytes to flush between each schedule() call.
/arch/arm/mach-mvebu/include/mach/
A Defuse.h13 } bytes; member
/arch/x86/cpu/tangier/
A DKconfig29 Space in bytes in eSRAM used as Cache-As-RAM (CAR).
/arch/x86/cpu/qemu/
A DKconfig32 This device is defined in ACPI specification, with 16 bytes in size.
/arch/x86/lib/
A Dcoreboot_table.c35 void *high_table_malloc(size_t bytes) in high_table_malloc() argument
40 new_ptr = gd->arch.high_table_ptr + bytes; in high_table_malloc()
/arch/mips/mach-octeon/
A Dcvmx-pko3-compat.c88 unsigned int segs = 0, bytes = 0; in cvmx_pko3_legacy_bufptr_validate() local
107 bytes += vptr[segs].s.size; in cvmx_pko3_legacy_bufptr_validate()
108 delta = bytes - total_bytes; in cvmx_pko3_legacy_bufptr_validate()
116 bytes += ptr.s.size; in cvmx_pko3_legacy_bufptr_validate()
121 delta = bytes - total_bytes; in cvmx_pko3_legacy_bufptr_validate()
/arch/arm/mach-k3/r5/
A DKconfig34 in raw mode. Units: MMC sectors (1 sector = 512 bytes).
49 Amount of memory (in bytes) reserved through dynamic allocation at
/arch/powerpc/dts/
A Dkm836x.dtsi22 d-cache-line-size = <32>; /* 32 bytes */
23 i-cache-line-size = <32>; /* 32 bytes */
A Dcmpcpro.dts39 d-cache-line-size = <0x20>; // 32 bytes
40 i-cache-line-size = <0x20>; // 32 bytes
A Dkm8321.dtsi19 d-cache-line-size = <32>; // 32 bytes
20 i-cache-line-size = <32>; // 32 bytes
/arch/x86/cpu/
A Du-boot-spl.lds57 * from 4 to 32 bytes.
/arch/arc/lib/
A D_millicodethunk.S73 st r15, [sp,8] ; minimum function size to avoid stall: 6 bytes.
141 ld r15, [sp,8] ; minimum function size to avoid stall: 6 bytes.

Completed in 70 milliseconds

123