Searched refs:ESR_REG_WR (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_mac.c | 2079 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 …]
|
/titanic_41/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_mac.h | 329 #define ESR_REG_WR(handle, reg, val)\ macro
|