Searched refs:deasserted (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | gpio-keys.yaml | 74 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 D | cs4270.txt | 14 deasserted before communication to the codec starts.
|
| H A D | ak4104.txt | 16 deasserted before communication to the device starts.
|
| H A D | ak5386.txt | 12 If specified, it will be deasserted at probe time.
|
| H A D | cs4265.txt | 16 deasserted before communication to the codec starts.
|
| H A D | st,sta32x.txt | 10 deasserted before communication to the codec starts. 13 it will be deasserted before communication to the codec
|
| H A D | st,sta350.txt | 10 deasserted before communication to the codec starts. 13 it will be deasserted before communication to the codec
|
| H A D | cs35l32.txt | 16 deasserted before communication to the codec starts.
|
| H A D | cs42l42.txt | 16 deasserted before communication to the codec starts.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-pwrseq-emmc.txt | 16 and then deasserted to perform eMMC card reset. To perform
|
| H A D | mmc-pwrseq-emmc.yaml | 31 and then deasserted to perform eMMC card reset. To perform
|
| /f-stack/freebsd/contrib/device-tree/Bindings/nvmem/ |
| H A D | nvmem.yaml | 41 (logical '1') to block the write operation. It's deasserted,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | mdio.yaml | 97 Delay after the reset was deasserted in microseconds. If
|
| H A D | ethernet-phy.yaml | 157 Delay after the reset was deasserted in microseconds. If
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | renesas,sh-msiof.yaml | 78 - Native chip selects are always deasserted in between transfers
|
| /f-stack/freebsd/contrib/device-tree/Bindings/thermal/ |
| H A D | nvidia,tegra124-soctherm.txt | 80 throttling is engaged after the OC event is deasserted. Default value
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 4112 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()
|