/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | latch | 14 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_module | 124 # include <latch>
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | latch.cppm |
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-eic-sprd.txt | 6 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 D | armada3700-xtal-clock.txt | 4 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 D | fsl-upm-nand.txt | 6 - 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 D | atmel-nand.txt | 125 - atmel,nand-addr-offset : offset for the address latch. 126 - atmel,nand-cmd-offset : offset for the command latch.
|
H A D | cadence-quadspi.txt | 20 - 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 D | dra76x.dtsi | 101 ti,latch-bit = <26>; 120 ti,latch-bit = <26>;
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
H A D | mux.txt | 50 - ti,latch-bit : latch the mux value to HW, only needed if the register
|
H A D | divider.txt | 76 - ti,latch-bit : latch the divider value to HW, only needed if the register
|
/freebsd/sys/amd64/vmm/io/ |
H A D | vatpit.c | 212 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 D | mtk-sd.txt | 49 - 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 D | uslcom.c | 752 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 D | sio.S | 31 subb $0x3,%dl # Divisor latch reg
|
/freebsd/contrib/llvm-project/libcxx/modules/ |
H A D | std.cppm |
|
H A D | std.cppm.in | 98 # include <latch>
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | cadence-quadspi.txt | 21 - cdns,rclk-en : Flag to indicate that QSPI return clock is used to latch
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | marvell,armada-37xx-pinctrl.txt | 6 Inside this set of register the gpio latch allows exposing some
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx.seq | 1146 * 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 D | aspeed-bmc-asrock-x570d4u.dts | 115 /* AA */ "input-cpu1-thermtrip-latch-n", "",
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | whale2.dtsi | 215 compatible = "sprd,sc9860-eic-latch";
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6qdl-dhcom-som.dtsi | 56 /* 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 D | mt6795-sony-xperia-m5.dts | 215 mediatek,latch-ck = <0x14>; /* hs400 */
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_pbs_regs.h | 445 uint32_t latch; member
|