Searched refs:cin (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/arch/arm/mach-socfpga/ |
| H A D | mailbox_s10.c | 25 #define MBOX_WRITE_CMD_BUF(data, cin) \ argument 26 MBOX_WRITEL(data, MBOX_CMD_BUF + ((cin) * sizeof(u32))) 50 u32 cin; in mbox_fill_cmd_circular_buff() local 54 cin = MBOX_READL(MBOX_CIN) % MBOX_CMD_BUFFER_SIZE; in mbox_fill_cmd_circular_buff() 60 if (((cin + 1) % MBOX_CMD_BUFFER_SIZE) == cout || in mbox_fill_cmd_circular_buff() 61 ((MBOX_CMD_BUFFER_SIZE - cin + cout - 1) % in mbox_fill_cmd_circular_buff() 66 MBOX_WRITE_CMD_BUF(header, cin++); in mbox_fill_cmd_circular_buff() 68 cin %= MBOX_CMD_BUFFER_SIZE; in mbox_fill_cmd_circular_buff() 72 MBOX_WRITE_CMD_BUF(arg[i], cin++); in mbox_fill_cmd_circular_buff() 74 cin %= MBOX_CMD_BUFFER_SIZE; in mbox_fill_cmd_circular_buff() [all …]
|
| /openbmc/openpower-vpd-parser/vpd-tool/src/ |
| H A D | vpd_tool_main.cpp | 56 std::cin >> std::setw(MAX_CONFIRMATION_STR_LENGTH) >> l_confirmation; in doMfgClean()
|
| H A D | vpd_tool.cpp | 388 std::cin >> l_userSelectedOption; in fixSystemVpd() 1264 std::cin >> l_userSelectedOption; in handleMoreOption() 1291 std::cin >> l_newValue; in handleMoreOption()
|
| /openbmc/qemu/target/sparc/ |
| H A D | translate.c | 393 static void gen_op_addcc_int(TCGv dst, TCGv src1, TCGv src2, TCGv cin) in gen_op_addcc_int() argument 397 if (cin) { in gen_op_addcc_int() 398 tcg_gen_addcio_tl(cpu_cc_N, cpu_cc_C, src1, src2, cin); in gen_op_addcc_int() 460 static void gen_op_subcc_int(TCGv dst, TCGv src1, TCGv src2, TCGv cin) in gen_op_subcc_int() argument 464 if (cin) { in gen_op_subcc_int() 465 tcg_gen_sub2_tl(cpu_cc_N, cpu_cc_C, src1, z, cin, z); in gen_op_subcc_int()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | emit.c.inc | 3471 /* high = (T0 << 1) | cin */ 3472 TCGv cin = have_1bit_cin ? decode->cc_dst : decode->cc_src; 3473 tcg_gen_deposit_tl(high, cin, s->T0, 1, TARGET_LONG_BITS - 1); 3475 /* Same as above but without deposit; cin in cc_dst. */ 3523 TCGv cin = have_1bit_cin ? decode->cc_dst : decode->cc_src; 3524 tcg_gen_deposit_tl(high, cin, s->T0, 1, TARGET_LONG_BITS - 1); 3526 /* Same as above but without deposit; cin in cc_dst. */
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | CC-BY-NC-SA-2.0-FR | 17 …ons, les arrangements musicaux, les adaptations théâtrales, littéraires ou cinématographiques, les…
|