Home
last modified time | relevance | path

Searched refs:MDIO_TX_PHYAD_S (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/xilinx/
H A Dif_xaereg.h73 #define MDIO_TX_PHYAD_S 24 /* This controls the PHY address being accessed. */ macro
74 #define MDIO_TX_PHYAD_M (0x1f << MDIO_TX_PHYAD_S)
H A Dif_xae.c709 mii |= (phy << MDIO_TX_PHYAD_S); in xae_miibus_read_reg()
734 mii |= (phy << MDIO_TX_PHYAD_S); in xae_miibus_write_reg()