Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dcs4270.txt14 deasserted before communication to the codec starts.
H A Dak4104.txt16 deasserted before communication to the device starts.
H A Dak5386.txt12 If specified, it will be deasserted at probe time.
H A Dst,sta32x.txt10 deasserted before communication to the codec starts.
13 it will be deasserted before communication to the codec
H A Dcs4265.txt16 deasserted before communication to the codec starts.
H A Dst,sta350.txt10 deasserted before communication to the codec starts.
13 it will be deasserted before communication to the codec
H A Dcs35l32.txt16 deasserted before communication to the codec starts.
H A Dcs42l42.txt16 deasserted before communication to the codec starts.
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A DKconfig99 The boot mode pins are latched when the system reset is deasserted
/OK3568_Linux_fs/kernel/Documentation/ide/
H A DChangeLog.ide-floppy.1996-200258 * bit was being deasserted by my IOMEGA ATAPI ZIP 100
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt80 throttling is engaged after the OC event is deasserted. Default value
/OK3568_Linux_fs/kernel/drivers/reset/
H A DKconfig174 that can be asserted and deasserted by toggling bits in a contiguous,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c5113 static void bnx2x_attn_int_deasserted(struct bnx2x *bp, u32 deasserted) in bnx2x_attn_int_deasserted() argument
5157 if (deasserted & (1 << index)) { in bnx2x_attn_int_deasserted()
5187 val = ~deasserted; in bnx2x_attn_int_deasserted()
5192 if (~bp->attn_state & deasserted) in bnx2x_attn_int_deasserted()
5202 aeu_mask, deasserted); in bnx2x_attn_int_deasserted()
5203 aeu_mask |= (deasserted & 0x3ff); in bnx2x_attn_int_deasserted()
5210 bp->attn_state &= ~deasserted; in bnx2x_attn_int_deasserted()
5225 u32 deasserted = ~attn_bits & attn_ack & attn_state; in bnx2x_attn_int() local
5229 attn_bits, attn_ack, asserted, deasserted); in bnx2x_attn_int()
5238 if (deasserted) in bnx2x_attn_int()
[all …]
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dapi.rst825 means active (asserted), 0 means inactive (deasserted).