Home
last modified time | relevance | path

Searched defs:reg0 (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/arch/arm/mach-imx/
H A Dsip.c9 unsigned long call_imx_sip(unsigned long id, unsigned long reg0, in call_imx_sip()
/openbmc/u-boot/post/lib_powerpc/
H A Dtwo.c81 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_two() local
H A Dtwox.c81 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_twox() local
H A Dthreei.c75 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_threei() local
H A Dandi.c61 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_andi() local
H A Dsrawi.c61 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_srawi() local
H A Dthreex.c125 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_threex() local
H A Dthree.c155 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_three() local
H A Drlwinm.c59 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_rlwinm() local
H A Drlwnm.c60 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_rlwnm() local
H A Drlwimi.c62 unsigned int reg0 = (reg + 0) % 32; in cpu_post_test_rlwimi() local
/openbmc/u-boot/board/mscc/jr2/
H A Djr2.c38 void __iomem *reg0, *reg1; in vcoreiii_gpio_set_alternate() local
/openbmc/qemu/tests/qtest/
H A Dbcm2835-dma-test.c55 uint32_t reg0 = readl(dma_base + BCM2708_DMA_CS); in bcm2835_dma_test_interrupt() local
H A Dhd-geo-test.c99 static void test_cmos_bytes(QTestState *qts, int reg0, int n, in test_cmos_bytes()
116 static void test_cmos_drive_cyl(QTestState *qts, int reg0, in test_cmos_drive_cyl()
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock.h107 u32 reg0; member
/openbmc/u-boot/drivers/tee/optee/
H A Dcore.c48 static void *reg_pair_to_ptr(u32 reg0, u32 reg1) in reg_pair_to_ptr()
59 static void reg_pair_from_64(u32 *reg0, u32 *reg1, u64 val) in reg_pair_from_64()
/openbmc/qemu/target/m68k/
H A Dtranslate.c707 int mode, int reg0, int opsize) in gen_lea_mode()
779 int reg0 = REG(insn, 0); in gen_lea() local
788 static TCGv gen_ea_mode(CPUM68KState *env, DisasContext *s, int mode, int reg0, in gen_ea_mode()
904 int reg0 = REG(insn, 0); in gen_ea() local
1041 int reg0, int opsize, TCGv_ptr fp, ea_what what, in gen_ea_mode_fp()
1172 int reg0 = REG(insn, 0); in gen_ea_fp() local
1943 int reg0 = REG(insn, 0); in DISAS_INSN() local
2718 int reg0 = REG(insn, 0); in DISAS_INSN() local
/openbmc/u-boot/board/gdsys/common/
H A Dosd.c203 u8 reg0, reg4, reg8, reg12, reg18, reg20; in ics8n3qv01_set() local
/openbmc/u-boot/drivers/pci/
H A Dpcie_intel_fpga.c136 static void tlp_write_tx(struct intel_fpga_pcie *pcie, u32 reg0, u32 ctrl) in tlp_write_tx()