Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c1732 u32_t non_split_vals[ARRSIZE(non_split_offsets)] = {0}; in lm_reset_device_with_nig() local
1791 for( idx = 0; idx < ARRSIZE(non_split_vals); idx++ ) in lm_reset_device_with_nig()
1795 non_split_vals[idx] = REG_RD( pdev, non_split_offsets[idx].offset ); in lm_reset_device_with_nig()
1804 for( idx = 0; idx < ARRSIZE(non_split_vals); idx++ ) in lm_reset_device_with_nig()
1808 REG_WR(pdev, non_split_offsets[idx].offset, non_split_vals[idx]); in lm_reset_device_with_nig()