Home
last modified time | relevance | path

Searched refs:used (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/u-boot/cmd/
A Dtrace.c34 size_t buff_size, avail, buff_ptr, needed, used; in create_func_list() local
45 used = min(avail, (size_t)needed); in create_func_list()
47 (ulong)map_to_sysmem(buff + buff_ptr), used); in create_func_list()
50 env_set_hex("profoffset", buff_ptr + used); in create_func_list()
57 size_t buff_size, avail, buff_ptr, needed, used; in create_call_list() local
68 used = min(avail, (size_t)needed); in create_call_list()
70 (ulong)map_to_sysmem(buff + buff_ptr), used); in create_call_list()
74 env_set_hex("profoffset", buff_ptr + used); in create_call_list()
/u-boot/scripts/
A DMakefile.lib51 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
52 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
53 multi-used := $(multi-used-y) $(multi-used-m)
54 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
58 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y)))
59 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y)))
81 single-used-m := $(addprefix $(obj)/,$(single-used-m))
82 multi-used-y := $(addprefix $(obj)/,$(multi-used-y))
83 multi-used-m := $(addprefix $(obj)/,$(multi-used-m))
/u-boot/drivers/spi/
A DKconfig14 DataFlash cards used in MMC sockets, SPI must always be used.
48 Enable the Altera SPI driver. This driver can be used to
64 Enable the Atheros ar7xxx/ar9xxx SoC SPI driver, it was used
82 many AT91 (ARM) chips. This driver can be used to access
90 Enable the BCM6328 HSSPI driver. This driver can be used to
269 Enable the Octeon SPI driver. This driver can be used to
414 be used to access SPI chips on platforms embedding this
429 be used to access SPI chips on platforms embedding this
443 Enable the Zynq SPI driver. This driver can be used to
460 is used to communicate with qspi flash devices.
[all …]
/u-boot/doc/device-tree-bindings/i2c/
A Dgeneric-acpi.txt4 This is used only to generate ACPI tables for an I2C device.
14 - reset-gpios : GPIO used to assert reset to the device
15 - irq-gpios : GPIO used for interrupt (if Interrupt is not used)
16 - stop-gpios : GPIO used to stop the device
/u-boot/fs/cbfs/
A Dcbfs.c103 *used = 0; in file_cbfs_next_file()
113 *used += align; in file_cbfs_next_file()
138 *used += step; in file_cbfs_next_file()
164 int used; in file_cbfs_fill_cache() local
172 &used); in file_cbfs_fill_cache()
183 size -= used; in file_cbfs_fill_cache()
184 start += used; in file_cbfs_fill_cache()
383 int used; in find_uncached() local
387 &used); in find_uncached()
395 size -= used; in find_uncached()
[all …]
A DKconfig5 filesystem. This is a ROM-based filesystem used for accessing files
14 filesystem. This is a ROM-based filesystem used for accessing files
19 those which accept a cbfs_priv * can be used, since BSS is not
/u-boot/lib/zlib/
A Dinftrees.c43 unsigned used; /* code entries in table used */ in inflate_table() local
202 used = 1U << root; /* use root table entries */ in inflate_table()
203 mask = used - 1; /* mask for comparing low */ in inflate_table()
206 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
272 used += 1U << curr; in inflate_table()
273 if (type == LENS && used >= ENOUGH - MAXD) in inflate_table()
319 *table += used; in inflate_table()
/u-boot/board/freescale/common/
A DKconfig19 This option enables two commands used for secure booting:
36 functionality. It is used by the common VID driver.
43 functionality. It is used by the common VID driver.
50 functionality. It is used by the common VID driver.
57 functionality. It is used by the common VID driver.
/u-boot/drivers/mtd/ubi/
A Dfastmap-wl.c60 for (i = pool->used; i < pool->size; i++) { in return_unused_pool_pebs()
166 wl_pool->used = 0; in ubi_refill_pools()
167 pool->used = 0; in ubi_refill_pools()
216 if (pool->used == pool->size || wl_pool->used == wl_pool->size) { in ubi_wl_get_peb()
229 if (pool->used == pool->size) { in ubi_wl_get_peb()
246 ubi_assert(pool->used < pool->size); in ubi_wl_get_peb()
247 ret = pool->pebs[pool->used++]; in ubi_wl_get_peb()
263 if (pool->used == pool->size) { in get_peb_for_wl()
281 pnum = pool->pebs[pool->used++]; in get_peb_for_wl()
/u-boot/drivers/video/stm32/
A DKconfig13 DSI. This option enables these supports which can be used on
22 This option enables support DSI internal bridge which can be used on
31 This configuration is used for reserving/allocating memory for the
40 This configuration is used for reserving/allocating memory for the
49 This configuration is used for reserving/allocating memory for the
/u-boot/doc/imx/habv4/guides/
A Dencrypted_boot.txt3 An authenticated U-Boot image is used as starting point for
16 the dek_blob cmd enabled. The image used for DEK blob generation
25 The dek_blob command then can be used to generate the DEK blob of
26 a DEK previously loaded in memory. The command is used as follows:
31 The resulting DEK blob then is used to construct the encrypted
33 to the host.Then the following commands are used to construct
/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/
A Dcsf_uboot.txt15 # Key used to authenticate the CSF data
21 # Key slot index used to authenticate the key to be installed
29 # Key slot index used to authenticate the image data
/u-boot/drivers/usb/ulpi/
A DKconfig14 Support generic ULPI Viewport implementation that is used on
20 Support ULPI Viewport implementation that is used on OMAP devices.
29 ULPI is wrapper on UTMI+ core that is used as
/u-boot/doc/imx/habv4/csf_examples/additional_images/
A Dcsf_additional_images.txt15 # Key used to authenticate the CSF data
21 # Key slot index used to authenticate the key to be installed
29 # Key slot index used to authenticate the image data
/u-boot/drivers/clk/at91/
A DKconfig6 This option is used to enable the AT91 clock driver.
23 This option is used to enable the AT91 UTMI PLL clock
34 This option is used to enable the USB Input Clock, from
42 This option is used to enable the AT91 H32MX matrixes
52 This option is used to enable the AT91 generic clock
62 This option is used to enable the AT91 SAM9X60's PLL clock
/u-boot/drivers/virtio/
A Dvirtio_ring.c124 needs_kick = !(vq->vring.used->flags & cpu_to_virtio16(vq->vdev, in virtqueue_kick_prepare()
160 vq->vring.used->idx); in more_used()
178 i = virtio32_to_cpu(vq->vdev, vq->vring.used->ring[last_used].id); in virtqueue_get_buf()
181 vq->vring.used->ring[last_used].len); in virtqueue_get_buf()
317 ((char *)vq->vring.used - (char *)vq->vring.desc); in virtqueue_get_used_addr()
324 return last_used_idx != virtio16_to_cpu(vq->vdev, vq->vring.used->idx); in virtqueue_poll()
356 vq->vring.used->flags, vq->vring.used->idx); in virtqueue_dump()
359 vq->vring.used->ring[i].id, vq->vring.used->ring[i].len); in virtqueue_dump()
/u-boot/drivers/power/
A DKconfig113 On A31 boards dcdc2 is used for VDD-GPU and should be 1.2V.
150 On A31 boards dcdc4 is used for VDD-SYS and should be 1.2V.
153 On A83T boards dcdc4 is used for VDD-GPU.
154 On H616 boards dcdcd is used for VCC-DRAM.
164 should be 1.5V, 1.35V if DDR3L is used.
175 On A31 boards aldo1 is often used to power the wifi module.
210 On A80 boards aldo3 is normally not used.
274 used to power the wifi.
338 used.
370 is typically used to power the VDD-CPU and should be 1200mV.
[all …]
/u-boot/doc/device-tree-bindings/spi/
A Dspi-zynq.txt16 - num-cs : Number of chip selects used.
17 If a decoder is used, this will be the number of
19 - is-decoded-cs : Flag to indicate whether decoder is used or not.
/u-boot/doc/
A DREADME.udp20 and it may also be used to configure a timemout and udp handler.
22 The pointer data is used to store private data that
23 could be used by both callback.
/u-boot/doc/device-tree-bindings/pci/
A Dx86-pci.txt8 after U-Boot has relocated. Normally if PCI is used before relocation,
16 This is used when the device is statically configured and must maintain
18 UART being used to debug PCI configuration, since reconfiguring it stops
20 output to be lost. This should not generally be used in production code,
/u-boot/drivers/firmware/
A DKconfig22 TI System Control Interface (TISCI) Message Protocol is used to manage
27 This protocol library is used by client drivers to use the features
34 Firmware interface driver is used by different
/u-boot/doc/usage/
A Dpartitions.rst21 The interface used to access the partition's device, like ``mmc`` or
38 that the whole device is to be used as one "partition."
42 MBR partitions, the following syntax is used::
59 table, then partition 1 is used. If there is no partition table, then the whole
60 device is used as one "partition." If none of ``devnum``, ``hwpartnum``,
/u-boot/doc/device-tree-bindings/net/
A Dmdio-mux-reg.txt1 Device tree structures used by register based MDIO muxes is described here.
2 This binding is based on reg-mux.txt binding in Linux and is currently used by
6 #mux-control-cells = <1> indicates how many registers are used for mux
15 Example structure, used on Freescale LS1028A QDS board:
/u-boot/doc/develop/
A Dcoccinelle.rst21 Using earlier versions will fail as the option names used by
100 It should be used with the C option (described later)
154 The optional make variable COCCI can be used to check a single
172 To apply Coccinelle to a specific directory, ``M=`` can be used.
178 following command may be used::
190 COCCI variable may additionally be used to only apply a single
255 is used or not, and when M= is used the target directory can have its own
270 options will be used by Coccinelle run::
313 one of these tools, and according to the cocci file used,
372 msg="ERR_CAST can be used with %s" % (x)
[all …]
/u-boot/drivers/pch/
A DKconfig7 northbridge / southbridge architecture that was previously used. The
16 dates from about 2011 and is used on baytrail, for example. The
25 dates from about 2015 and is used on baytrail, for example. The

Completed in 41 milliseconds

12345678910>>...28