Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dgpio-keys.yaml74 deasserted, or both. This property is only valid for keys that wake up the
79 EV_ACT_ANY - both asserted and deasserted
81 EV_ACT_DEASSERTED - deasserted
/f-stack/freebsd/contrib/device-tree/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 Dcs4265.txt16 deasserted before communication to the codec starts.
H A Dst,sta32x.txt10 deasserted before communication to the codec starts.
13 it will be deasserted before communication to the codec
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.
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dmmc-pwrseq-emmc.txt16 and then deasserted to perform eMMC card reset. To perform
H A Dmmc-pwrseq-emmc.yaml31 and then deasserted to perform eMMC card reset. To perform
/f-stack/freebsd/contrib/device-tree/Bindings/nvmem/
H A Dnvmem.yaml41 (logical '1') to block the write operation. It's deasserted,
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dmdio.yaml97 Delay after the reset was deasserted in microseconds. If
H A Dethernet-phy.yaml157 Delay after the reset was deasserted in microseconds. If
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Drenesas,sh-msiof.yaml78 - Native chip selects are always deasserted in between transfers
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt80 throttling is engaged after the OC event is deasserted. Default value
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c4112 static void bnx2x_attn_int_deasserted(struct bnx2x_softc *sc, uint32_t deasserted) in bnx2x_attn_int_deasserted() argument
4150 if (deasserted & (1 << index)) { in bnx2x_attn_int_deasserted()
4180 val = ~deasserted; in bnx2x_attn_int_deasserted()
4187 if (~sc->attn_state & deasserted) { in bnx2x_attn_int_deasserted()
4198 aeu_mask |= (deasserted & 0x3ff); in bnx2x_attn_int_deasserted()
4203 sc->attn_state &= ~deasserted; in bnx2x_attn_int_deasserted()
4216 uint32_t deasserted = ~attn_bits & attn_ack & attn_state; in bnx2x_attn_int() local
4220 attn_bits, attn_ack, asserted, deasserted); in bnx2x_attn_int()
4231 if (deasserted) { in bnx2x_attn_int()
4232 bnx2x_attn_int_deasserted(sc, deasserted); in bnx2x_attn_int()