Home
last modified time | relevance | path

Searched refs:MII_ANLPAR_ACK (Results 1 – 6 of 6) sorted by relevance

/qemu/include/hw/net/
H A Dmii.h82 #define MII_ANLPAR_ACK (1 << 14) macro
/qemu/hw/net/
H A De1000x_common.h83 phy[MII_ANLPAR] &= ~MII_ANLPAR_ACK; in e1000x_update_regs_on_link_down()
H A De1000x_common.c189 phy[MII_ANLPAR] |= MII_ANLPAR_ACK; in e1000x_update_regs_on_autoneg_done()
H A Dmcf_fec.c350 v = MII_ANLPAR_ACK | MII_ANLPAR_TXFD | MII_ANLPAR_TX | in mcf_fec_read_mdio()
H A Dnpcm_gmac.c126 [MII_ANLPAR] = MII_ANLPAR_ACK | MII_ANLPAR_PAUSE |
H A Dftgmac100.c322 val = (MII_ANLPAR_ACK | MII_ANLPAR_PAUSE | MII_ANLPAR_TXFD | in do_phy_read()