Searched refs:M_MAC_MDIO_OUT (Results 1 – 2 of 2) sorted by relevance
358 bits = M_MAC_MDIO_DIR_OUTPUT | M_MAC_MDIO_OUT; in sbmac_mii_sync()397 bits |= M_MAC_MDIO_OUT; in sbmac_mii_senddata()398 else bits &= ~M_MAC_MDIO_OUT; in sbmac_mii_senddata()
639 #define M_MAC_MDIO_OUT _SB_MAKEMASK1(S_MAC_MDIO_OUT) macro