Searched refs:deasserted (Results 1 – 12 of 12) sorted by relevance
14 deasserted before communication to the codec starts.
16 deasserted before communication to the device starts.
12 If specified, it will be deasserted at probe time.
16 deasserted before communication to the codec starts.
10 deasserted before communication to the codec starts.13 it will be deasserted before communication to the codec
16 and then deasserted to perform eMMC card reset. To perform
58 * bit was being deasserted by my IOMEGA ATAPI ZIP 100
44 deasserted (LOW). The dev parameter can be used to map to different CAIF
5086 static void bnx2x_attn_int_deasserted(struct bnx2x *bp, u32 deasserted) in bnx2x_attn_int_deasserted() argument5130 if (deasserted & (1 << index)) { in bnx2x_attn_int_deasserted()5160 val = ~deasserted; in bnx2x_attn_int_deasserted()5165 if (~bp->attn_state & deasserted) in bnx2x_attn_int_deasserted()5175 aeu_mask, deasserted); in bnx2x_attn_int_deasserted()5176 aeu_mask |= (deasserted & 0x3ff); in bnx2x_attn_int_deasserted()5183 bp->attn_state &= ~deasserted; in bnx2x_attn_int_deasserted()5198 u32 deasserted = ~attn_bits & attn_ack & attn_state; in bnx2x_attn_int() local5202 attn_bits, attn_ack, asserted, deasserted); in bnx2x_attn_int()5211 if (deasserted) in bnx2x_attn_int()[all …]
654 means active (asserted), 0 means inactive (deasserted).