| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | rzg2ul-smarc-som.dtsi | 81 rxc-skew-psec = <2400>; 82 txc-skew-psec = <2400>; 83 rxdv-skew-psec = <0>; 84 txen-skew-psec = <0>; 85 rxd0-skew-psec = <0>; 86 rxd1-skew-psec = <0>; 87 rxd2-skew-psec = <0>; 88 rxd3-skew-psec = <0>; 89 txd0-skew-psec = <0>; 90 txd1-skew-psec = <0>; [all …]
|
| H A D | rzg2l-smarc-som.dtsi | 105 rxc-skew-psec = <2400>; 106 txc-skew-psec = <2400>; 107 rxdv-skew-psec = <0>; 108 txen-skew-psec = <0>; 109 rxd0-skew-psec = <0>; 110 rxd1-skew-psec = <0>; 111 rxd2-skew-psec = <0>; 112 rxd3-skew-psec = <0>; 113 txd0-skew-psec = <0>; 114 txd1-skew-psec = <0>; [all …]
|
| H A D | rzg3s-smarc-som.dtsi | 98 rxc-skew-psec = <0>; 99 txc-skew-psec = <0>; 100 rxdv-skew-psec = <0>; 101 txen-skew-psec = <0>; 102 rxd0-skew-psec = <0>; 103 rxd1-skew-psec = <0>; 104 rxd2-skew-psec = <0>; 105 rxd3-skew-psec = <0>; 106 txd0-skew-psec = <0>; 107 txd1-skew-psec = <0>; [all …]
|
| H A D | rzg3e-smarc-som.dtsi | 148 rxc-skew-psec = <1400>; 149 txc-skew-psec = <1400>; 150 rxdv-skew-psec = <0>; 151 txen-skew-psec = <0>; 152 rxd0-skew-psec = <0>; 153 rxd1-skew-psec = <0>; 154 rxd2-skew-psec = <0>; 155 rxd3-skew-psec = <0>; 156 txd0-skew-psec = <0>; 157 txd1-skew-psec = <0>; [all …]
|
| H A D | r9a09g056n48-rzv2n-evk.dts | 265 rxc-skew-psec = <0>; 266 txc-skew-psec = <0>; 267 rxdv-skew-psec = <0>; 268 txen-skew-psec = <0>; 269 rxd0-skew-psec = <0>; 270 rxd1-skew-psec = <0>; 271 rxd2-skew-psec = <0>; 272 rxd3-skew-psec = <0>; 273 txd0-skew-psec = <0>; 274 txd1-skew-psec = <0>; [all …]
|
| H A D | r9a09g057h44-rzv2h-evk.dts | 311 rxc-skew-psec = <0>; 312 txc-skew-psec = <0>; 313 rxdv-skew-psec = <0>; 314 txen-skew-psec = <0>; 315 rxd0-skew-psec = <0>; 316 rxd1-skew-psec = <0>; 317 rxd2-skew-psec = <0>; 318 rxd3-skew-psec = <0>; 319 txd0-skew-psec = <0>; 320 txd1-skew-psec = <0>; [all …]
|
| H A D | rzg2lc-smarc-som.dtsi | 85 rxc-skew-psec = <2400>; 86 txc-skew-psec = <2400>; 87 rxdv-skew-psec = <0>; 88 txen-skew-psec = <0>; 89 rxd0-skew-psec = <0>; 90 rxd1-skew-psec = <0>; 91 rxd2-skew-psec = <0>; 92 rxd3-skew-psec = <0>; 93 txd0-skew-psec = <0>; 94 txd1-skew-psec = <0>; [all …]
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | o_time.c | 70 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()
|
| /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 | 423 Patch657417Section *psec; in implementPatch() local 453 psec = make<Patch657417Section>(ctx, isec, sr.off, sr.instr, destIsARM); in implementPatch() 460 psec->addReloc( in implementPatch() 465 sr.rel->sym = psec->patchSym; in implementPatch() 471 psec = in implementPatch() 480 isec->addReloc(Relocation{R_PC, type, sr.off, -4, psec->patchSym}); in implementPatch() 482 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 | 219 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 | 458 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()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | ec.h | 1486 int (*ckey)(unsigned char **psec, size_t *pseclen, 1522 int (**pck)(unsigned char **psec,
|
| H A D | crypto.h | 460 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
| H A D | crypto.h.in | 437 int OPENSSL_gmtime_diff(int *pday, int *psec,
|
| H A D | asn1.h | 741 int ASN1_TIME_diff(int *pday, int *psec,
|
| H A D | asn1.h.in | 622 int ASN1_TIME_diff(int *pday, int *psec,
|