/openbmc/u-boot/board/socrates/ |
H A D | upm_table.h | 20 0x00fcec00, 0x00fcec00, 0x00fcec00, 0x00fcec00, /* Words 0 to 3 */ 21 0x00fcec00, 0x00fcfc00, 0x00fcfc00, 0x00fcec05, /* Words 4 to 7 */ 22 0x00fcec00, 0x00fcec00, 0x00fcec04, 0x00fcec04, /* Words 8 to 11 */ 23 0x00fcec04, 0x00fcec04, 0x00fcec04, 0x00fcec04, /* Words 12 to 15 */ 24 0x00fcec04, 0x00fcec04, 0x0fffec00, 0xffffec00, /* Words 16 to 19 */ 25 0xffffec00, 0xffffec00, 0xffffec00, 0xffffec01, /* Words 20 to 23 */ 26 0x00ffec00, 0x00ffec00, 0x00f3ec00, 0x0fffec00, /* Words 24 to 27 */ 27 0x0ffffc04, 0xffffec00, 0xffffec00, 0xffffec01, /* Words 28 to 31 */ 28 0x00ffec00, 0x00ffec00, 0x00f3ec04, 0x00f3ec04, /* Words 32 to 35 */ 29 0x00f3ec04, 0x00f3ec04, 0x00f3ec04, 0x00f3ec04, /* Words 36 to 39 */ [all …]
|
/openbmc/qemu/system/ |
H A D | qtest.c | 334 static bool (*process_command_cb)(CharBackend *chr, gchar **words); 336 void qtest_set_command_cb(bool (*pc_cb)(CharBackend *chr, gchar **words)) in qtest_set_command_cb() argument 352 static void qtest_process_command(CharBackend *chr, gchar **words) in qtest_process_command() argument 356 g_assert(words); in qtest_process_command() 358 command = words[0]; in qtest_process_command() 364 for (i = 0; words[i]; i++) { in qtest_process_command() 365 fprintf(qtest_log_fp, " %s", words[i]); in qtest_process_command() 371 if (strcmp(words[0], "irq_intercept_out") == 0 in qtest_process_command() 372 || strcmp(words[0], "irq_intercept_in") == 0) { in qtest_process_command() 379 g_assert(words[1]); in qtest_process_command() [all …]
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | div64.c | 16 } words; member 25 output.words.higher = output.words.lower << (shift - 32); in __ashldi3() 26 output.words.lower = 0; in __ashldi3() 30 output.words.higher = (output.words.higher << shift) | in __ashldi3() 31 (output.words.lower >> (32 - shift)); in __ashldi3() 32 output.words.lower = output.words.lower << shift; in __ashldi3() 43 output.words.lower = output.words.higher >> (shift - 32); in __lshrdi3() 44 output.words.higher = 0; in __lshrdi3() 48 output.words.lower = output.words.lower >> shift | in __lshrdi3() 49 (output.words.higher << (32 - shift)); in __lshrdi3() [all …]
|
/openbmc/phosphor-led-sysfs/ |
H A D | sysfs.cpp | 141 * Summary: It's bonkers (not my words, but describes it well) 148 std::vector<std::optional<std::string>> words; in getLedDescr() local 156 words.emplace_back(std::nullopt); in getLedDescr() 160 words.emplace_back(item); in getLedDescr() 166 words.emplace_back(std::nullopt); in getLedDescr() 175 if (words.size() != 3) in getLedDescr() 179 "DESC", name, "NPARTS", words.size()); in getLedDescr() 182 switch (words.size()) in getLedDescr() 186 ledDescr.function = words.at(2); in getLedDescr() 187 ledDescr.color = words.at(1); in getLedDescr() [all …]
|
/openbmc/u-boot/tools/ |
H A D | microcode-tool.py | 23 words: List of hex words containing the microcode. The first 16 words 28 # Convert data into a list of hex words 29 self.words = [] 33 self.words.append(int(hexval, 0)) 36 self.model = '%x' % self.words[3] 115 words = line.split(',')[:-1] 116 data += [word + ',' for word in words] 203 words = '' 207 words += '\n/* %s */' % mcode.name 208 for i in range(len(mcode.words)): [all …]
|
H A D | microcode-tool | 23 words: List of hex words containing the microcode. The first 16 words 28 # Convert data into a list of hex words 29 self.words = [] 33 self.words.append(int(hexval, 0)) 36 self.model = '%x' % self.words[3] 115 words = line.split(',')[:-1] 116 data += [word + ',' for word in words] 203 words = '' 207 words += '\n/* %s */' % mcode.name 208 for i in range(len(mcode.words)): [all …]
|
/openbmc/u-boot/include/ |
H A D | ide.h | 47 void ide_read_data(int dev, ulong *sect_buf, int words); 48 void ide_write_data(int dev, const ulong *sect_buf, int words); 56 void ide_input_swap_data(int dev, ulong *sect_buf, int words); 57 void ide_input_data(int dev, ulong *sect_buf, int words); 58 void ide_output_data(int dev, const ulong *sect_buf, int words);
|
H A D | ata.h | 171 unsigned short cur_capacity1; /* (2 words, misaligned int) */ 182 unsigned short words69_70[2]; /* reserved words 69-70 */ 183 unsigned short words71_74[4]; /* reserved words 71-74 */ 185 unsigned short words76_79[4]; /* reserved words 76-79 */ 200 unsigned short words94_99[6];/* reserved words 94-99 */ 203 unsigned short words104_125[22];/* reserved words 104-125 */ 224 unsigned short words130_155[26];/* reserved vendor words 130-155 */ 226 unsigned short words157_159[3];/* reserved vendor words 157-159 */ 227 unsigned short words160_162[3];/* reserved words 160-162 */ 229 unsigned short words164_255[92];/* reserved words 164-255 */
|
/openbmc/hiomapd/vpnor/ |
H A D | ffs.h | 30 /* The partition structure has 16 'user data' words, which can be used to store 78 * @resvd: Reserved words for future use 80 * @checksum: Partition checksum (includes all words above) - the 82 * words above. This is used for detecting a corruption 116 * @resvd: Reserved words for future use 117 * @checksum: Header checksum (includes all words above) - the 119 * words above. This is used for detecting a corruption
|
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition_defs.h | 30 /* The partition structure has 16 'user data' words, which can be used to store 78 * @resvd: Reserved words for future use 80 * @checksum: Partition checksum (includes all words above) - the 82 * words above. This is used for detecting a corruption 116 * @resvd: Reserved words for future use 117 * @checksum: Header checksum (includes all words above) - the 119 * words above. This is used for detecting a corruption
|
/openbmc/u-boot/doc/ |
H A D | README.fuse | 16 A fuse bank is the smallest group of fuse words having a common ID, as defined 29 Read fuse words from the shadow cache. 34 fuse words. This operation does not update the shadow cache. 41 Program fuse words. This operation directly affects the fusebox and is 53 Override fuse words in the shadow cache.
|
/openbmc/phosphor-led-sysfs/interfaces/ |
H A D | internal_interface.cpp | 40 std::vector<std::string> words; in getDbusName() local 43 words.emplace_back(ledDescr.devicename.value()); in getDbusName() 47 words.emplace_back(ledDescr.function.value()); in getDbusName() 52 words.emplace_back(ledDescr.color.value()); in getDbusName() 56 std::accumulate(std::next(words.begin()), words.end(), words[0], in getDbusName()
|
/openbmc/u-boot/board/keymile/km83xx/ |
H A D | km83xx.c | 100 0x1ffedc00, 0x0ffcdc80, 0x0ffcdc80, 0x0ffcdc04, /* Words 0 to 3 */ 101 0x0ffcdc00, 0xffffcc00, 0xffffcc01, 0xfffffc01, /* Words 4 to 7 */ 102 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 8 to 11 */ 103 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 12 to 15 */ 104 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 16 to 19 */ 105 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 20 to 23 */ 106 0x9cfffc00, 0x00fffc80, 0x00fffc80, 0x00fffc00, /* Words 24 to 27 */ 107 0xffffec04, 0xffffec01, 0xfffffc01, 0xfffffc01, /* Words 28 to 31 */ 108 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 32 to 35 */ 109 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 36 to 39 */ [all …]
|
/openbmc/qemu/util/ |
H A D | bitops.c | 132 unsigned long words; in find_last_bit() local 136 words = size / BITS_PER_LONG; in find_last_bit() 140 tmp = (addr[words] & (~0UL >> (BITS_PER_LONG in find_last_bit() 147 while (words) { in find_last_bit() 148 tmp = addr[--words]; in find_last_bit() 151 return words * BITS_PER_LONG + BITS_PER_LONG - 1 - clzl(tmp); in find_last_bit()
|
/openbmc/qemu/disas/ |
H A D | hexagon.c | 34 uint32_t words[PACKET_WORDS_MAX]; in print_insn_hexagon() local 41 (bfd_byte *)&words[i], in print_insn_hexagon() 50 if (is_packet_end(words[i])) { in print_insn_hexagon() 61 len = disassemble_hexagon(words, i, memaddr, buf); in print_insn_hexagon()
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_md.py | 31 words = 0x10 32 addr_repeat = '%08x' % (ram_base + (words * 4)) 33 u_boot_console.run_command('md %s %x' % (addr_base, words))
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv_hart.c | 81 static bool csr_qtest_callback(CharBackend *chr, gchar **words) in csr_qtest_callback() argument 83 if (strcmp(words[0], "csr") == 0) { in csr_qtest_callback() 89 rc = qemu_strtou64(words[2], NULL, 0, &cpu); in csr_qtest_callback() 91 rc = qemu_strtoi(words[3], NULL, 0, &csr); in csr_qtest_callback() 93 rc = qemu_strtou64(words[4], NULL, 0, &val); in csr_qtest_callback() 95 csr_call(words[1], cpu, csr, &val); in csr_qtest_callback()
|
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
H A D | 0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch | 24 words. We must detangle them here. */ 29 /* First four control words, 32 bits. */ 38 /* Now the 64 bit words. */
|
/openbmc/qemu/include/qemu/ |
H A D | fifo32.h | 27 * @capacity: capacity of the newly created FIFO expressed in 32 bit words 57 * Returns: Number of free 32 bit words. 71 * Returns: Number of used 32 bit words. 103 * @size: number of 32 bit words to push 145 * as a set of native-order words.
|
/openbmc/webui-vue/src/store/ |
H A D | api.js | 116 const words = i.MessageId.split('.'); constant 117 return words[words.length - 1] === key && words[0] === registry;
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | codeparser.py | 464 words = chain(*[item[0] for item in value.items]) 466 return cmds, words 477 return None, chain(value.words, (assign[1] for assign in value.assigns)) 502 more_tokens, words = token_handlers[name](value) 509 if words: 510 self.process_words(words) 514 def process_words(self, words): argument 515 """Process a set of 'words' in pyshyacc parlance, which includes 520 words = list(words) 521 for word in words: [all …]
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | stack.c | 20 gd->start_addr_sp -= 128; /* leave 32 words for abort-stack */ in arch_reserve_stacks() 27 /* leave 3 words for abort-stack, plus 1 for alignment */ in arch_reserve_stacks()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-twisted_24.11.0.bb | 22 ${PN}-words \ 41 ${PN}-words \ 64 RDEPENDS:${PN}-words += "${PN}-core" 158 FILES:${PN}-words = " \ 161 ${PYTHON_SITEPACKAGES_DIR}/twisted/words \
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | src.hpp | 44 * - 8 4B words of hex data 153 * Even though there always 8 words, this returns 9 due to previous 174 * @brief Returns the 8 hex data words. 343 * @brief Fills in the user defined hex words from the 348 * fields to use to fill in the user defined hex data words 6-9 349 * (which correspond to hexData words 4-7). 368 * @brief Says if the word number is in the range of user defined words. 370 * This is only used for BMC generated SRCs, where words 6 - 9 are the 618 * number of hex words (8) + 1 = 9. 634 * @brief The SRC 'hex words'. [all …]
|
/openbmc/u-boot/cmd/ |
H A D | fuse.c | 137 "read <bank> <word> [<cnt>] - read 1 or 'cnt' fuse words,\n" 139 "fuse sense <bank> <word> [<cnt>] - sense 1 or 'cnt' fuse words,\n" 142 " several fuse words, starting at 'word' (PERMANENT)\n" 144 " several fuse words, starting at 'word'"
|