Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/device-tree/Bindings/sound/
HDcs4270.txt14 deasserted before communication to the codec starts.
HDak4104.txt16 deasserted before communication to the device starts.
HDak5386.txt12 If specified, it will be deasserted at probe time.
HDcs4265.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
HDcs35l32.txt16 deasserted before communication to the codec starts.
HDcs42l42.txt16 deasserted before communication to the codec starts.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/mmc/
HDmmc-pwrseq-emmc.txt16 and then deasserted to perform eMMC card reset. To perform
/freebsd-14-stable/sys/contrib/device-tree/Bindings/net/
HDmicrel.txt50 - coma-mode-gpios: If present the given gpio will be deasserted when the
/freebsd-14-stable/sys/contrib/device-tree/Bindings/thermal/
Dnvidia,tegra124-soctherm.txt80 throttling is engaged after the OC event is deasserted. Default value
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDste-ux500-samsung-skomer.dts686 /* GPS_ON_OFF, start out deasserted (off) */
HDste-ux500-samsung-kyle.dts699 /* GPS_ON_OFF, start out deasserted (off) */
HDste-ux500-samsung-janice.dts986 /* GPS_ON_OFF, start out deasserted (off) */
HDste-ux500-samsung-codina.dts911 /* GPS_ON_OFF, start out deasserted (off) */
/freebsd-14-stable/sys/dev/bxe/
HDbxe.c8192 uint32_t deasserted) in bxe_attn_int_deasserted() argument
8238 if (deasserted & (1 << index)) { in bxe_attn_int_deasserted()
8264 val = ~deasserted; in bxe_attn_int_deasserted()
8270 if (~sc->attn_state & deasserted) { in bxe_attn_int_deasserted()
8282 aeu_mask, deasserted); in bxe_attn_int_deasserted()
8283 aeu_mask |= (deasserted & 0x3ff); in bxe_attn_int_deasserted()
8290 sc->attn_state &= ~deasserted; in bxe_attn_int_deasserted()
8304 uint32_t deasserted = ~attn_bits & attn_ack & attn_state; in bxe_attn_int() local
8308 attn_bits, attn_ack, asserted, deasserted); in bxe_attn_int()
8319 if (deasserted) { in bxe_attn_int()
[all …]