Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c330 BRXMAC_SW_RST_REG,
2550 BMAC_REG_WR(handle, portn, BRXMAC_SW_RST_REG, 0x1); in npi_bmac_reset()
2551 BMAC_WAIT_REG(handle, portn, BRXMAC_SW_RST_REG, val); in npi_bmac_reset()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h287 #define BRXMAC_SW_RST_REG 0x008 /* RX MAC software reset */ macro