Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 76) sorted by relevance

1234

/u-boot/test/dm/
A Daxi.c43 struct udevice *store; in dm_test_axi_store() local
50 ut_assertok(uclass_get_device(UCLASS_AXI_EMUL, 0, &store)); in dm_test_axi_store()
51 ut_assert(device_active(store)); in dm_test_axi_store()
53 axi_get_store(store, &data); in dm_test_axi_store()
57 axi_read(store, 0, &val, AXI_SIZE_32); in dm_test_axi_store()
61 axi_read(store, 3, &val, AXI_SIZE_32); in dm_test_axi_store()
69 axi_write(store, 0, &val, AXI_SIZE_32); in dm_test_axi_store()
73 axi_write(store, 3, &val, AXI_SIZE_32); in dm_test_axi_store()
/u-boot/drivers/axi/
A Dsandbox_store.c19 u8 *store; member
54 return copy_axi_data(priv->store + address, data, size); in sandbox_store_read()
62 return copy_axi_data(data, priv->store + address, size); in sandbox_store_write()
65 static int sandbox_store_get_store(struct udevice *dev, u8 **store) in sandbox_store_get_store() argument
69 *store = priv->store; in sandbox_store_get_store()
101 priv->store = calloc(reg[1], 1); in sandbox_store_probe()
102 if (!priv->store) in sandbox_store_probe()
112 free(priv->store); in sandbox_store_remove()
/u-boot/arch/arm/include/debug/
A D8250.S15 .macro store, rd, rx:vararg macro
23 .macro store, rd, rx:vararg macro
35 store \rd, [\rx, #UART_TX << UART_SHIFT]
/u-boot/doc/android/
A Dbcb.rst41 bcb - Load/set/clear/test/dump/store Android BCB fields
49 bcb store - store BCB back to mmc
71 bcb clear command; bcb store;
75 bcb clear command; bcb store;
/u-boot/board/freescale/mx28evk/
A DREADME40 "make mx28evk_config" - store environment variables into MMC
44 "make mx28evk_nand_config" - store environment variables into NAND flash
48 "make mx28evk_spi_config" - store environment variables into SPI NOR flash
/u-boot/doc/
A DREADME.Heterogeneous-SoCs76 freq_cpri - To store CPRI frequency
77 freq_maple - To store MAPLE frequency
78 freq_maple_ulb - To store MAPLE-ULB frequency
79 freq_maple_etvpe - To store MAPLE-eTVPE frequency
A DREADME.bcmns34 BCMNS3 has total 8MB non-volatile SPI flash memory. It is used to store
A DREADME.bloblist9 A bloblist provides a way to store collections of binary information (blobs) in
23 cannot be read a second time. So TPL can store that in a bloblist record which
48 There is normally only one bloblist in U-Boot. Since a bloblist can store
A DREADME.udp22 The pointer data is used to store private data that
A DREADME.fsl_iim22 conventions used by U-Boot to store some specific data in the fuses, e.g. MAC
A DREADME.mxc_ocotp25 conventions used by U-Boot to store some specific data in the fuses, e.g. MAC
A DREADME.semihosting37 address and optionally store the load end address in the specified
A DREADME.sha126 If you want to store a new Image in Flash for the pcs440ep board,
/u-boot/post/lib_powerpc/
A DMakefile9 obj-y += store.o load.o cr.o b.o multi.o string.o complex.o
/u-boot/drivers/bootcount/
A DKconfig79 backing store. If an entry in /chosen/u-boot,bootcount-device
89 bool "Support RTC devices as a backing store for bootcount"
98 Accesses to the backing store are performed using the write16
102 bool "Support i2c eeprom devices as a backing store for bootcount"
112 bool "Support SPI flash devices as a backing store for bootcount"
176 Set the filename and path of the file used to store the boot counter.
/u-boot/arch/xtensa/cpu/
A Du-boot.lds17 * U-Boot resets from SYSROM and unpacks itself from a ROM store to RAM.
19 * above it for the ROM store into which the rest of U-Boot is packed.
20 * The ROM store also needs to be above any other vectors that are in ROM.
/u-boot/doc/device-tree-bindings/remoteproc/
A Dremoteproc.txt12 processor has internal memory that it uses to execute code and store
/u-boot/doc/imx/habv4/csf_examples/mx6_mx7/
A Dcsf_uboot.txt23 # Target key slot in HAB key store where key will be installed
/u-boot/doc/imx/habv4/csf_examples/additional_images/
A Dcsf_additional_images.txt23 # Target key slot in HAB key store where key will be installed
/u-boot/doc/imx/clk/
A Dccf.txt23 store pointers to clocks - e.g. clk[IMX6QDL_CLK_USDHC2_SEL] = .... Instead we
28 When porting the code as is from Linux, one would need ~1KiB of RAM to store
36 store back pointer to corresponding struct clk. However, it is possible to
/u-boot/doc/board/intel/
A Dcougarcanyon2.rst19 and SPI-1 flash is used to store U-Boot. For convenience, the complete 8MB SPI-0
/u-boot/arch/arm/mach-tegra/
A Dpsci.S93 bl psci_save @ store target PC and context id
/u-boot/arch/arm/dts/
A Dfsl-ls1028a-kontron-sl28.dts108 label = "configuration store";
/u-boot/env/
A DKconfig192 maximum possible space before it, to store other data.
403 Define this to the name of the volume that you want to store the
408 Define this to the name of another volume to store a second copy of
431 string "Device and partition for where to store the environemt in FAT"
462 It's a string of the FAT file name. This file use to store the
472 string "Device and partition for where to store the environemt in EXT4"
498 It's a string of the EXT4 file name. This file use to store the
573 Name of the volume that you want to store the environment in.
579 Name of the redundant volume that you want to store the environment in.
/u-boot/arch/arm/mach-omap2/am33xx/
A DKconfig268 hex "Size in bytes of the L3 SRAM reserved by ROM to store data"
272 the public L3 OCMC RAM to store r/w data like stack,

Completed in 24 milliseconds

1234