Home
last modified time | relevance | path

Searched refs:MIISTATUS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/net/
H A Dopencores_eth.c152 MIISTATUS, enumerator
327 SET_REGFIELD(s, MIISTATUS, LINKFAIL, nc->link_down); in open_eth_set_link_status()
647 SET_REGFIELD(s, MIISTATUS, LINKFAIL, qemu_get_queue(s->nic)->link_down);
670 [MIISTATUS] = open_eth_ro,
/openbmc/u-boot/drivers/net/
H A Dethoc.c38 #define MIISTATUS 0x3c macro
550 rc = wait_for_bit_le32(ethoc_reg(priv, MIISTATUS), in ethoc_mdio_read()
573 rc = wait_for_bit_le32(ethoc_reg(priv, MIISTATUS), in ethoc_mdio_write()
/openbmc/linux/drivers/net/ethernet/
H A Dethoc.c47 #define MIISTATUS 0x3c macro
634 u32 status = ethoc_read(priv, MIISTATUS); in ethoc_mdio_read()
657 u32 stat = ethoc_read(priv, MIISTATUS); in ethoc_mdio_write()