Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c589 XPCS_REG_RD(handle, portn, XPCS_MASK_1_REG, &xpcs_mask1.val.lsw); in npi_xmac_xpcs_link_intr_enable()
591 XPCS_REG_WR(handle, portn, XPCS_MASK_1_REG, xpcs_mask1.val.lsw); in npi_xmac_xpcs_link_intr_enable()
603 XPCS_REG_RD(handle, portn, XPCS_MASK_1_REG, &xpcs_mask1.val.lsw); in npi_xmac_xpcs_link_intr_disable()
605 XPCS_REG_WR(handle, portn, XPCS_MASK_1_REG, xpcs_mask1.val.lsw); in npi_xmac_xpcs_link_intr_disable()
2454 reg = XPCS_MASK_1_REG; in npi_xmac_xpcs_read()
2510 reg = XPCS_MASK_1_REG; in npi_xmac_xpcs_write()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h780 #define XPCS_MASK_1_REG 0x060 macro