Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am642-hummingboard-t.dts96 output-low; /* deasserted */
103 output-low; /* deasserted */
110 output-low; /* deasserted */
/freebsd/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/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-pwrseq-emmc.txt16 and then deasserted to perform eMMC card reset. To perform
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmicrel.txt50 - coma-mode-gpios: If present the given gpio will be deasserted when the
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt80 throttling is engaged after the OC event is deasserted. Default value
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-ux500-samsung-skomer.dts686 /* GPS_ON_OFF, start out deasserted (off) */
H A Dste-ux500-samsung-kyle.dts699 /* GPS_ON_OFF, start out deasserted (off) */
H A Dste-ux500-samsung-codina.dts911 /* GPS_ON_OFF, start out deasserted (off) */
H A Dste-ux500-samsung-janice.dts986 /* GPS_ON_OFF, start out deasserted (off) */
/freebsd/sys/dev/bxe/
H A Dbxe.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 …]