Home
last modified time | relevance | path

Searched defs:gmac (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/net/
H A Dnpcm_gmac.c136 static void npcm_gmac_soft_reset(NPCMGMACState *gmac) in npcm_gmac_soft_reset()
144 static void gmac_phy_set_link(NPCMGMACState *gmac, bool active) in gmac_phy_set_link()
156 NPCMGMACState *gmac = NPCM_GMAC(qemu_get_nic_opaque(nc)); in gmac_can_receive() local
175 static void gmac_update_irq(NPCMGMACState *gmac) in gmac_update_irq()
306 static void gmac_dma_set_state(NPCMGMACState *gmac, int shift, uint32_t state) in gmac_dma_set_state()
318 NPCMGMACState *gmac = NPCM_GMAC(qemu_get_nic_opaque(nc)); in gmac_receive() local
508 static void gmac_try_send_next_packet(NPCMGMACState *gmac) in gmac_try_send_next_packet()
648 NPCMGMACState *gmac = qemu_get_nic_opaque(nc); in gmac_set_link() local
654 static void npcm_gmac_mdio_access(NPCMGMACState *gmac, uint16_t v) in npcm_gmac_mdio_access()
702 NPCMGMACState *gmac = opaque; in npcm_gmac_read() local
[all …]
/qemu/include/hw/arm/
H A Dnpcm8xx.h103 NPCMGMACState gmac[4]; member
H A Dnpcm7xx.h108 NPCMGMACState gmac[2]; member
H A Dallwinner-r40.h128 AwSun8iEmacState gmac; member