Home
last modified time | relevance | path

Searched refs:ESR_RESET_REG (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()
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()
2333 ESR_REG_RD(handle, ESR_RESET_REG, &val); in nxge_1G_serdes_init()
2335 ESR_REG_WR(handle, ESR_RESET_REG, val); in nxge_1G_serdes_init()
2354 ESR_REG_RD(handle, ESR_RESET_REG, &val); in nxge_1G_serdes_init()
2356 ESR_REG_WR(handle, ESR_RESET_REG, val); in nxge_1G_serdes_init()
2361 ESR_REG_RD(handle, ESR_RESET_REG, &val); in nxge_1G_serdes_init()
2363 ESR_REG_WR(handle, ESR_RESET_REG, val); in nxge_1G_serdes_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mac_hw.h789 #define ESR_RESET_REG 0 macro