Searched refs:do_phy_write (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | ftgmac100.c | 382 static void do_phy_write(FTGMAC100State *s, uint8_t reg, uint16_t val) in do_phy_write() function 439 do_phy_write(s, reg, data); in do_phy_new_ctl() 457 do_phy_write(s, reg, s->phydata & 0xffff); in do_phy_ctl() 1330 do_phy_write(s->nic, reg, data); in aspeed_mii_do_phy_ctl()
|
H A D | lan9118.c | 871 static void do_phy_write(lan9118_state *s, int reg, uint32_t val) in do_phy_write() function 932 do_phy_write(s, (val >> 6) & 0x1f, s->mac_mii_data); in do_mac_write()
|