Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dcs4270.txt14 deasserted before communication to the codec starts.
Dak4104.txt16 deasserted before communication to the device starts.
Dak5386.txt12 If specified, it will be deasserted at probe time.
Dcs4265.txt16 deasserted before communication to the codec starts.
Dst,sta32x.txt10 deasserted before communication to the codec starts.
13 it will be deasserted before communication to the codec
Dst,sta350.txt10 deasserted before communication to the codec starts.
13 it will be deasserted before communication to the codec
Dcs35l32.txt16 deasserted before communication to the codec starts.
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dmmc-pwrseq-emmc.txt16 and then deasserted to perform eMMC card reset. To perform
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-floppy.1996-200258 * bit was being deasserted by my IOMEGA ATAPI ZIP 100
/linux-4.1.27/Documentation/networking/caif/
Dspi_porting.txt44 deasserted (LOW). The dev parameter can be used to map to different CAIF
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c5056 static void bnx2x_attn_int_deasserted(struct bnx2x *bp, u32 deasserted) in bnx2x_attn_int_deasserted() argument
5100 if (deasserted & (1 << index)) { in bnx2x_attn_int_deasserted()
5130 val = ~deasserted; in bnx2x_attn_int_deasserted()
5135 if (~bp->attn_state & deasserted) in bnx2x_attn_int_deasserted()
5145 aeu_mask, deasserted); in bnx2x_attn_int_deasserted()
5146 aeu_mask |= (deasserted & 0x3ff); in bnx2x_attn_int_deasserted()
5153 bp->attn_state &= ~deasserted; in bnx2x_attn_int_deasserted()
5168 u32 deasserted = ~attn_bits & attn_ack & attn_state; in bnx2x_attn_int() local
5172 attn_bits, attn_ack, asserted, deasserted); in bnx2x_attn_int()
5181 if (deasserted) in bnx2x_attn_int()
[all …]
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt643 means active (asserted), 0 means inactive (deasserted).