Home
last modified time | relevance | path

Searched refs:reg_arr_e3 (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.c683 static const u32_t reg_arr_e3[] = { NIG_REG_P0_MAC_IN_EN, in lm_reset_path() local
699 u32_t restore_arr[max(ARRSIZE(reg_arr_e1_e2),ARRSIZE(reg_arr_e3))] = {0}; in lm_reset_path()
701 const u8_t idx_max = CHIP_IS_E3(pdev) ? ARRSIZE(reg_arr_e3) : ARRSIZE(reg_arr_e1_e2) ; in lm_reset_path()
702 const u32_t* reg_arr_ptr = CHIP_IS_E3(pdev) ? reg_arr_e3 : reg_arr_e1_e2 ; in lm_reset_path()