Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c1179 fcram_ref_tmr_t refresh_timer_reg; in npi_fflp_cfg_fcram_refresh_time() local
1190 REG_PIO_READ64(handle, offset, &refresh_timer_reg.value); in npi_fflp_cfg_fcram_refresh_time()
1191 refresh_timer_reg.bits.ldw.min = min; in npi_fflp_cfg_fcram_refresh_time()
1192 refresh_timer_reg.bits.ldw.max = max; in npi_fflp_cfg_fcram_refresh_time()
1193 REG_PIO_WRITE64(handle, offset, refresh_timer_reg.value); in npi_fflp_cfg_fcram_refresh_time()