Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dskge.c1099 if (hw->phy_type == SK_PHY_XMAC) in __xm_phy_read()
1561 if (hw->phy_type != SK_PHY_XMAC) { in genesis_mac_init()
1577 case SK_PHY_XMAC: in genesis_mac_init()
1718 if (hw->phy_type != SK_PHY_XMAC) { in genesis_stop()
1776 if (hw->phy_type == SK_PHY_XMAC && (status & XM_IS_INP_ASS)) { in genesis_mac_intr()
1850 if (hw->phy_type != SK_PHY_XMAC && skge->duplex == DUPLEX_FULL) in genesis_link_up()
2665 if (is_genesis(hw) && hw->phy_type == SK_PHY_XMAC) in skge_down()
3557 case SK_PHY_XMAC: in skge_reset()
3610 if (!(is_genesis(hw) && hw->phy_type == SK_PHY_XMAC)) in skge_reset()
H A Dskge.h515 SK_PHY_XMAC = 0,/* integrated in XMAC II */ enumerator