Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 93) sorted by relevance

1234

/u-boot/arch/arm/mach-davinci/
A DKconfig64 Value written to PLLC0 PLL Post-Divider Control Register
70 Value written to PLLC0 Divider 1 register
76 Value written to PLLC0 Divider 2 register
82 Value written to PLLC0 Divider 3 register
88 Value written to PLLC0 Divider 4 register
94 Value written to PLLC0 Divider 5 register
100 Value written to PLLC0 Divider 6 register
106 Value written to PLLC0 Divider 7 register
118 Value written to PLLC1 Divider 1 register
124 Value written to PLLC1 Divider 2 register
[all …]
/u-boot/drivers/fastboot/
A Dfb_nand.c94 size_t length, size_t *written) in _fb_nand_write() argument
102 return nand_write_skip_bad(mtd, offset, &length, written, in _fb_nand_write()
111 size_t written; in fb_nand_sparse_write() local
116 blkcnt * info->blksz, &written); in fb_nand_sparse_write()
128 return written / info->blksz; in fb_nand_sparse_write()
/u-boot/doc/
A DREADME.VSC3316-33081 This file contains API information of the initialization code written for
16 …dress 79.h to be written is 0x02 for two-wire interface. Also for crosspoint connections to be act…
23 …interface. So the value in Interface mode register at address 79.h to be written is 0x02 for two-w…
41 …For crosspoint connections to be activated, 01.h value need to be written in 75.h (core configurat…
A DREADME.ext477 (here 6183120 is the size of the file to be written)
78 Note: Absolute path is required for the file to be written
A Dindex.rst21 The following manuals are written for *users* of the U-Boot - those who are
33 The following manuals are written for *developers* of the U-Boot - those who
/u-boot/drivers/sound/
A Dtegra_ahub.c101 ssize_t written = 0; in tegra_ahub_apbif_send() local
108 while (written < len) { in tegra_ahub_apbif_send()
115 written += sizeof(*data); in tegra_ahub_apbif_send()
118 return written; in tegra_ahub_apbif_send()
/u-boot/board/logicpd/omap3som/
A DREADME17 In this case the additional file is written to the filesystem. In this
44 In this case the additional data is written to another partition of the
47 along with a Falcon Mode aware MLO written to the correct locations for
/u-boot/board/work-microwave/work_92105/
A DKconfig22 This allows PMIC registers to be read and written.
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.qspi21 RCW image should be written to the beginning of QSPI flash device.
33 The u-boot image should be written to 0x10000(but 0x1000 for LS1043A, LS2080A).
/u-boot/lib/
A Dmembuff.c190 int towrite, i, written; in membuff_put() local
192 for (i = written = 0; i < 2; i++) { in membuff_put()
198 written += towrite; in membuff_put()
204 return written; in membuff_put()
/u-boot/doc/device-tree-bindings/misc/
A Dintel-lpc.txt9 - intel,alt-gp-smi-enable : Enable SMI sources. This cell is written to the
13 the second is the size. These are written into the GENx_DEC registers of
A Dcros-ec.txt18 containing all 0xff will not be written, since we assume that the EC
/u-boot/board/davinci/da8xxevm/
A DREADME.da85033 u-boot.ais file that needs to be written to the correct persistent
39 The AIS image can be written to SPI flash using the following commands.
50 The AIS image can be written to NAND using the u-boot "nand" commands.
54 OMAPL138_LCDK requires the AIS image to be written to the second block of
89 On the DA850-EVM, NAND can also be written with SW7:7-8 ON and
102 AIS image should be written at least after the first sector, but before the
/u-boot/doc/usage/
A Dexit.rst27 When executed outside a script a warning is written. Following commands are not
A Dbutton.rst24 The status of the button is both written to the console as *ON* or *OFF* and
/u-boot/lib/libfdt/
A DREADME1 The libfdt functionality was written by David Gibson. The original
/u-boot/board/ti/am335x/
A DREADME50 into memory, then written to NAND.
98 binary must be written to the start of NOR, with no header or similar
138 would leave us with an image that if written to MMC will not boot, so
170 In this case the additional file is written to the filesystem. In this
194 In this case the additional data is written to another partition of the
197 along with a Falcon Mode aware MLO written to the correct locations for
/u-boot/drivers/mtd/ubi/
A Dio.c235 size_t written; in ubi_io_write() local
280 err = mtd_write(ubi->mtd, addr, len, &written, buf); in ubi_io_write()
283 err, len, pnum, offset, written); in ubi_io_write()
287 ubi_assert(written == len); in ubi_io_write()
497 size_t written; in nor_erase_prepare() local
522 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare()
531 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare()
/u-boot/doc/imx/common/
A Dmxs.txt177 The resulting file, "u-boot.sd", shall then be written to the partition. In this
196 I) The NAND wasn't written at all yet or the BCB is broken
199 written to NAND. To generate NAND image containing all these,
216 The resulting file, "u-boot.nand" can be written directly to NAND
231 II) The NAND was already written with a good BCB
270 The u-boot.sb file can be directly written to SPI NOR from U-Boot prompt.
281 Erase the blocks where U-Boot binary will be written to:
/u-boot/lib/lzma/
A DREADME.txt1 The lib_lzma functionality was written by Igor Pavlov.
/u-boot/doc/SPI/
A DREADME.sandbox-spi41 Note that the sandbox SPI implementation was written by Mike Frysinger
A DREADME.sh_qspi_test38 If you're written correctly and driver works properly, U-Boot starts.
/u-boot/fs/ubifs/
A Dio.c688 int err, written, n, aligned_len = ALIGN(len, 8); in ubifs_wbuf_write_nolock() local
751 written = 0; in ubifs_wbuf_write_nolock()
770 written += wbuf->avail; in ubifs_wbuf_write_nolock()
789 written += wbuf->size; in ubifs_wbuf_write_nolock()
803 err = ubifs_leb_write(c, wbuf->lnum, buf + written, in ubifs_wbuf_write_nolock()
810 written += n; in ubifs_wbuf_write_nolock()
820 memcpy(wbuf->buf, buf + written, len); in ubifs_wbuf_write_nolock()
/u-boot/Licenses/
A Dbsd-3-clause.txt12 specific prior written permission.
A Dr8a779x_usb3.txt11 promote products derived from this software without specific prior written

Completed in 40 milliseconds

1234