Searched refs:attn_bits (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dl2_dbg.c4 /* Zeros all attn_bits/ack back to the start, along with the state and the original mask of AEU lines
18 def_sb->atten_status_block.attn_bits = 0;
24 /* modifies attn_bits to '1' asserted state
38 DbgBreakIf(mm_le32_to_cpu(def_sb->atten_status_block.attn_bits) & lines_to_assert);
47 def_sb->atten_status_block.attn_bits |= mm_cpu_to_le32(lines_to_assert);
50 /* modifies attn_bits to '0' deasserted state
64 DbgBreakIf(~mm_le32_to_cpu(def_sb->atten_status_block.attn_bits) & lines_to_deassert);
72 def_sb->atten_status_block.attn_bits ^= mm_cpu_to_le32(lines_to_deassert);
449 // attn_bits: 1 1
458 // attn_bits
[all...]
H A Dlm_hw_attn.c1755 void lm_get_attn_info(lm_device_t *pdev, u16_t *attn_bits, u16_t *attn_ack) argument
1760 DbgBreakIf(!(pdev && attn_bits && attn_ack));
1765 //the main idea here is to assure that we work on synchronized snapshots of the attn_bits and
1766 //attn_ack and avoid a faulty scenario where attn_ack we read in sanpshot #2 corresponds to attn_bits
1771 *attn_bits = (u16_t)mm_le32_to_cpu(attention_sb->attn_bits);
1781 "lm_get_attn_info: def_sb->attn_bits:0x%x, def_sb->attn_ack:0x%x, attn_bits:0x%x, attn_ack:0x%x\n",
1782 mm_le32_to_cpu(attention_sb->attn_bits),
1784 *attn_bits,
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h3624 /* Returns the attn_bits and attn_ack fields from the default status block
3628 * attn_bits - OUT param which receives the attn_bits from the atten part of the def sb
3631 void lm_get_attn_info(lm_device_t *pdev, u16_t *attn_bits, u16_t *attn_ack);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h9 u32_t attn_bits /* 16 bit of attention signal lines */; member in struct:atten_sp_status_block

Completed in 161 milliseconds