Searched refs:phys_base (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | ehci-rmobile.c | 65 u32 phys_base; in ehci_hcd_init() local 74 phys_base = base; in ehci_hcd_init() 96 writel(phys_base | PCIWIN2_PCICMD, &ahbcom_pci->ahbpci_win2_ctr); in ehci_hcd_init() 104 writel(phys_base + AHBPCI_OFFSET, &ahbconf_pci->basead); in ehci_hcd_init() 112 writel(phys_base + OHCI_OFFSET, &ahb_pciconf_ohci->basead); in ehci_hcd_init() 113 writel(phys_base + EHCI_OFFSET, &ahb_pciconf_ehci->basead); in ehci_hcd_init()
|
| /openbmc/qemu/include/system/ |
| H A D | dump-arch.h | 23 uint64_t phys_base; /* The target's physmem base. */ member
|
| H A D | dump.h | 102 uint32_t phys_base; member 121 uint64_t phys_base; member
|
| /openbmc/qemu/include/hw/arm/ |
| H A D | soc_dma.h | 99 void soc_dma_port_add_mem(struct soc_dma_s *dma, uint8_t *phys_base,
|
| /openbmc/qemu/hw/dma/ |
| H A D | soc_dma.c | 309 void soc_dma_port_add_mem(struct soc_dma_s *soc, uint8_t *phys_base, in soc_dma_port_add_mem() argument 357 entry->u.mem.base = phys_base; in soc_dma_port_add_mem()
|
| /openbmc/qemu/docs/specs/ |
| H A D | vmcoreinfo.rst | 51 as a key=value text file, looking for ``NUMBER(phys_base)`` key
|
| /openbmc/qemu/dump/ |
| H A D | dump.c | 1020 kh->phys_base = cpu_to_dump32(s, s->dump_info.phys_base); in create_header32() 1131 kh->phys_base = cpu_to_dump64(s, s->dump_info.phys_base); in create_header64() 1741 uint64_t size, note_head_size, name_size, phys_base; in vmcoreinfo_update_phys_base() local 1768 &phys_base) < 0) { in vmcoreinfo_update_phys_base() 1771 s->dump_info.phys_base = phys_base; in vmcoreinfo_update_phys_base()
|
| /openbmc/qemu/target/arm/ |
| H A D | arch_dump.c | 420 info->phys_base = lowest_addr; in cpu_get_dump_info() 427 info->phys_base = lowest_addr; in cpu_get_dump_info()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0027-corstone1000-set-kernel_addr-based-on-boot_idx.patch | 95 + ret |= env_set_hex("kernel_addr", plat->phys_base +
|