Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.py51 def write(self, data, implicit=False): member in LogfileStream
66 self.logfile.write(self, data, implicit)
68 self.chained_file.write(data)
133 self.chained_file.write(msg)
134 self.logfile.write(self, msg)
165 self.logfile.write(self, output)
167 self.chained_file.write(output)
229 self.f.write('''\
307 self.f.write('''\
351 self.f.write('</pre>\n')
[all …]
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A Dtabinary_to_cfile.py36 f.write("#include <stdint.h>\n");
37 f.write("#include <stddef.h>\n\n");
42 f.write("const uint8_t " + args.prefix + "_data[] = {\n")
45 f.write("0x" + '{0:02x}'.format(x) + ",")
48 f.write("\n");
50 f.write(" ");
51 f.write("};\n");
53 f.write("const uint32_t " + args.prefix + "_size = " + str(i) + ";\n" )
H A Dtabinary_to_img.py45 fimg.write(header)
56 fimg.write(ta_uuid_hex)
58 fimg.write(ta_offset)
60 fimg.write(ta_len)
63 fimg.write(ta_ver)
65 fimg.write(ta_reserve)
72 fimg.write(tadata)
80 fimg.write(img_digest)
/rk3399_rockchip-uboot/drivers/spi/
H A Dmxs_spi.c131 char *data, int length, int write, unsigned long flags) in mxs_spi_xfer_pio() argument
150 if (write) in mxs_spi_xfer_pio()
163 if (write) in mxs_spi_xfer_pio()
168 if (!write) { in mxs_spi_xfer_pio()
190 char *data, int length, int write, unsigned long flags) in mxs_spi_xfer_dma() argument
218 if (!write) in mxs_spi_xfer_dma()
227 if (write) in mxs_spi_xfer_dma()
246 if (write) in mxs_spi_xfer_dma()
304 if (!write) in mxs_spi_xfer_dma()
317 int write = 0; in spi_xfer() local
[all …]
/rk3399_rockchip-uboot/doc/
H A DREADME.sata5 * Read/write raw blocks from/to SATA hard disk
17 1.1 How to raw write the kernel, file system, dtb to a SATA hard disk?
22 write kernel
24 => sata write 40000 0 2000
26 write ramdisk
28 => sata write 40000 2000 8000
30 write dtb
32 => sata write 40000 a000 1000
H A DREADME.davinci.nand_spl8 we need a command, which switches between this two read/write
9 functions, so we can write the UBL header and the spl
16 between the two NAND read/write modes.
63 * we write before the real spl code
80 !! Don;t forget to switch to rbl nand read/write functions with
94 !! Don;t forget to switch to rbl nand read/write functions with
100 !! Don;t forget to switch to rbl nand read/write functions with
123 writeheader nandrbl rbl;nand erase 80000 ${pagesz};nand write 80000000 80000 ${pagesz};nandrbl uboot
124 writenand_spl nandrbl rbl;nand erase a0000 3000;nand write 80000800 a0000 3000;nandrbl uboot
125 writeuboot nandrbl uboot;nand erase c0000 5d000;nand write 80003800 c0000 5d000
[all …]
H A DREADME.rockusb8 read/write info, image to/from devices. This document briefly describes how to
35 use rkdeveloptool wl command to write lba. BeginSec is the lba on device
36 you want to write.
45 There are plenty of Rockusb command. but wl(write lba) and
/rk3399_rockchip-uboot/scripts/
H A Dmkbootimg45 f.write(pack(str(pad) + 'x'))
72 args.output.write(pack('8s', BOOT_MAGIC))
75 args.output.write(pack('10I',
86 args.output.write(pack('16s', args.board.encode())) # asciiz product name
87 args.output.write(pack('512s', args.cmdline[:512].encode()))
101 args.output.write(img_id)
102 args.output.write(pack('1024s', args.cmdline[512:].encode()))
105 args.output.write(pack('I', filesize(args.recovery_dtbo))) # size in bytes
107 args.output.write(pack('Q', get_recovery_dtbo_offset(args))) # recovery dtbo offset
109 args.output.write(pack('Q', 0)) # Will be set to 0 for devices without a recovery dtbo
[all …]
H A Davbtool.py466 signing_file.write(padding_and_hash)
619 asn1_tmpfile.write(asn1_str.encode('ascii'))
641 sys.stderr.write('Signature not correct\n')
892 self._image.write(struct.pack(self.NUM_CHUNKS_AND_BLOCKS_FORMAT,
926 self._image.write(struct.pack(ImageChunk.FORMAT,
951 self._image.write(data)
960 self._image.write(struct.pack(ImageChunk.FORMAT,
966 self._image.write(data)
990 self._image.write(fill_data * (size//4))
999 self._image.write(struct.pack(ImageChunk.FORMAT,
[all …]
/rk3399_rockchip-uboot/lib/avb/libavb_user/
H A DKconfig2 bool "Android AVB read/write hardware"
5 read/write hardware image, like vbmeta, misc, and
21 bool "Android AVB read/write hardware for spl"
24 read/write hardware image, like vbmeta, misc, and
29 bool "Android AVB read/write hardware for tpl"
32 read/write hardware image, like vbmeta, misc, and
/rk3399_rockchip-uboot/drivers/dfu/
H A DKconfig18 This option enables using DFU to read and write to MMC based storage.
23 This option enables using DFU to read and write to NAND based
29 This option enables using DFU to read and write to MTD based
35 This option enables using DFU to read and write RAM on the target.
40 This option enables using DFU to read and write to SPI flash based
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.nand7 read and write disturbs, data retention issues, bloks becoming
35 sunxi-fel write 0x4a000000 u-boot-dtb.bin
36 sunxi-fel write 0x43000000 spl/sunxi-spl-with-ecc.bin
46 Then write the SPL and its backup:
48 nand write.raw.noverify 0x43000000 0 40
49 nand write.raw.noverify 0x43000000 0x400000 40
51 And finally write the U-Boot binary:
52 nand write 0x4a000000 0x800000 0xc0000
/rk3399_rockchip-uboot/lib/zlib/
H A Dinffast.c83 unsigned write; /* window write index */ in inflate_fast() local
118 write = state->write; in inflate_fast()
204 if (write == 0) { /* very common case */ in inflate_fast()
214 else if (write < op) { /* wrap around window */ in inflate_fast()
215 from += wsize + write - op; in inflate_fast()
216 op -= write; in inflate_fast()
223 if (write < len) { /* some from start of window */ in inflate_fast()
224 op = write; in inflate_fast()
234 from += write - op; in inflate_fast()
/rk3399_rockchip-uboot/tools/patman/
H A Dtout.py53 _stdout.write('\r%s\r' % (" " * len (_progress)))
67 _stdout.write('\r' + _color.Color(col, _progress))
70 _stdout.write(_progress + '\n')
85 _stdout.write(msg + '\n')
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_compat.c28 PCI_HOSE_OP(write, byte, 8, u8)
29 PCI_HOSE_OP(write, word, 16, u16)
30 PCI_HOSE_OP(write, dword, 32, u32)
/rk3399_rockchip-uboot/drivers/power/
H A Dpower_spi.c20 static u32 pmic_reg(struct pmic *p, u32 reg, u32 *val, u32 write) in pmic_reg() argument
39 pmic_tx = p->hw.spi.prepare_tx(reg, val, write); in pmic_reg()
47 if (write) { in pmic_reg()
/rk3399_rockchip-uboot/drivers/ram/
H A Dramdisk-uclass.c40 if (!ops->write) in ramdisk_bwrite()
43 return ops->write(desc, start, blkcnt, src); in ramdisk_bwrite()
69 .write = ramdisk_bwrite,
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A Dkwbimage-lschl.cfg134 # bit11: 0, 1/4 clock cycle skew disabled for write mesh
149 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal
150 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal
151 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal
152 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal
184 # bit19-16: 0b1100, (write) M_ODT[0] is asserted during write to DRAM CS2, CS3
185 # bit23-20: 0b0011, (write) M_ODT[1] is asserted during write to DRAM CS0, CS1
197 # bit7-4: 0b0000, internal ODT is not asserted during write to DRAM bank 0-3
209 # bit0: 1, enable DDR init upon this register write
H A Dkwbimage-lsxhl.cfg134 # bit11: 0, 1/4 clock cycle skew disabled for write mesh
149 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal
150 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal
151 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal
152 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal
184 # bit19-16: 0b0001, (write) M_ODT[0] is asserted during write to DRAM CS0
185 # bit23-20: 0b0000, (write) M_ODT[1] is not asserted during write to DRAM
197 # bit7-4: 0b0000, internal ODT is not asserted during write to DRAM bank 0-3
209 # bit0: 1, enable DDR init upon this register write
/rk3399_rockchip-uboot/drivers/misc/
H A Di2c_eeprom.c27 if (!ops->write) in i2c_eeprom_write()
30 return ops->write(dev, offset, buf, size); in i2c_eeprom_write()
47 .write = i2c_eeprom_std_write,
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A DKconfig5 read/write hardware image, like vbmeta, misc, and
13 read/write hardware image, like vbmeta, misc, and
21 read/write hardware image, like vbmeta, misc, and
/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_ut.py17 fh.write(data)
23 fh.write(data)
/rk3399_rockchip-uboot/drivers/spmi/
H A Dspmi-uclass.c32 if (!ops || !ops->write) in spmi_reg_write()
35 return ops->write(dev, usid, pid, reg, value); in spmi_reg_write()
/rk3399_rockchip-uboot/board/d-link/dns325/
H A Dkwbimage.cfg124 # bit11: 0, 1/4 clock cycle skew disabled for write mesh
137 # bit3-0: 2, 2 cycles from write comand to assertion of M_ODT signal
138 # bit7-4: 5, 5 cycles from write command to de-assertion of M_ODT signal
139 # bit15-12: 5, 5 cycles from write command to assertion of internal ODT signal
140 # bit19-16: 8, 8 cycles from write command to de-assertion of internal ODT signal
166 # bit19-16: 0b0011, (write) M_ODT[0] is asserted during write to DRAM CS0 and CS1
167 # bit23-20: 0b0000, (write) M_ODT[1] is not asserted during write to DRAM
177 # bit7-4: 0b0000, internal ODT is not asserted during write to DRAM bank 0-4
188 # bit0: 1, enable DDR init upon this register write
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf-uclass.c24 return log_ret(sf_get_ops(dev)->write(dev, offset, len, buf)); in spi_flash_write_dm()
96 if (ops->write) in spi_flash_post_bind()
97 ops->write += gd->reloc_off; in spi_flash_post_bind()

12345678910>>...19