| /openbmc/u-boot/drivers/mailbox/ |
| H A D | k3-sec-proxy.c | 205 void __iomem *data_reg; in k3_sec_proxy_send() local 225 data_reg = spt->data + spm->desc->data_start_offset; in k3_sec_proxy_send() 228 num_words--, data_reg += sizeof(u32), word_data++) in k3_sec_proxy_send() 229 writel(*word_data, data_reg); in k3_sec_proxy_send() 237 writel(data_trail, data_reg); in k3_sec_proxy_send() 238 data_reg++; in k3_sec_proxy_send() 245 if (data_reg <= (spt->data + spm->desc->data_end_offset)) in k3_sec_proxy_send() 266 void __iomem *data_reg; in k3_sec_proxy_recv() local 278 data_reg = spt->data + spm->desc->data_start_offset; in k3_sec_proxy_recv() 282 num_words--, data_reg += sizeof(u32), word_data++) in k3_sec_proxy_recv() [all …]
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | sh_pfc.c | 175 struct pinmux_data_reg *data_reg; in setup_data_reg() local 183 data_reg = gpioc->data_regs + k; in setup_data_reg() 185 if (!data_reg->reg_width) in setup_data_reg() 188 data_reg->mapped_reg = pfc_phys_to_virt(gpioc, data_reg->reg); in setup_data_reg() 190 for (n = 0; n < data_reg->reg_width; n++) { in setup_data_reg() 191 if (data_reg->enum_ids[n] == gpiop->enum_id) { in setup_data_reg()
|
| /openbmc/qemu/hw/intc/ |
| H A D | pnv_xive2.c | 448 int i, spec_reg, data_reg; in pnv_xive2_end_update() local 454 data_reg = (VC_ENDC_WATCH0_DATA0 + watch_engine * 0x40) >> 3; in pnv_xive2_end_update() 459 endc_watch[i] = cpu_to_be64(xive->vc_regs[data_reg + i]); in pnv_xive2_end_update() 471 int i, spec_reg, data_reg; in pnv_xive2_end_cache_load() local 476 data_reg = (VC_ENDC_WATCH0_DATA0 + watch_engine * 0x40) >> 3; in pnv_xive2_end_cache_load() 485 xive->vc_regs[data_reg + i] = be64_to_cpu(endc_watch[i]); in pnv_xive2_end_cache_load() 543 int i, spec_reg, data_reg; in pnv_xive2_nxc_update() local 549 data_reg = (PC_NXC_WATCH0_DATA0 + watch_engine * 0x40) >> 3; in pnv_xive2_nxc_update() 557 nxc_watch[i] = cpu_to_be64(xive->pc_regs[data_reg + i]); in pnv_xive2_nxc_update() 569 int i, spec_reg, data_reg; in pnv_xive2_nxc_cache_load() local [all …]
|
| /openbmc/qemu/tcg/loongarch64/ |
| H A D | tcg-target.c.inc | 1170 static void tgen_qemu_ld(TCGContext *s, TCGType type, TCGReg data_reg, 1177 tcg_out_qemu_ld_indexed(s, get_memop(oi), type, data_reg, h); 1181 ldst->datalo_reg = data_reg; 1215 static void tgen_qemu_st(TCGContext *s, TCGType type, TCGReg data_reg, 1222 tcg_out_qemu_st_indexed(s, get_memop(oi), data_reg, h); 1226 ldst->datalo_reg = data_reg;
|
| /openbmc/qemu/tcg/riscv/ |
| H A D | tcg-target.c.inc | 1836 static void tgen_qemu_ld(TCGContext *s, TCGType type, TCGReg data_reg, 1843 tcg_out_qemu_ld_direct(s, data_reg, base, get_memop(oi), type); 1847 ldst->datalo_reg = data_reg; 1885 static void tgen_qemu_st(TCGContext *s, TCGType type, TCGReg data_reg, 1892 tcg_out_qemu_st_direct(s, data_reg, base, get_memop(oi)); 1896 ldst->datalo_reg = data_reg;
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target.c.inc | 2084 static void tgen_qemu_ld(TCGContext *s, TCGType type, TCGReg data_reg, 2091 tcg_out_qemu_ld_direct(s, get_memop(oi), data_reg, h); 2095 ldst->datalo_reg = data_reg; 2105 static void tgen_qemu_st(TCGContext *s, TCGType type, TCGReg data_reg, 2112 tcg_out_qemu_st_direct(s, get_memop(oi), data_reg, h); 2116 ldst->datalo_reg = data_reg;
|
| /openbmc/qemu/tcg/aarch64/ |
| H A D | tcg-target.c.inc | 1805 static void tgen_qemu_ld(TCGContext *s, TCGType data_type, TCGReg data_reg, 1812 tcg_out_qemu_ld_direct(s, get_memop(oi), data_type, data_reg, h); 1816 ldst->datalo_reg = data_reg; 1826 static void tgen_qemu_st(TCGContext *s, TCGType data_type, TCGReg data_reg, 1833 tcg_out_qemu_st_direct(s, get_memop(oi), data_reg, h); 1837 ldst->datalo_reg = data_reg;
|