Home
last modified time | relevance | path

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

1234

/rk3399_rockchip-uboot/common/
H A Dfb_nand.c93 unsigned int length, size_t *written) in _fb_nand_write() argument
101 return nand_write_skip_bad(mtd, offset, &length, written, in _fb_nand_write()
110 size_t written; in fb_nand_sparse_write() local
115 blkcnt * info->blksz, &written); in fb_nand_sparse_write()
127 return written / info->blksz; in fb_nand_sparse_write()
/rk3399_rockchip-uboot/doc/
H 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…
H 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
H A DREADME.mxs177 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:
H A DREADME.armada-secureboot301 the last fuse line written!)
308 ARMADA SoC demands that whole fuse lines (64 bit values) have to be written as
310 written at a time, but this is translated to a series of single 32 bit write
315 (0-2): The first and second words are the values to be written to the fuse
318 function calls, and the fuse line is only really written and locked (on writing
331 written, 00112233 and 44556677 are the values to be written to the fuse line
339 Here 11 is the fuse number, 2 is the index of the first word to be written
H A DREADME.ne200032 - The value to be written in the CCR. It selects among different I/O
H A DREADME.sata51 files must be written by other means (e.g. linux).
/rk3399_rockchip-uboot/lib/
H 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()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H 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).
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/
H 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
H A Dcros-ec.txt18 containing all 0xff will not be written, since we assume that the EC
/rk3399_rockchip-uboot/board/work-microwave/work_92105/
H A DKconfig25 This allows PMIC registers to be read and written.
/rk3399_rockchip-uboot/board/davinci/da8xxevm/
H A DREADME.da85035 u-boot.ais file that needs to be written to the correct persistent
41 The AIS image can be written to SPI flash using the following commands.
52 The AIS image can be written to NAND using the u-boot "nand" commands.
56 OMAPL138_LCDK requires the AIS image to be written to the second block of
96 AIS image should be written at least after the first sector, but before the
/rk3399_rockchip-uboot/lib/libfdt/
H A DREADME1 The libfdt functionality was written by David Gibson. The original
/rk3399_rockchip-uboot/board/ti/am335x/
H 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
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dio.c232 size_t written; in ubi_io_write() local
277 err = mtd_write(ubi->mtd, addr, len, &written, buf); in ubi_io_write()
280 err, len, pnum, offset, written); in ubi_io_write()
284 ubi_assert(written == len); in ubi_io_write()
494 size_t written; in nor_erase_prepare() local
519 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare()
528 err = mtd_write(ubi->mtd, addr, 4, &written, (void *)&data); in nor_erase_prepare()
/rk3399_rockchip-uboot/board/Barix/ipam390/
H A DREADME.ipam39036 that needs to be written to the nand flash.
40 The AIS image can be written to NAND flash using the following commands.
62 493716 bytes written: OK
194 131072 bytes written: OK
223 131072 bytes written: OK
/rk3399_rockchip-uboot/fs/ubifs/
H A Dio.c685 int err, written, n, aligned_len = ALIGN(len, 8); in ubifs_wbuf_write_nolock() local
748 written = 0; in ubifs_wbuf_write_nolock()
767 written += wbuf->avail; in ubifs_wbuf_write_nolock()
786 written += wbuf->size; in ubifs_wbuf_write_nolock()
800 err = ubifs_leb_write(c, wbuf->lnum, buf + written, in ubifs_wbuf_write_nolock()
807 written += n; in ubifs_wbuf_write_nolock()
817 memcpy(wbuf->buf, buf + written, len); in ubifs_wbuf_write_nolock()
/rk3399_rockchip-uboot/lib/lzma/
H A DREADME.txt1 The lib_lzma functionality was written by Igor Pavlov.
/rk3399_rockchip-uboot/doc/SPI/
H A DREADME.sh_qspi_test38 If you're written correctly and driver works properly, U-Boot starts.
/rk3399_rockchip-uboot/
H A D.mailmap4 # and/or not always written the same way, making contributions from the
/rk3399_rockchip-uboot/Licenses/
H A Dbsd-3-clause.txt12 specific prior written permission.
H A Dr8a779x_usb3.txt11 promote products derived from this software without specific prior written
/rk3399_rockchip-uboot/board/Seagate/goflexhome/
H A Dkwbimage.cfg4 # Based on dockstar/kwbimage.cfg originally written by
7 # Based on sheevaplug/kwbimage.cfg originally written by
/rk3399_rockchip-uboot/drivers/mtd/onenand/
H A Donenand_base.c1414 int written = 0, column, thislen, subpage; in onenand_write_ops_nolock() local
1446 while (written < len) { in onenand_write_ops_nolock()
1449 thislen = min_t(int, mtd->writesize - column, len - written); in onenand_write_ops_nolock()
1506 written += thislen; in onenand_write_ops_nolock()
1508 if (written == len) in onenand_write_ops_nolock()
1516 ops->retlen = written; in onenand_write_ops_nolock()
1537 int written = 0, oobcmd; in onenand_write_oob_nolock() local
1584 while (written < len) { in onenand_write_oob_nolock()
1585 int thislen = min_t(int, oobsize, len - written); in onenand_write_oob_nolock()
1625 written += thislen; in onenand_write_oob_nolock()
[all …]

1234