Searched refs:latch_bit_to_clr (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_attn.c526 u32_t latch_bit_to_clr = 0; local
534 latch_bit_to_clr = 0x1;
535 REG_WR(pdev, MISC_REG_AEU_CLR_LATCH_SIGNAL, latch_bit_to_clr);
542 latch_bit_to_clr = 0x2;
543 REG_WR(pdev, MISC_REG_AEU_CLR_LATCH_SIGNAL, latch_bit_to_clr);
550 latch_bit_to_clr = 0x4;
551 REG_WR(pdev, MISC_REG_AEU_CLR_LATCH_SIGNAL, latch_bit_to_clr);
558 latch_bit_to_clr = 0x8;
559 REG_WR(pdev, MISC_REG_AEU_CLR_LATCH_SIGNAL, latch_bit_to_clr);
566 latch_bit_to_clr
[all...]

Completed in 80 milliseconds