/tools/dtoc/ |
A D | fdt.py | 213 def SetInt(self, val): argument 448 def SetInt(self, prop_name, val): argument 462 def SetData(self, prop_name, val): argument 474 def SetString(self, prop_name, val): argument 488 def AddData(self, prop_name, val): argument 505 def AddString(self, prop_name, val): argument 521 def AddStringList(self, prop_name, val): argument 537 def AddInt(self, prop_name, val): argument
|
A D | fdt_util.py | 19 def fdt32_to_cpu(val): argument 30 def fdt64_to_cpu(val): argument 42 def fdt_cells_to_cpu(val, cells): argument
|
/tools/ |
A D | mips-relocs.c | 52 #define set_hdr_field(pfx, idx, field, val) ({ \ argument 94 #define set_phdr_field(idx, field, val) \ argument 96 #define set_shdr_field(idx, field, val) \ argument 177 static void output_uint(uint8_t **buf, uint64_t val) in output_uint()
|
A D | pblimage.c | 54 uint32_t val = next_pbl_cmd; in generate_pbl_cmd() local 142 static uint32_t reverse_byte(uint32_t val) in reverse_byte()
|
A D | bmp_logo.c | 29 uint16_t val; in le_short() local
|
A D | ifwitool.c | 571 static inline void write_ble8(void *dest, uint8_t val) in write_ble8() 576 static inline void write_at_ble8(void *dest, uint8_t val, size_t offset) in write_at_ble8() 589 static inline void write_le8(void *dest, uint8_t val) in write_le8() 594 static inline void write_at_le8(void *dest, uint8_t val, size_t offset) in write_at_le8() 614 static inline void write_le16(void *dest, uint16_t val) in write_le16() 620 static inline void write_at_le16(void *dest, uint16_t val, size_t offset) in write_at_le16() 644 static inline void write_le32(void *dest, uint32_t val) in write_le32() 650 static inline void write_at_le32(void *dest, uint32_t val, size_t offset) in write_at_le32() 660 uint64_t val; in read_le64() local 676 static inline void write_le64(void *dest, uint64_t val) in write_le64() [all …]
|
A D | atmelimage.c | 157 int val; in atmel_print_pmecc_header() local
|
A D | renesas_spkgimage.c | 31 static int check_range(const char *name, int val, int min, int max) in check_range()
|
A D | efivar.py | 202 def parse_data(val, vtype): argument
|
A D | proftool.c | 746 static int tputh(FILE *fout, unsigned int val) in tputh() 761 static int tputl(FILE *fout, ulong val) in tputl() 778 static int tputq(FILE *fout, unsigned long long val) in tputq()
|
A D | imx8mimage.c | 419 char *val; in generate_fspi_header() local
|
A D | mtk_image.c | 103 char *buf = strdup(imagename), *key, *val, *end, *next; in mtk_brom_parse_imagename() local
|
A D | imximage.c | 915 char *val; in generate_fspi_header() local
|
A D | fdtgrep.c | 516 struct value_node *val; in check_type_include() local
|
A D | kwbimage.h | 207 #define REGISTER_SET_HDR_OPT_DELAY_MS(val) ((val) ?: 1) argument
|
A D | asn1_compiler.c | 322 int val; in directive_compare() local
|
A D | kwbimage.c | 814 uint32_t val; in kwb_dump_fuse_cmds_38x() local
|
/tools/u_boot_pylib/ |
A D | tools.py | 536 def to_hex(val): argument 544 def to_hex_size(val): argument
|
/tools/gdb/ |
A D | serial.c | 25 speed_t val; member
|
A D | remote.c | 846 int val; local
|
/tools/binman/etype/ |
A D | ti_board_config.py | 110 def _convert_to_byte_chunk(self, val, data_type): argument
|
/tools/env/ |
A D | fw_env.c | 405 char *val; in fw_getenv() local 431 char *val; in fw_getdefenv() local 487 char *val = NULL; in fw_printenv() local 698 char *val = valv[i]; in fw_env_set() local 751 char *val; in fw_parse_script() local
|
/tools/binman/ |
A D | cbfs_util.py | 156 def align_int(val, align): argument 168 def align_int_down(val, align): argument
|
A D | image.py | 291 def _AppendHex(val): argument
|
/tools/buildman/ |
A D | kconfiglib.py | 1369 def _undef_assign(self, name, val, filename, linenr): argument
|