Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Drzg2ul-smarc-som.dtsi83 rxc-skew-psec = <2400>;
84 txc-skew-psec = <2400>;
85 rxdv-skew-psec = <0>;
86 txen-skew-psec = <0>;
87 rxd0-skew-psec = <0>;
88 rxd1-skew-psec = <0>;
89 rxd2-skew-psec = <0>;
90 rxd3-skew-psec = <0>;
91 txd0-skew-psec = <0>;
92 txd1-skew-psec = <0>;
[all …]
H A Drzg3s-smarc-som.dtsi108 rxc-skew-psec = <0>;
109 txc-skew-psec = <0>;
110 rxdv-skew-psec = <0>;
111 txen-skew-psec = <0>;
112 rxd0-skew-psec = <0>;
113 rxd1-skew-psec = <0>;
114 rxd2-skew-psec = <0>;
115 rxd3-skew-psec = <0>;
116 txd0-skew-psec = <0>;
117 txd1-skew-psec = <0>;
[all …]
H A Drzg2l-smarc-som.dtsi107 rxc-skew-psec = <2400>;
108 txc-skew-psec = <2400>;
109 rxdv-skew-psec = <0>;
110 txen-skew-psec = <0>;
111 rxd0-skew-psec = <0>;
112 rxd1-skew-psec = <0>;
113 rxd2-skew-psec = <0>;
114 rxd3-skew-psec = <0>;
115 txd0-skew-psec = <0>;
116 txd1-skew-psec = <0>;
[all …]
H A Drzg2lc-smarc-som.dtsi87 rxc-skew-psec = <2400>;
88 txc-skew-psec = <2400>;
89 rxdv-skew-psec = <0>;
90 txen-skew-psec = <0>;
91 rxd0-skew-psec = <0>;
92 rxd1-skew-psec = <0>;
93 rxd2-skew-psec = <0>;
94 rxd3-skew-psec = <0>;
95 txd0-skew-psec = <0>;
96 txd1-skew-psec = <0>;
[all …]
/freebsd/crypto/openssl/crypto/
H A Do_time.c70 long *pday, int *psec);
102 int OPENSSL_gmtime_diff(int *pday, int *psec, in OPENSSL_gmtime_diff() argument
125 if (psec) in OPENSSL_gmtime_diff()
126 *psec = diff_sec; in OPENSSL_gmtime_diff()
134 long *pday, int *psec) in julian_adj() argument
172 *psec = offset_hms; in julian_adj()
/freebsd/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 …]
/freebsd/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()
/freebsd/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
/freebsd/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.c225 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() argument
/freebsd/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()
/freebsd/contrib/ntp/util/
H A Dsht.c69 LPSECURITY_ATTRIBUTES psec=0; in getShmTime()
81 psec, sizeof (struct shmTime),buf); in getShmTime()
/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h161 #define PSEC_TO_CLK(psec,clk) DIV_CEIL(((psec) * (clk)), 1000000) argument
/freebsd/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()
/freebsd/crypto/openssl/crypto/asn1/
H A Da_time.c456 int ASN1_TIME_diff(int *pday, int *psec, in ASN1_TIME_diff() argument
465 return OPENSSL_gmtime_diff(pday, psec, &tm_from, &tm_to); in ASN1_TIME_diff()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1477 int (*ckey)(unsigned char **psec, size_t *pseclen,
1519 int (**pck)(unsigned char **psec,
H A Dcrypto.h435 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Dcrypto.h.in412 int OPENSSL_gmtime_diff(int *pday, int *psec,
H A Dasn1.h749 int ASN1_TIME_diff(int *pday, int *psec,
H A Dasn1.h.in630 int ASN1_TIME_diff(int *pday, int *psec,