| /openbmc/u-boot/test/lib/ |
| H A D | string.c | 109 int offset1, int offset2, int len) in test_memmove() argument 117 ut_asserteq((i + offset1 - offset2) ^ mask, buf[i]); in test_memmove() 135 int offset1, offset2, len; in lib_memcpy() local 140 for (offset1 = 0; offset1 <= SWEEP; ++offset1) { in lib_memcpy() 144 ptr = memcpy(buf2 + offset2, buf1 + offset1, in lib_memcpy() 147 if (test_memmove(uts, buf2, MASK, offset1, in lib_memcpy() 150 __func__, offset1, offset2, len); in lib_memcpy() 172 int offset1, offset2, len; in lib_memmove() local 175 for (offset1 = 0; offset1 <= SWEEP; ++offset1) { in lib_memmove() 179 ptr = memmove(buf + offset2, buf + offset1, in lib_memmove() [all …]
|
| /openbmc/u-boot/drivers/pinctrl/rockchip/ |
| H A D | pinctrl-rockchip.h | 190 drv3, offset0, offset1, \ argument 204 { .drv_type = drv1, .offset = offset1 }, \ 239 drv3, offset0, offset1, \ argument 254 { .drv_type = drv1, .offset = offset1 }, \
|
| /openbmc/u-boot/env/ |
| H A D | mmc.c | 266 u32 offset1, offset2; in env_mmc_load() local 285 if (mmc_get_env_addr(mmc, 0, &offset1) || in env_mmc_load() 291 read1_fail = read_env(mmc, CONFIG_ENV_SIZE, offset1, tmp_env1); in env_mmc_load()
|
| /openbmc/u-boot/tools/ |
| H A D | mxsboot.c | 424 uint32_t offset1, offset2; in mx28_nand_write_firmware() local 429 offset1 = fcb->firmware1_starting_sector * nand_writesize; in mx28_nand_write_firmware() 432 ret = read(infd, buf + offset1, size); in mx28_nand_write_firmware() 436 memcpy(buf + offset2, buf + offset1, size); in mx28_nand_write_firmware()
|
| /openbmc/qemu/bsd-user/ |
| H A D | mmap.c | 643 unsigned long offset1; in target_mmap() local 645 offset1 = 0; in target_mmap() 647 offset1 = offset + real_start - start; in target_mmap() 649 prot, flags, fd, offset1); in target_mmap()
|
| /openbmc/u-boot/drivers/ddr/marvell/axp/ |
| H A D | ddr3_init.h | 106 u32 ddr3_get_static_mc_value(u32 reg_addr, u32 offset1, u32 mask1, u32 offset2,
|
| H A D | ddr3_init.c | 815 u32 ddr3_get_static_mc_value(u32 reg_addr, u32 offset1, u32 mask1, u32 offset2, in ddr3_get_static_mc_value() argument 822 tmp = (reg >> offset1) & mask1; in ddr3_get_static_mc_value()
|
| /openbmc/qemu/target/i386/emulate/ |
| H A D | x86.h | 175 uint64_t offset1:16; member 180 return (uint32_t)((gate->offset1 << 16) | gate->offset0); in x86_call_gate_offset()
|
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | main.c | 27 uint16_t offset1; /* offset bits 0..15 */ member 38 return (uint64_t)desc.offset1 | ((uint64_t)desc.offset2 << 16) | in idt_desc_addr()
|
| /openbmc/u-boot/tools/dtoc/ |
| H A D | test_fdt | 144 offset1 = node2.Offset() 147 self.assertTrue(offset2 < offset1)
|
| H A D | test_fdt.py | 144 offset1 = node2.Offset() 147 self.assertTrue(offset2 < offset1)
|
| /openbmc/qemu/tests/qtest/ |
| H A D | ahci-test.c | 1437 int offset1 = 0; in test_reset_pending_callback() local 1471 ahci_guest_io(ahci, port, CMD_WRITE_DMA_EXT, ptr1, bufsize, offset1); in test_reset_pending_callback() 1494 ahci_guest_io(ahci, port, CMD_READ_DMA_EXT, ptr1, bufsize, offset1); in test_reset_pending_callback()
|