Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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
/freebsd-13.1/sys/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.
/freebsd-13.1/sys/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
/freebsd-13.1/sys/contrib/device-tree/Bindings/nvmem/
H A Dnvmem.yaml41 (logical '1') to block the write operation. It's deasserted,
/freebsd-13.1/sys/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
/freebsd-13.1/sys/contrib/device-tree/Bindings/spi/
H A Drenesas,sh-msiof.yaml78 - Native chip selects are always deasserted in between transfers
/freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt80 throttling is engaged after the OC event is deasserted. Default value
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c8217 uint32_t deasserted) in bxe_attn_int_deasserted() argument
8263 if (deasserted & (1 << index)) { in bxe_attn_int_deasserted()
8289 val = ~deasserted; in bxe_attn_int_deasserted()
8295 if (~sc->attn_state & deasserted) { in bxe_attn_int_deasserted()
8307 aeu_mask, deasserted); in bxe_attn_int_deasserted()
8308 aeu_mask |= (deasserted & 0x3ff); in bxe_attn_int_deasserted()
8315 sc->attn_state &= ~deasserted; in bxe_attn_int_deasserted()
8329 uint32_t deasserted = ~attn_bits & attn_ack & attn_state; in bxe_attn_int() local
8333 attn_bits, attn_ack, asserted, deasserted); in bxe_attn_int()
8344 if (deasserted) { in bxe_attn_int()
[all …]