Home
last modified time | relevance | path

Searched defs:reg2 (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dmemcpy.S44 .macro enter reg1 reg2
48 .macro exit reg1 reg2
/openbmc/u-boot/arch/arm/mach-imx/
H A Dsip.c10 unsigned long reg1, unsigned long reg2) in call_imx_sip()
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dset_device_action_tests.cpp58 Device reg2{ in TEST() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c68 uint8_t idx, reg1, reg2, reg3, tmp1, tmp2; in nand_calculate_ecc() local
/openbmc/u-boot/post/lib_powerpc/
H A Dthreex.c127 unsigned int reg2 = (reg + 2) % 32; in cpu_post_test_threex() local
H A Dthree.c157 unsigned int reg2 = (reg + 2) % 32; in cpu_post_test_three() local
H A Drlwnm.c62 unsigned int reg2 = (reg + 2) % 32; in cpu_post_test_rlwnm() local
/openbmc/u-boot/drivers/ddr/imx/imx8m/
H A Dddrphy_utils.c51 unsigned int reg, reg2; in get_stream_message() local
/openbmc/qemu/hw/rtc/
H A Daspeed_rtc.c32 uint32_t reg2 = rtc->reg[COUNTER2]; in aspeed_rtc_calc_offset() local
/openbmc/u-boot/drivers/spi/
H A Dfsl_qspi.c419 u32 reg, reg2; in qspi_enable_ddr_mode() local
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c893 TCGv reg2; member
3495 int reg2 = (modrm & 7) | REX_B(s); in gen_multi0F() local
3597 int reg2 = (modrm & 7) | REX_B(s); in gen_multi0F() local
/openbmc/qemu/target/s390x/
H A Dioinst.c733 void ioinst_handle_schm(S390CPU *cpu, uint64_t reg1, uint64_t reg2, in ioinst_handle_schm()
/openbmc/qemu/target/m68k/
H A Dtranslate.c3210 static void do_exg(TCGv reg1, TCGv reg2) in do_exg()