Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c332 BRXMAC_SW_RST_REG,
2559 BMAC_REG_WR(handle, portn, BRXMAC_SW_RST_REG, 0x1); in npi_bmac_reset()
2560 BMAC_WAIT_REG(handle, portn, BRXMAC_SW_RST_REG, val); in npi_bmac_reset()
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h289 #define BRXMAC_SW_RST_REG 0x008 /* RX MAC software reset */ macro