Home
last modified time | relevance | path

Searched refs:maddr (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/plugins/
H A Dapi-system.c88 unsigned maddr = (uintptr_t)mr; in qemu_plugin_hwaddr_device_name() local
89 g_autofree char *temp = g_strdup_printf("anon%08x", maddr); in qemu_plugin_hwaddr_device_name()
/openbmc/u-boot/drivers/net/
H A Dftmac100.c57 unsigned int maddr = mac[0] << 8 | mac[1]; in ftmac100_set_mac() local
60 debug ("%s(%x %x)\n", __func__, maddr, laddr); in ftmac100_set_mac()
62 writel (maddr, &ftmac100->mac_madr); in ftmac100_set_mac()
H A Dftgmac100.c267 unsigned int maddr = mac[0] << 8 | mac[1]; in ftgmac100_set_mac() local
270 debug("%s(%x %x)\n", __func__, maddr, laddr); in ftgmac100_set_mac()
272 writel(maddr, &ftgmac100->mac_madr); in ftgmac100_set_mac()
/openbmc/qemu/hw/net/
H A Dxilinx_axienet.c372 uint32_t maddr[4][2]; member
515 r = s->maddr[s->fmi & 3][addr & 1]; in enet_read()
620 s->maddr[s->fmi & 3][addr & 1] = value; in enet_write()
755 if (enet_match_addr(buf, s->maddr[i][0], s->maddr[i][1])) { in eth_rx()
/openbmc/qemu/hw/xen/
H A Dxen_pt.h117 uint64_t maddr; member
H A Dxen_pt.c510 s->bases[PCI_ROM_SLOT].access.maddr = d->rom.base_addr; in xen_pt_register_regions()
641 pcibus_t machine_addr = s->bases[bar].access.maddr in xen_pt_region_update()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c370 dma_addr_t maddr; in gpadl_iter_io() local
375 maddr = (iter->gpadl->gfns[idx] << TARGET_PAGE_BITS) | off_in_page; in gpadl_iter_io()
377 iter->map = dma_memory_map(iter->as, maddr, &mlen, iter->dir, in gpadl_iter_io()
/openbmc/qemu/
H A Dqemu-options.hx2944 "-netdev socket,id=str[,fd=h][,mcast=maddr:port[,localaddr=addr]]\n"
2945 " configure a network backend to connect to a multicast maddr and port\n"
2955 "-netdev dgram,id=str,remote.type=inet,remote.host=maddr,remote.port=port[,local.type=inet,local.host=addr]\n"
2956 "-netdev dgram,id=str,remote.type=inet,remote.host=maddr,remote.port=port[,local.type=fd,local.str=file-descriptor]\n"
2957 " configure a network backend to connect to a multicast maddr and port\n"
3497 ``-netdev socket,id=id[,fd=h][,mcast=maddr:port[,localaddr=addr]]``
3501 address maddr and port. NOTES:
3648 ``-netdev dgram,id=str,remote.type=inet,remote.host=maddr,remote.port=port[,local.type=inet,local.host=addr]``
3651 ``remote.host=maddr,remote.port=port``
3674 ``-netdev dgram,id=str,remote.type=inet,remote.host=maddr,remot
[all...]