Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.c1829 val |= XMAC_XIF_LED_POLARITY; in npi_xmac_xif_config()
1855 val &= ~XMAC_XIF_LED_POLARITY; in npi_xmac_xif_config()
1889 val |= XMAC_XIF_LED_POLARITY; in npi_xmac_xif_config()
1891 val &= ~XMAC_XIF_LED_POLARITY; in npi_xmac_xif_config()
3521 val |= XMAC_XIF_LED_POLARITY; in npi_xmac_xif_led()
3524 val &= ~XMAC_XIF_LED_POLARITY; in npi_xmac_xif_led()
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h1015 #define XMAC_XIF_LED_POLARITY 0x00400000 /* LED polarity */ macro