/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | rzg2ul-smarc-som.dtsi | 83 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 D | rzg3s-smarc-som.dtsi | 108 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 D | rzg2l-smarc-som.dtsi | 107 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 D | rzg2lc-smarc-som.dtsi | 87 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 D | o_time.c | 70 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 D | micrel-ksz90x1.txt | 165 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 D | ARMErrataFix.cpp | 418 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 D | OPENSSL_gmtime.pod | 15 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 D | ASN1_TIME_set.pod | 52 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 D | ecdh_ossl.c | 28 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 D | ec_kmeth.c | 225 int (*ckey)(unsigned char **psec, in EC_KEY_METHOD_set_compute_key() argument
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.c | 625 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 D | sht.c | 69 LPSECURITY_ATTRIBUTES psec=0; in getShmTime() 81 psec, sizeof (struct shmTime),buf); in getShmTime()
|
/freebsd/sys/contrib/ncsw/inc/ |
H A D | ncsw_ext.h | 161 #define PSEC_TO_CLK(psec,clk) DIV_CEIL(((psec) * (clk)), 1000000) argument
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_shm.c | 159 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 D | a_time.c | 456 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 D | ec.h | 1477 int (*ckey)(unsigned char **psec, size_t *pseclen, 1519 int (**pck)(unsigned char **psec,
|
H A D | crypto.h | 435 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
H A D | crypto.h.in | 412 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
H A D | asn1.h | 749 int ASN1_TIME_diff(int *pday, int *psec,
|
H A D | asn1.h.in | 630 int ASN1_TIME_diff(int *pday, int *psec,
|