Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c331 BTXMAC_SW_RST_REG,
2554 BMAC_REG_WR(handle, portn, BTXMAC_SW_RST_REG, 0x1); in npi_bmac_reset()
2555 BMAC_WAIT_REG(handle, portn, BTXMAC_SW_RST_REG, val); in npi_bmac_reset()
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h288 #define BTXMAC_SW_RST_REG 0x000 /* TX MAC software reset */ macro