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.c2081 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()
2117 ESR_REG_WR(handle, ESR_RESET_REG, 0x0); in nxge_neptune_10G_serdes_init()
2124 ESR_REG_WR(handle, ESR_1_CONTROL_REG, in nxge_neptune_10G_serdes_init()
2335 ESR_REG_WR(handle, ESR_RESET_REG, val); in nxge_1G_serdes_init()
2356 ESR_REG_WR(handle, ESR_RESET_REG, val); in nxge_1G_serdes_init()
2363 ESR_REG_WR(handle, ESR_RESET_REG, val); in nxge_1G_serdes_init()
2384 ESR_REG_WR(handle, ESR_RESET_REG, val); in nxge_1G_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