Home
last modified time | relevance | path

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

/freebsd/sys/dev/ae/
H A Dif_aereg.h269 #define AE_MDIO_BUSY 0x08000000 /* MDIO is busy. */ macro
H A Dif_ae.c826 if ((val & (AE_MDIO_START | AE_MDIO_BUSY)) == 0) in ae_miibus_readreg()
862 if ((aereg & (AE_MDIO_START | AE_MDIO_BUSY)) == 0) in ae_miibus_writereg()