Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c2079 ESR_REG_WR(handle, ESR_RESET_REG, ESR_RESET_0); in nxge_neptune_10G_serdes_init()
2081 ESR_REG_WR(handle, ESR_RESET_REG, 0x0); in nxge_neptune_10G_serdes_init()
2085 ESR_REG_WR(handle, ESR_0_PLL_CONFIG_REG, in nxge_neptune_10G_serdes_init()
2088 ESR_REG_WR(handle, ESR_0_CONTROL_REG, in nxge_neptune_10G_serdes_init()
2103 ESR_REG_WR(handle, in nxge_neptune_10G_serdes_init()
2110 ESR_REG_WR(handle, ESR_0_TEST_CONFIG_REG, 0); in nxge_neptune_10G_serdes_init()
2115 ESR_REG_WR(handle, ESR_RESET_REG, ESR_RESET_1); in nxge_neptune_10G_serdes_init()
2117 ESR_REG_WR(handle, ESR_RESET_REG, 0x0); in nxge_neptune_10G_serdes_init()
2121 ESR_REG_WR(handle, ESR_1_PLL_CONFIG_REG, in nxge_neptune_10G_serdes_init()
2124 ESR_REG_WR(handle, ESR_1_CONTROL_REG, in nxge_neptune_10G_serdes_init()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_mac.h327 #define ESR_REG_WR(handle, reg, val)\ macro