Home
last modified time | relevance | path

Searched refs:off (Results 1 – 14 of 14) sorted by relevance

/tools/
A Dmips-relocs.c110 static int add_reloc(unsigned int type, uint64_t off) in add_reloc() argument
144 .offset = off, in add_reloc()
153 uint32_t off, type; in parse_mips32_rel() local
155 off = is_be ? be32toh(rel->r_offset) : le32toh(rel->r_offset); in parse_mips32_rel()
156 off -= text_base; in parse_mips32_rel()
161 return add_reloc(type, off); in parse_mips32_rel()
167 uint64_t off, type; in parse_mips64_rela() local
169 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela()
170 off -= text_base; in parse_mips64_rela()
174 return add_reloc(type, off); in parse_mips64_rela()
A Dkwboot.c1013 size_t off; in kwboot_debugmsg() local
1028 off = 0; in kwboot_debugmsg()
1031 rc = read(tty, buf + off, sizeof(buf) - off); in kwboot_debugmsg()
1038 off += rc - 1; in kwboot_debugmsg()
1048 if (buf[off] == kwboot_msg_debug[(pos + off) % sizeof(kwboot_msg_debug)]) in kwboot_debugmsg()
1051 for (i = off; i >= 0; i--) in kwboot_debugmsg()
1055 off -= i; in kwboot_debugmsg()
1103 off++; in kwboot_debugmsg()
1119 off *= 3; in kwboot_debugmsg()
1121 while (off > sizeof(buf)) { in kwboot_debugmsg()
[all …]
A Dimximage.c148 int fld, uint32_t value, uint32_t off) in set_dcd_val_v1() argument
161 dcd_v1->addr_data[off].type = value; in set_dcd_val_v1()
164 dcd_v1->addr_data[off].addr = value; in set_dcd_val_v1()
167 dcd_v1->addr_data[off].value = value; in set_dcd_val_v1()
242 int fld, uint32_t value, uint32_t off) in set_dcd_val_v2() argument
248 off = (len - 4) >> 3; in set_dcd_val_v2()
252 d->addr_data[off].addr = cpu_to_be32(value); in set_dcd_val_v2()
255 d->addr_data[off].value = cpu_to_be32(value); in set_dcd_val_v2()
256 off++; in set_dcd_val_v2()
257 d->write_dcd_command.length = cpu_to_be16((off << 3) + 4); in set_dcd_val_v2()
/tools/kermit/
A Dsend_cmd5 set carrier-watch off
A Dsend_image7 set carrier-watch off
A Ddot.kermrc3 set carrier-watch off
A Dflash_param9 set carrier-watch off
/tools/patman/test/
A Dtest01.txt15 Signed-off-by: Simon Glass <sjg@chromium.org>
44 Signed-off-by: Simon Glass <sjg@chromium.org>
A D0001-pci-Correct-cast-for-sandbox.patch17 Signed-off-by: Simon Glass <sjg@chromium.org>
A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch17 Signed-off-by: Simon Glass <sjg@chromium.org>
/tools/buildman/
A DREADME.rst40 where it left off. This should happen cleanly and without side-effects.
116 If you just want to build the current source tree, leave off the -b flag.
542 To run the build for real, take off the -n:
930 strips off the last part when setting the CROSS_COMPILE environment
1034 be avoided by turning off the timestamp feature. This can be achieved using
A Dbuildman.rst40 where it left off. This should happen cleanly and without side-effects.
116 If you just want to build the current source tree, leave off the -b flag.
542 To run the build for real, take off the -n:
930 strips off the last part when setting the CROSS_COMPILE environment
1034 be avoided by turning off the timestamp feature. This can be achieved using
/tools/patman/
A Dpatman.rst291 Signed-off-by: Their Name <email>
292 A sign-off is added automatically to your patches (this is
576 Now to send the patches, take off the -n flag:
A DREADME.rst291 Signed-off-by: Their Name <email>
292 A sign-off is added automatically to your patches (this is
576 Now to send the patches, take off the -n flag:

Completed in 20 milliseconds