Searched refs:dst_offset (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/hw/display/ |
| H A D | ati_2d.c | 72 s->regs.dst_offset : s->regs.default_offset); in ati_2d_blt() 86 s->regs.src_offset, s->regs.dst_offset, s->regs.default_offset, in ati_2d_blt() 178 s->regs.dst_offset + in ati_2d_blt() 232 s->regs.dst_offset + in ati_2d_blt()
|
| H A D | ati_int.h | 60 uint32_t dst_offset; member
|
| H A D | ati.c | 436 val = s->regs.dst_offset; in ati_mm_read() 788 s->regs.dst_offset = data & 0xfffffff0; in ati_mm_write() 790 s->regs.dst_offset = data & 0xfffffc00; in ati_mm_write() 838 s->regs.dst_offset = (data & 0x1fffff) << 5; in ati_mm_write() 842 s->regs.dst_offset = (data & 0x3fffff) << 10; in ati_mm_write()
|
| /openbmc/qemu/hw/acpi/ |
| H A D | bios-linker-loader.c | 88 uint32_t dst_offset; member 342 entry.wr_pointer.dst_offset = cpu_to_le32(dst_patched_offset); in bios_linker_loader_write_pointer()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | 0001-liftoff-Correct-function-signatures.patch | 34 inline void MoveStackValue(uint32_t dst_offset, uint32_t src_offset,
|
| /openbmc/qemu/include/block/ |
| H A D | block-io.h | 329 BdrvChild *dst, int64_t dst_offset,
|
| /openbmc/qemu/contrib/vhost-user-gpu/ |
| H A D | vhost-user-gpu.c | 599 uint32_t src_offset, dst_offset, stride; in vg_transfer_to_host_2d() local 638 dst_offset = (t2d.r.y + h) * stride + (t2d.r.x * bpp); in vg_transfer_to_host_2d() 642 + dst_offset, t2d.r.width * bpp); in vg_transfer_to_host_2d()
|