Home
last modified time | relevance | path

Searched refs:latch (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/
H A Dlatch14 latch synopsis
19 class latch
24 constexpr explicit latch(ptrdiff_t __expected);
25 ~latch();
27 latch(const latch&) = delete;
28 latch& operator=(const latch&) = delete;
66 class _LIBCPP_DEPRECATED_ATOMIC_SYNC latch {
72 inline _LIBCPP_HIDE_FROM_ABI constexpr explicit latch(ptrdiff_t __expected) : __a_(__expected) {
75 "latch::latch(ptrdiff_t): latch cannot be "
79 "latch::latch(ptrdiff_t): latch cannot be "
[all …]
H A D__std_clang_module124 # include <latch>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dlatch.cppm
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-eic-sprd.txt6 controller contains 4 sub-modules: EIC-debounce, EIC-latch, EIC-async and
19 The EIC-latch sub-module is used to latch some special power down signals
20 and generate interrupts, since the EIC-latch does not depend on the APB
33 "sprd,sc9860-eic-latch",
59 compatible = "sprd,sc9860-eic-latch";
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Darmada3700-xtal-clock.txt4 reading the gpio latch register.
7 of the GPIO block where the gpio latch is located.
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dfsl-upm-nand.txt6 - fsl,upm-addr-offset : UPM pattern offset for the address latch.
7 - fsl,upm-cmd-offset : UPM pattern offset for the command latch.
H A Datmel-nand.txt125 - atmel,nand-addr-offset : offset for the address latch.
126 - atmel,nand-cmd-offset : offset for the command latch.
H A Dcadence-quadspi.txt20 - cdns,rclk-en : Flag to indicate that QSPI return clock is used to latch
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra76x.dtsi101 ti,latch-bit = <26>;
120 ti,latch-bit = <26>;
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/
H A Dmux.txt50 - ti,latch-bit : latch the mux value to HW, only needed if the register
H A Ddivider.txt76 - ti,latch-bit : latch the divider value to HW, only needed if the register
/freebsd/sys/amd64/vmm/io/
H A Dvatpit.c212 pit_update_counter(struct vatpit *vatpit, struct channel *c, bool latch) in pit_update_counter() argument
218 if (latch && c->olbyte != 0) in pit_update_counter()
238 if (latch) { in pit_update_counter()
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmtk-sd.txt49 - mediatek,latch-ck: Some SoCs do not support enhance_rx, need set correct latch-ck to avoid data c…
/freebsd/sys/dev/usb/serial/
H A Duslcom.c752 uint8_t latch; in uslcom_ioctl() local
766 USETW(req.wLength, sizeof(latch)); in uslcom_ioctl()
769 &req, &latch, 0, 1000)) { in uslcom_ioctl()
773 *(int *)data = latch; in uslcom_ioctl()
/freebsd/stand/i386/boot2/
H A Dsio.S31 subb $0x3,%dl # Divisor latch reg
/freebsd/contrib/llvm-project/libcxx/modules/
H A Dstd.cppm
H A Dstd.cppm.in98 # include <latch>
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dcadence-quadspi.txt21 - cdns,rclk-en : Flag to indicate that QSPI return clock is used to latch
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-37xx-pinctrl.txt6 Inside this set of register the gpio latch allows exposing some
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq1146 * data fifo is full, but the PCI input latch is not empty,
1149 * there is space for the input latch to drain.
1600 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1734 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1764 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1770 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1979 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1995 mov NONE,SCSIDATL ret; /*dummy read from latch to ACK*/
2261 * module has an 8 byte input latch that only
2263 * latch is full.
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-asrock-x570d4u.dts115 /* AA */ "input-cpu1-thermtrip-latch-n", "",
/freebsd/sys/contrib/device-tree/src/arm64/sprd/
H A Dwhale2.dtsi215 compatible = "sprd,sc9860-eic-latch";
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-dhcom-som.dtsi56 /* OE pin of the latch is low active */
57 reg_latch_oe_on: regulator-latch-oe-on {
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt6795-sony-xperia-m5.dts215 mediatek,latch-ck = <0x14>; /* hs400 */
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pbs_regs.h445 uint32_t latch; member

12