Home
last modified time | relevance | path

Searched refs:psec (Results 1 – 24 of 24) sorted by relevance

/src/sys/contrib/device-tree/src/arm64/renesas/
H A Drzg2ul-smarc-som.dtsi82 rxc-skew-psec = <2400>;
83 txc-skew-psec = <2400>;
84 rxdv-skew-psec = <0>;
85 txen-skew-psec = <0>;
86 rxd0-skew-psec = <0>;
87 rxd1-skew-psec = <0>;
88 rxd2-skew-psec = <0>;
89 rxd3-skew-psec = <0>;
90 txd0-skew-psec = <0>;
91 txd1-skew-psec = <0>;
[all …]
H A Drzg3s-smarc-som.dtsi102 rxc-skew-psec = <0>;
103 txc-skew-psec = <0>;
104 rxdv-skew-psec = <0>;
105 txen-skew-psec = <0>;
106 rxd0-skew-psec = <0>;
107 rxd1-skew-psec = <0>;
108 rxd2-skew-psec = <0>;
109 rxd3-skew-psec = <0>;
110 txd0-skew-psec = <0>;
111 txd1-skew-psec = <0>;
[all …]
H A Dr9a09g057h44-rzv2h-evk.dts202 rxc-skew-psec = <0>;
203 txc-skew-psec = <0>;
204 rxdv-skew-psec = <0>;
205 txdv-skew-psec = <0>;
206 rxd0-skew-psec = <0>;
207 rxd1-skew-psec = <0>;
208 rxd2-skew-psec = <0>;
209 rxd3-skew-psec = <0>;
210 txd0-skew-psec = <0>;
211 txd1-skew-psec = <0>;
[all …]
H A Dr9a09g056n48-rzv2n-evk.dts183 rxc-skew-psec = <0>;
184 txc-skew-psec = <0>;
185 rxdv-skew-psec = <0>;
186 txdv-skew-psec = <0>;
187 rxd0-skew-psec = <0>;
188 rxd1-skew-psec = <0>;
189 rxd2-skew-psec = <0>;
190 rxd3-skew-psec = <0>;
191 txd0-skew-psec = <0>;
192 txd1-skew-psec = <0>;
[all …]
H A Drzg2l-smarc-som.dtsi106 rxc-skew-psec = <2400>;
107 txc-skew-psec = <2400>;
108 rxdv-skew-psec = <0>;
109 txen-skew-psec = <0>;
110 rxd0-skew-psec = <0>;
111 rxd1-skew-psec = <0>;
112 rxd2-skew-psec = <0>;
113 rxd3-skew-psec = <0>;
114 txd0-skew-psec = <0>;
115 txd1-skew-psec = <0>;
[all …]
H A Drzg3e-smarc-som.dtsi131 rxc-skew-psec = <1400>;
132 txc-skew-psec = <1400>;
133 rxdv-skew-psec = <0>;
134 txdv-skew-psec = <0>;
135 rxd0-skew-psec = <0>;
136 rxd1-skew-psec = <0>;
137 rxd2-skew-psec = <0>;
138 rxd3-skew-psec = <0>;
139 txd0-skew-psec = <0>;
140 txd1-skew-psec = <0>;
[all …]
H A Drzg2lc-smarc-som.dtsi86 rxc-skew-psec = <2400>;
87 txc-skew-psec = <2400>;
88 rxdv-skew-psec = <0>;
89 txen-skew-psec = <0>;
90 rxd0-skew-psec = <0>;
91 rxd1-skew-psec = <0>;
92 rxd2-skew-psec = <0>;
93 rxd3-skew-psec = <0>;
94 txd0-skew-psec = <0>;
95 txd1-skew-psec = <0>;
[all …]
/src/crypto/openssl/crypto/
H A Do_time.c70 long *pday, int *psec);
101 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() argument
124 if (psec) in OPENSSL_gmtime_diff()
125 *psec = diff_sec; in OPENSSL_gmtime_diff()
132 long *pday, int *psec) in julian_adj() argument
170 *psec = offset_hms; in julian_adj()
/src/sys/contrib/device-tree/Bindings/net/
H A Dmicrel-ksz90x1.txt165 A negative value can be assigned as rxc-skew-psec = <(-100)>;.
171 - rxc-skew-psec : Skew control of RX clock pad
172 - txc-skew-psec : Skew control of TX clock pad
176 - rxdv-skew-psec : Skew control of RX CTL pad
177 - txen-skew-psec : Skew control of TX CTL pad
178 - rxd0-skew-psec : Skew control of RX data 0 pad
179 - rxd1-skew-psec : Skew control of RX data 1 pad
180 - rxd2-skew-psec : Skew control of RX data 2 pad
181 - rxd3-skew-psec : Skew control of RX data 3 pad
182 - txd0-skew-psec : Skew control of TX data 0 pad
[all …]
/src/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp418 Patch657417Section *psec; in implementPatch() local
447 psec = make<Patch657417Section>(isec, sr.off, sr.instr, destIsARM); in implementPatch()
454 psec->addReloc( in implementPatch()
459 sr.rel->sym = psec->patchSym; in implementPatch()
465 psec = make<Patch657417Section>(isec, sr.off, sr.instr, isBLX(sr.instr)); in implementPatch()
473 isec->addReloc(Relocation{R_PC, type, sr.off, -4, psec->patchSym}); in implementPatch()
475 patches.push_back(psec); in implementPatch()
/src/crypto/openssl/doc/man3/
H A DOPENSSL_gmtime.pod15 int OPENSSL_gmtime_diff(int *pday, int *psec,
39 the remaining seconds are placed to I<*psec>. The value in I<*psec> will be less
H A DASN1_TIME_set.pod52 int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
123 ASN1_TIME_diff() sets I<*pday> and I<*psec> to the time difference between
125 one or both (depending on the time difference) of I<*pday> and I<*psec>
127 one or both of I<*pday> and I<*psec> will be negative. If I<to> and I<from>
128 represent the same time then I<*pday> and I<*psec> will both be zero.
129 If both I<*pday> and I<*psec> are nonzero they will always have the same
130 sign. The value of I<*psec> will always be less than the number of seconds
/src/crypto/openssl/crypto/ec/
H A Decdh_ossl.c28 int ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, in ossl_ecdh_compute_key() argument
36 return ecdh->group->meth->ecdh_compute_key(psec, pseclen, pub_key, ecdh); in ossl_ecdh_compute_key()
H A Dec_kmeth.c219 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() argument
/src/sys/dev/ath/ath_hal/
H A Dah.c625 uint64_t psec; in ath_hal_mac_usec() local
627 psec = ath_hal_mac_psec(ah, clks); in ath_hal_mac_usec()
628 return (psec / 1000000); in ath_hal_mac_usec()
638 uint64_t psec; in ath_hal_mac_psec() local
643 psec = (clks * 1000000ULL) / CLOCK_FAST_RATE_5GHZ_OFDM; in ath_hal_mac_psec()
645 psec >>= 1; in ath_hal_mac_psec()
647 psec = (clks * 1000000ULL) / CLOCK_RATE[ath_hal_chan2wmode(ah, c)]; in ath_hal_mac_psec()
649 psec >>= 1; in ath_hal_mac_psec()
651 psec = (clks * 1000000ULL) / CLOCK_RATE[WIRELESS_MODE_11b]; in ath_hal_mac_psec()
652 return psec; in ath_hal_mac_psec()
/src/contrib/ntp/util/
H A Dsht.c69 LPSECURITY_ATTRIBUTES psec=0; in getShmTime()
81 psec, sizeof (struct shmTime),buf); in getShmTime()
/src/sys/contrib/ncsw/inc/
H A Dncsw_ext.h161 #define PSEC_TO_CLK(psec,clk) DIV_CEIL(((psec) * (clk)), 1000000) argument
/src/contrib/ntp/ntpd/
H A Drefclock_shm.c159 LPSECURITY_ATTRIBUTES psec = 0; in getShmTime() local
183 psec = &sa; in getShmTime()
185 shmid = CreateFileMapping ((HANDLE)0xffffffff, psec, PAGE_READWRITE, in getShmTime()
/src/crypto/openssl/crypto/asn1/
H A Da_time.c458 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument
467 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
/src/crypto/openssl/include/openssl/
H A Dec.h1486 int (*ckey)(unsigned char **psec, size_t *pseclen,
1522 int (**pck)(unsigned char **psec,
H A Dcrypto.h460 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Dcrypto.h.in437 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Dasn1.h741 int ASN1_TIME_diff(int *pday, int *psec,
H A Dasn1.h.in622 int ASN1_TIME_diff(int *pday, int *psec,