Searched refs:data_reg (Results 1 – 5 of 5) sorted by relevance
| /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/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;
|