Home
last modified time | relevance | path

Searched full:pvt (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dbaikal,bt1-pvt.yaml5 $id: http://devicetree.org/schemas/hwmon/baikal,bt1-pvt.yaml#
8 title: Baikal-T1 PVT Sensor
18 is based on the Analog Bits PVT sensor, but is equipped with a dedicated
25 Analog Bits core Bakal-T1 PVT control block
43 This bindings describes the external Baikal-T1 PVT control interfaces
50 const: baikal,bt1-pvt
60 - description: PVT reference clock
72 baikal,pvt-temp-offset-millicelsius:
93 pvt@1f200000 {
94 compatible = "baikal,bt1-pvt";
[all …]
H A Dmoortec,mr75203.yaml7 title: Moortec Semiconductor MR75203 PVT Controller
13 A Moortec PVT (Process, Voltage, Temperature) monitoring logic design can
44 - description: PVT common registers
45 - description: PVT temperature sensor registers
46 - description: PVT process detector registers
47 - description: PVT voltage monitor registers
58 PVT controller has 5 VM (voltage monitor) sensors.
149 pvt: pvt@e0680000 {
H A Dmicrochip,lan966x.yaml22 - description: PVT registers
27 - const: pvt
50 reg-names = "pvt", "fan";
H A Das370.txt1 Bindings for Synaptics AS370 PVT sensors
H A Dsyna,as370.yaml7 title: Synaptics AS370 PVT sensors
/freebsd/sys/geom/uzip/
H A Dg_uzip_zlib.c54 zp = (struct g_uzip_zlib *)zpp->pvt; in g_uzip_zlib_free()
66 zp = (struct g_uzip_zlib *)zpp->pvt; in g_uzip_zlib_decompress()
86 zp = (struct g_uzip_zlib *)zpp->pvt; in g_uzip_zlib_rewind()
110 zp->pub.pvt = (void *)zp; in g_uzip_zlib_ctor()
H A Dg_uzip_lzma.c55 lzp = (struct g_uzip_lzma *)lzpp->pvt; in g_uzip_lzma_free()
71 lzp = (struct g_uzip_lzma *)lzpp->pvt; in g_uzip_lzma_decompress()
112 lzp->pub.pvt = lzp; in g_uzip_lzma_ctor()
H A Dg_uzip_dapi.h38 void *pvt; member
H A Dg_uzip_zstd.c151 sc->guz_pub.pvt = NULL; in g_uzip_zstd_ctor()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp93 auto PVT = Stack.pop_back_val(); in popType() local
94 if (EVT && *EVT != PVT) { in popType()
96 StringRef("popped ") + WebAssembly::typeToString(PVT) + in popType()
106 auto PVT = Stack.pop_back_val(); in popRefType() local
107 if (!WebAssembly::isRefType(PVT)) { in popRefType()
109 WebAssembly::typeToString(PVT) + in popRefType()
130 auto PVT = Got[Got.size() - ExpectedStackTop.size() + I]; in checkStackTop() local
131 if (PVT != EVT) in checkStackTop()
132 return std::string{"got "} + WebAssembly::typeToString(PVT) + in checkStackTop()
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dsocionext,uniphier-thermal.yaml11 PVT(Process, Voltage and Temperature) monitoring unit implemented on
37 A pair of calibrated values referred from PVT, in case that the values
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-edgeble-neu6a.dtsi3 * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
H A Drk3588-edgeble-neu6b.dtsi3 * Copyright (c) 2023 Edgeble AI Technologies Pvt. Ltd.
H A Drk3588-edgeble-neu6a-io.dts3 * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
H A Drk3588-edgeble-neu6b-io.dts3 * Copyright (c) 2023 Edgeble AI Technologies Pvt. Ltd.
H A Drk3588-edgeble-neu6a-wifi.dtso3 * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
H A Drk3588-edgeble-neu6a-io.dtsi3 * Copyright (c) 2023 Edgeble AI Technologies Pvt. Ltd.
/freebsd/contrib/file/magic/Magdir/
H A Dssl15 # http://mark0.net/download/triddefs_xml.7z/defs/k/key-rsa-pvt.trid.xml
/freebsd/sys/contrib/xen/io/
H A Dring.h129 } pvt; \
174 (void)memset((_s)->pvt.pvt_pad, 0, sizeof((_s)->pvt.pvt_pad)); \
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drv1126-edgeble-neu2-io.dts4 * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
H A Drv1126-edgeble-neu2.dtsi4 * Copyright (c) 2022 Edgeble AI Technologies Pvt. Ltd.
/freebsd/contrib/ntp/util/
H A Dinvoke-ntp-keygen.texi750 @item @code{-P} @code{--pvt-cert}
1028 * ntp-keygen pvt-cert:: pvt-cert option (-P)
1081 -P no pvt-cert generate PC private certificate
1284 @node ntp-keygen pvt-cert
1285 @subsection pvt-cert option (-P)
1286 @cindex ntp-keygen-pvt-cert
H A Dntp-keygen-opts.c137 /* 1610 */ "pvt-cert\0"
425 * pvt-cert option description:
428 /** Descriptive text for the pvt-cert option */
430 /** Upper-cased name for the pvt-cert option */
432 /** Name string for the pvt-cert option */
434 /** Compiled in flag settings for the pvt-cert option */
437 #else /* disable pvt-cert */
809 /* last opt argumnt */ { NULL }, /* --pvt-cert */
H A Dntp-keygen-opts.def165 name = pvt-cert;
176 name = password; // was: pvt-passwd;
192 name = export-passwd; // Was: get-pvt-passwd;
1016 .It Fl P Fl -pvt-cert
H A Dntp-keygen.html374 <tr><td align="left" valign="top">&bull; <a href="#ntp_002dkeygen-pvt_002dcert">pvt-cert option (-P)</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
1042 <dt><code>-P</code> <code>--pvt-cert</code></dt>
1336 <tr><td align="left" valign="top">&bull; <a href="#ntp_002dkeygen-pvt_002dcert">ntp-keygen pvt-cert</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">pvt-cert option (-P)
1405 -P no pvt-cert generate PC private certificate
1624 Next: <a href="#ntp_002dkeygen-pvt_002dcert" accesskey="n" rel="next">ntp-keygen pvt-cert</a>, Previous: <a href="#ntp_002dkeygen-modulus" accesskey="p" rel="prev">ntp-keygen modulus</a>, Up: <a href="#ntp_002dkeygen-Invocation" accesskey="u" rel="up">ntp-keygen Invocation</a> &nbsp; </p>
1636 <span id="pvt_002dcert-option-_0028_002dP_0029"></span><h4 class="subsection">1.2.14 pvt-cert option (-P)</h4>
1651 Next: <a href="#ntp_002dkeygen-export_002dpasswd" accesskey="n" rel="next">ntp-keygen export-passwd</a>, Previous: <a href="#ntp_002dkeygen-pvt_002dcert" accesskey="p" rel="prev">ntp-keygen pvt-cert</a>, Up: <a href="#ntp_002dkeygen-Invocation" accesskey="u" rel="up">ntp-keygen Invocation</a> &nbsp; </p>

12