Home
last modified time | relevance | path

Searched refs:writing (Results 1 – 25 of 54) sorted by relevance

123

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_checkptrw.h21 int yaffs2_checkpt_open(struct yaffs_dev *dev, int writing);
H A Dyaffs_checkptrw.c138 int yaffs2_checkpt_open(struct yaffs_dev *dev, int writing) in yaffs2_checkpt_open() argument
142 dev->checkpt_open_write = writing; in yaffs2_checkpt_open()
150 if (writing && !yaffs2_checkpt_space_ok(dev)) in yaffs2_checkpt_open()
168 if (writing) { in yaffs2_checkpt_open()
/rk3399_rockchip-uboot/drivers/bootcount/
H A DKconfig48 hex "RAM address used for reading and writing the boot counter"
52 Set the address used for reading and writing the boot counter.
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib.c926 Bool writing; member
974 bzf->writing = True; in BZ_API()
1004 if (!(bzf->writing)) in BZ_API()
1063 if (!(bzf->writing)) in BZ_API()
1147 bzf->writing = False; in BZ_API()
1179 if (bzf->writing) in BZ_API()
1203 if (bzf->writing) in BZ_API()
1418 int writing = 0; in bzopen_or_bzdopen() local
1431 writing = 0; break; in bzopen_or_bzdopen()
1433 writing = 1; break; in bzopen_or_bzdopen()
[all …]
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dflashchip.h99 struct flchip *writing; member
/rk3399_rockchip-uboot/drivers/block/
H A DKconfig8 reading, writing and (in some cases) erasing blocks. Block
20 reading, writing and (in some cases) erasing blocks. Block
/rk3399_rockchip-uboot/doc/
H A DREADME.dfutftp15 * Update TFTP (CONFIG_UPDATE_TFTP) only supports writing
17 * DFU supports writing data to the variety of mediums (NAND,
49 As of this writing (SHA1:8d77576371381ade83de475bb639949b44941e8c v2015.10-rc2)
H A DREADME.mpc85xx-sd-spi-boot6 SD/SPI images to a binary file for writing later.
32 For building SD images by writing directly to a file system on SD media:
H A DREADME.sata50 U-Boot doesn't support writing to an ext2 file system, so the
H A DREADME.commands31 by writing in u-boot.lds ($(srctree)/board/boardname/u-boot.lds) these
H A DREADME.mips22 writing back and invalidating cache lines. This leads to cache
H A DREADME.cfi22 At the time of writing, there are two boards that define their own
H A DREADME.boston29 the MIPS64r6 ISA, and at the time of writing doesn't implement any earlier CPUs
H A DREADME.armada-secureboot229 SEC_FUSE_DUMP - Dump the "fuse prog" commands necessary for writing the
246 Furthermore, eFuse writing support has to be activated in order to burn the
318 function calls, and the fuse line is only really written and locked (on writing
321 2) without previously writing neither the first nor the second word, which
341 locking), and the 1 is the value for the word we are writing to.
/rk3399_rockchip-uboot/fs/fat/
H A DKconfig13 This provides support for creating and writing new files to an
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/
H A Dspi-stm32-qspi.txt14 - spi-tx-bus-width : Bus width (number of lines) for writing (1-4)
/rk3399_rockchip-uboot/board/toradex/colibri_imx6/
H A Dpf0100_otp.inc67 {pmic_i2c, 0xF0, 0x1F}, // Enable ECC for fuse banks 1 to 5 by writing to OTP EN ECC0 register
68 {pmic_i2c, 0xF1, 0x1F}, // Enable ECC for fuse banks 6 to 10 by writing to OTP EN ECC1 register
70 {pmic_i2c, 0xD0, 0x1F}, // Set Auto ECC for fuse banks 1 to 5 by writing to OTP AUTO ECC0 register
71 {pmic_i2c, 0xD1, 0x1F}, // Set Auto ECC for fuse banks 6 to 10 by writing to OTP AUTO ECC1 register
/rk3399_rockchip-uboot/board/toradex/apalis_imx6/
H A Dpf0100_otp.inc69 {pmic_i2c, 0xF0, 0x1F}, // Enable ECC for fuse banks 1 to 5 by writing to OTP EN ECC0 register
70 {pmic_i2c, 0xF1, 0x1F}, // Enable ECC for fuse banks 6 to 10 by writing to OTP EN ECC1 register
72 {pmic_i2c, 0xD0, 0x1F}, // Set Auto ECC for fuse banks 1 to 5 by writing to OTP AUTO ECC0 register
73 {pmic_i2c, 0xD1, 0x1F}, // Set Auto ECC for fuse banks 6 to 10 by writing to OTP AUTO ECC1 register
/rk3399_rockchip-uboot/test/
H A DREADME83 - If the code you are modifying has not tests, consider writing one. Even a
85 is much easier to add onto a test - writing a new large test can seem
/rk3399_rockchip-uboot/drivers/ufs/
H A DKconfig41 Enable support for reading, writing and programming the
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/
H A DKconfig189 Enable support for reading and writing eFuses on mvebu SoCs.
197 Instead the eFuse accesses are emulated by writing to and reading
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dfsl-tsec-phy.txt47 As of this writing, every tsec is associated with an internal TBI PHY.
/rk3399_rockchip-uboot/board/freescale/p1_p2_rdb_pc/
H A DREADME33 for writing timing.
/rk3399_rockchip-uboot/lib/libxbc/
H A DCOPYING61 designated in writing by the copyright owner as "Not a Contribution."
145 agreed to in writing, Licensor provides the Work (and each
157 negligent acts) or agreed to in writing, shall any Contributor be
198 Unless required by applicable law or agreed to in writing, software
/rk3399_rockchip-uboot/cmd/fastboot/
H A DKconfig73 The fastboot protocol includes a "flash" command for writing

123