Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c65 XTXMAC_SW_RST_REG,
1754 XMAC_REG_WR(handle, portn, XTXMAC_SW_RST_REG, XTXMAC_REG_RST); in npi_xmac_reset()
1755 XMAC_WAIT_REG(handle, portn, XTXMAC_SW_RST_REG, val); in npi_xmac_reset()
1763 XMAC_REG_WR(handle, portn, XTXMAC_SW_RST_REG, XTXMAC_SOFT_RST); in npi_xmac_reset()
1764 XMAC_WAIT_REG(handle, portn, XTXMAC_SW_RST_REG, val); in npi_xmac_reset()
1772 XMAC_REG_WR(handle, portn, XTXMAC_SW_RST_REG, in npi_xmac_reset()
1774 XMAC_WAIT_REG(handle, portn, XTXMAC_SW_RST_REG, val); in npi_xmac_reset()
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h521 #define XTXMAC_SW_RST_REG 0x000 /* XTX MAC soft reset */ macro