Home
last modified time | relevance | path

Searched refs:overhead (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/drivers/ram/
H A DKconfig15 The RAM subsystem adds a small amount of overhead to the image.
24 The RAM subsystem adds a small amount of overhead to the image.
/rk3399_rockchip-uboot/doc/
H A DREADME.iomux75 On a slow machine, such as MPC852T clocked at 66MHz, the overhead associated
81 Using nc as a stdin device results in even more overhead because nc_tstc()
87 In addition, the overhead associated with sending to two devices, when one of
H A DREADME.i2c15 minimal overhead and involves very little code. The scheme can survive
H A DREADME.trace158 will notice this particularly with trvial functions - the overhead of
H A DREADME.rockchip340 overhead and in SPL with a 32KB size limit some shortcuts have been taken.
/rk3399_rockchip-uboot/drivers/clk/
H A DKconfig17 The clock subsystem adds a small amount of overhead to the image.
27 The clock subsystem adds a small amount of overhead to the image.
/rk3399_rockchip-uboot/dts/
H A DKconfig281 For very constrained SPL environments the overhead of decoding
283 is too large. This overhead includes libfdt code as well as the
291 overhead.
303 For very constrained SPL environments the overhead of decoding
305 is too large. This overhead includes libfdt code as well as the
313 overhead.
/rk3399_rockchip-uboot/doc/driver-model/
H A Dof-plat.txt12 The overhead of adding device tree access to U-Boot is fairly modest,
19 case the overhead of device tree access may be too great.
28 This saves the 3KB of code overhead and perhaps a few hundred more bytes due
155 This avoids the code overhead of converting the device tree data to
H A DREADME.txt815 drivers, many of which can/will just re-init anyway. So the overhead of
826 to reduce the driver model overhead.
843 size provide for a small overhead which is acceptable for all but the most
/rk3399_rockchip-uboot/common/spl/
H A Dspl_fit.c259 ulong overhead; in spl_load_fit_image() local
318 overhead = get_aligned_image_overhead(info, offset); in spl_load_fit_image()
328 src = (void *)load_ptr + overhead; in spl_load_fit_image()
/rk3399_rockchip-uboot/common/
H A Ddlmalloc.src84 Minimum overhead per allocated chunk: 4 or 8 bytes
85 Each malloced chunk has a hidden overhead of 4 bytes holding size
88 Minimum allocated size: 4-byte ptrs: 16 bytes (including 4 overhead)
89 8-byte ptrs: 24/32 bytes (including, 4/8 overhead)
111 Maximum overhead wastage per allocated chunk: normally 15 bytes
297 overhead by defining INTERNAL_SIZE_T to be a 32 bit `unsigned int'
702 to avoid measurable overhead, so the default is 0. However, in
1137 INTERNAL_SIZE_T size; /* Size in bytes, including overhead. */
1811 /* For mmapped chunks, the overhead is one SIZE_SZ unit larger, because
1892 /* Note the extra SIZE_SZ overhead as in mmap_chunk(). */
[all …]
/rk3399_rockchip-uboot/drivers/led/
H A DKconfig44 The LED subsystem adds a small amount of overhead to the image.
/rk3399_rockchip-uboot/drivers/pinctrl/
H A DKconfig109 The pinctrl subsystem can add a substantial overhead to the SPL