Home
last modified time | relevance | path

Searched refs:TYPE_NPCM_GMAC (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/net/
H A Dnpcm_gmac.c882 TYPE_NPCM_GMAC, 8 * KiB); in npcm_gmac_realize()
888 gmac->nic = qemu_new_nic(&net_npcm_gmac_info, &gmac->conf, TYPE_NPCM_GMAC, in npcm_gmac_realize()
907 .name = TYPE_NPCM_GMAC,
936 .name = TYPE_NPCM_GMAC,
/openbmc/qemu/tests/qtest/
H A Dnpcm_gmac-test.c24 #define TYPE_NPCM_GMAC "npcm-gmac" macro
/openbmc/qemu/include/hw/net/
H A Dnpcm_gmac.h170 #define TYPE_NPCM_GMAC "npcm-gmac" macro
/openbmc/qemu/hw/arm/
H A Dnpcm7xx.c470 object_initialize_child(obj, "gmac[*]", &s->gmac[i], TYPE_NPCM_GMAC); in npcm7xx_init()