Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c1536 NXGE_REG_RD64(handle, RST_CTL_REG, &rstp->value); in npi_fzc_rst_ctl_get()
1557 NXGE_REG_RD64(handle, RST_CTL_REG, &rst.value); in npi_fzc_rst_ctl_reset_mac()
1559 NXGE_REG_WR64(handle, RST_CTL_REG, rst.value); in npi_fzc_rst_ctl_reset_mac()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_hw.h438 #define RST_CTL_REG (FZC_PIO + 0x00038) macro