Searched refs:phy_target (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | allwinner_emac.c | 238 s->phy_target = 0; in aw_emac_reset() 302 extract32(s->phy_target, PHY_ADDR_SHIFT, 8), in aw_emac_read() 303 extract32(s->phy_target, PHY_REG_SHIFT, 8)); in aw_emac_read() 401 s->phy_target = value; in aw_emac_write() 404 RTL8201CP_mdio_write(s, extract32(s->phy_target, PHY_ADDR_SHIFT, 8), in aw_emac_write() 405 extract32(s->phy_target, PHY_REG_SHIFT, 8), value); in aw_emac_write() 505 VMSTATE_UINT32(phy_target, AwEmacState),
|
/openbmc/qemu/include/hw/net/ |
H A D | allwinner_emac.h | 165 uint32_t phy_target; member
|