Home
last modified time | relevance | path

Searched refs:ptr2 (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h249 unsigned char *ptr2; in readsb() local
252 ptr2 = (unsigned char *)data; in readsb()
255 *ptr2 = *ptr; in readsb()
256 ptr2++; in readsb()
264 unsigned short *ptr2; in readsw() local
267 ptr2 = (unsigned short *)data; in readsw()
270 *ptr2 = *ptr; in readsw()
271 ptr2++; in readsw()
279 unsigned int *ptr2; in readsl() local
282 ptr2 = (unsigned int *)data; in readsl()
[all …]
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h262 unsigned char *ptr2 = (unsigned char *)data; in readsb() local
264 *ptr2 = *ptr; in readsb()
265 ptr2++; in readsb()
273 unsigned short *ptr2 = (unsigned short *)data; in readsw() local
275 *ptr2 = *ptr; in readsw()
276 ptr2++; in readsw()
284 unsigned int *ptr2 = (unsigned int *)data; in readsl() local
286 *ptr2 = *ptr; in readsl()
287 ptr2++; in readsl()
294 unsigned char *ptr2 = (unsigned char *)data; in writesb() local
[all …]
/openbmc/qemu/pc-bios/vof/
H A Dlibc.c41 int memcmp(const void *ptr1, const void *ptr2, size_t n) in memcmp() argument
44 const unsigned char *p2 = ptr2; in memcmp()
H A Dvof.h26 int memcmp(const void *ptr1, const void *ptr2, size_t n);
/openbmc/u-boot/board/ti/ks2_evm/
H A Dddr3_k2g.c22 .ptr2 = 0,
62 .ptr2 = 0,
123 .ptr2 = 0,
H A Dddr3_cfg.c20 .ptr2 = 0, /* not set in gel */
/openbmc/u-boot/lib/
H A Dhexdump.c104 const u16 *ptr2 = buf; in hex_dump_to_buffer() local
109 get_unaligned(ptr2 + j)); in hex_dump_to_buffer()
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dddr3.h20 unsigned int ptr2; member
/openbmc/qemu/util/
H A Doslib-posix.c708 void *ptr2; in qemu_alloc_stack() local
745 for (ptr2 = ptr + pagesz; ptr2 < ptr + *sz; ptr2 += sizeof(uint32_t)) { in qemu_alloc_stack()
746 *(uint32_t *)ptr2 = 0xdeadbeaf; in qemu_alloc_stack()
/openbmc/u-boot/board/imgtec/ci20/
H A Dci20.c295 .ptr2 = 0x04013880,
339 .ptr2 = 0x04013880,
/openbmc/u-boot/lib/efi/
H A Defi_stub.c251 void *ptr1, int size1, void *ptr2, int size2) in add_entry_addr() argument
261 memcpy((void *)(hdr + 1) + size1, ptr2, size2); in add_entry_addr()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1433 uint64_t ptr2; in test_reset_pending_callback() local
1457 ptr2 = ahci_alloc(ahci, bufsize); in test_reset_pending_callback()
1459 g_assert(ptr1 && ptr2); in test_reset_pending_callback()
1468 qtest_bufwrite(ahci->parent->qts, ptr2, tx2, bufsize); in test_reset_pending_callback()
1475 ahci_command_adjust(cmd, offset2, ptr2, bufsize, 0); in test_reset_pending_callback()
1498 ahci_guest_io(ahci, port, CMD_READ_DMA_EXT, ptr2, bufsize, offset2); in test_reset_pending_callback()
1499 qtest_bufread(ahci->parent->qts, ptr2, rx2, bufsize); in test_reset_pending_callback()
1503 ahci_free(ahci, ptr2); in test_reset_pending_callback()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun8i_a33.h81 u32 ptr2; /* 0x4c */ member
H A Ddram_sun8i_a83t.h81 u32 ptr2; /* 0x4c */ member
H A Ddram_sun8i_a23.h172 u32 ptr2; /* 0x24 */ member
H A Ddram_sun6i.h165 u32 ptr2; /* 0x20 */ member
/openbmc/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_ddr.h133 u32 ptr2; member
H A Dstm32mp1_ddr_regs.h149 u32 ptr2; /* 0x20 R/W PHY Timing 2*/ member
H A Dstm32mp1_ddr.c142 DDRPHY_REG_TIMING(ptr2),
/openbmc/u-boot/arch/arm/mach-keystone/
H A Dddr3_spd.c26 debug_ddr_cfg("ptr2 0x%08X\n", ptr->ptr2); in dump_phy_config()
311 spd_cb->phy_cfg.ptr2 = 0; in init_ddr3param()
/openbmc/u-boot/arch/mips/mach-jz47xx/jz4780/
H A Dsdram.c81 writel(ddr_config->ptr2, ddr_phy_regs + DDRP_PTR2); in ddr_phy_init()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun8i_a23.c130 writel((dram_para.tpr0 & 0x000fffff), &mctl_phy->ptr2); in mctl_init()
H A Ddram_sun6i.c131 writel((MCTL_TDINIT3 << 17) | MCTL_TDINIT2, &mctl_phy->ptr2); in mctl_channel_init()
/openbmc/u-boot/arch/mips/mach-jz47xx/include/mach/
H A Djz4780_dram.h442 u32 ptr2; /* PHY Timing Register 1 */ member
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c1410 uint32_t pg, off, ptr1, ptr2, max, mult; in ehci_process_itd() local
1441 ptr2 = (itd->bufptr[pg + 1] & ITD_BUFPTR_MASK); in ehci_process_itd()
1445 qemu_sglist_add(&ehci->isgl, ptr2, len2); in ehci_process_itd()

12