Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 25 of 226) sorted by relevance

12345678910

/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A Dqoriq-sec5.3-0.dtsi36 compatible = "fsl,sec-v5.3", "fsl,sec-v5.0", "fsl,sec-v4.0";
37 fsl,sec-era = <4>;
46 "fsl,sec-v5.0-job-ring",
47 "fsl,sec-v4.0-job-ring";
54 "fsl,sec-v5.0-job-ring",
55 "fsl,sec-v4.0-job-ring";
62 "fsl,sec-v5.0-job-ring",
63 "fsl,sec-v4.0-job-ring";
78 "fsl,sec-v5.0-rtic",
79 "fsl,sec-v4.0-rtic";
[all …]
H A Dqoriq-sec5.2-0.dtsi36 compatible = "fsl,sec-v5.2", "fsl,sec-v5.0", "fsl,sec-v4.0";
37 fsl,sec-era = <5>;
46 "fsl,sec-v5.0-job-ring",
47 "fsl,sec-v4.0-job-ring";
54 "fsl,sec-v5.0-job-ring",
55 "fsl,sec-v4.0-job-ring";
62 "fsl,sec-v5.0-job-ring",
63 "fsl,sec-v4.0-job-ring";
78 "fsl,sec-v5.0-rtic",
79 "fsl,sec-v4.0-rtic";
[all …]
H A Dqoriq-sec4.2-0.dtsi36 compatible = "fsl,sec-v4.2", "fsl,sec-v4.0";
37 fsl,sec-era = <3>;
46 "fsl,sec-v4.0-job-ring";
53 "fsl,sec-v4.0-job-ring";
60 "fsl,sec-v4.0-job-ring";
67 "fsl,sec-v4.0-job-ring";
73 compatible = "fsl,sec-v4.2-rtic",
74 "fsl,sec-v4.0-rtic";
82 "fsl,sec-v4.0-rtic-memory";
88 "fsl,sec-v4.0-rtic-memory";
[all …]
H A Dqoriq-sec5.0-0.dtsi36 compatible = "fsl,sec-v5.0", "fsl,sec-v4.0";
37 fsl,sec-era = <5>;
46 "fsl,sec-v4.0-job-ring";
53 "fsl,sec-v4.0-job-ring";
60 "fsl,sec-v4.0-job-ring";
67 "fsl,sec-v4.0-job-ring";
73 compatible = "fsl,sec-v5.0-rtic",
74 "fsl,sec-v4.0-rtic";
82 "fsl,sec-v4.0-rtic-memory";
88 "fsl,sec-v4.0-rtic-memory";
[all …]
H A Dqoriq-sec6.0-0.dtsi35 compatible = "fsl,sec-v6.0", "fsl,sec-v5.0",
36 "fsl,sec-v4.0";
37 fsl,sec-era = <6>;
43 "fsl,sec-v5.2-job-ring",
44 "fsl,sec-v5.0-job-ring",
45 "fsl,sec-v4.4-job-ring",
46 "fsl,sec-v4.0-job-ring";
52 "fsl,sec-v5.2-job-ring",
53 "fsl,sec-v5.0-job-ring",
54 "fsl,sec-v4.4-job-ring",
[all …]
H A Dqoriq-sec4.0-0.dtsi36 compatible = "fsl,sec-v4.0";
37 fsl,sec-era = <1>;
45 compatible = "fsl,sec-v4.0-job-ring";
51 compatible = "fsl,sec-v4.0-job-ring";
57 compatible = "fsl,sec-v4.0-job-ring";
63 compatible = "fsl,sec-v4.0-job-ring";
69 compatible = "fsl,sec-v4.0-rtic";
76 compatible = "fsl,sec-v4.0-rtic-memory";
81 compatible = "fsl,sec-v4.0-rtic-memory";
86 compatible = "fsl,sec-v4.0-rtic-memory";
[all …]
H A Dpq3-sec4.4-0.dtsi36 compatible = "fsl,sec-v4.4", "fsl,sec-v4.0";
37 fsl,sec-era = <3>;
45 compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
51 compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
57 compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
63 compatible = "fsl,sec-v4.4-job-ring", "fsl,sec-v4.0-job-ring";
H A Dp1023si-post.dtsi213 compatible = "fsl,sec-v4.2", "fsl,sec-v4.0";
214 fsl,sec-era = <3>;
223 "fsl,sec-v4.0-job-ring";
230 "fsl,sec-v4.0-job-ring";
237 "fsl,sec-v4.0-job-ring";
244 "fsl,sec-v4.0-job-ring";
250 compatible = "fsl,sec-v4.2-rtic",
251 "fsl,sec-v4.0-rtic";
259 "fsl,sec-v4.0-rtic-memory";
265 "fsl,sec-v4.0-rtic-memory";
[all …]
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.c96 sec = tv.tv_sec; in ngx_time_update()
103 if (tp->sec == sec) { in ngx_time_update()
117 tp->sec = sec; in ngx_time_update()
211 sec = ts.tv_sec; in ngx_monotonic_time()
237 sec = tv.tv_sec; in ngx_time_sigsafe_update()
241 if (tp->sec == sec) { in ngx_time_sigsafe_update()
254 tp->sec = 0; in ngx_time_sigsafe_update()
340 sec = t % 86400; in ngx_gmtime()
357 sec %= 3600; in ngx_gmtime()
358 min = sec / 60; in ngx_gmtime()
[all …]
H A Dngx_parse_time.c19 ngx_uint_t day, year, hour, min, sec; in ngx_parse_http_time() local
203 sec = (*p - '0') * 10 + (*(p + 1) - '0'); in ngx_parse_http_time()
223 if (hour > 23 || min > 59 || sec > 59) { in ngx_parse_http_time()
266 - 719527 + 31 + 28) * 86400 + hour * 3600 + min * 60 + sec; in ngx_parse_http_time()
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dfsl-sec6.txt25 - fsl,sec-era
63 compatible = "fsl,sec-v6.0";
64 fsl,sec-era = <6>;
117 compatible = "fsl,sec-v6.0";
118 fsl,sec-era = <6>;
124 "fsl,sec-v5.2-job-ring",
125 "fsl,sec-v5.0-job-ring",
126 "fsl,sec-v4.4-job-ring",
127 "fsl,sec-v4.0-job-ring";
133 "fsl,sec-v5.2-job-ring",
[all …]
H A Dfsl-sec4.txt59 - fsl,sec-era
123 compatible = "fsl,sec-v4.0";
124 fsl,sec-era = <2>;
142 compatible = "fsl,sec-v4.0";
197 compatible = "fsl,sec-v4.0-job-ring";
252 compatible = "fsl,sec-v4.0-rtic";
454 compatible = "fsl,sec-v4.0-pwrkey";
465 compatible = "fsl,sec-v4.0";
502 compatible = "fsl,sec-v4.0-rtic";
531 compatible = "fsl,sec-v4.0-mon";
[all …]
/f-stack/freebsd/sys/
H A Dtime.h56 time_t sec; member
68 _bt->sec++; in bintime_addx()
79 _bt->sec++; in bintime_add()
80 _bt->sec += _bt2->sec; in bintime_add()
91 _bt->sec--; in bintime_sub()
92 _bt->sec -= _bt2->sec; in bintime_sub()
102 _bt->sec *= _x; in bintime_mul()
112 _bt->sec <<= _exp; in bintime_shift()
118 _bt->sec >>= -_exp; in bintime_shift()
125 (((a)->sec == (b)->sec) ? \
[all …]
/f-stack/freebsd/mips/cavium/
H A Docteon_ds1337.c77 CT_CHECK(ct->sec < 0 || ct->sec > 60, "second"); /* + Leap sec */ in validate_ct_struct()
97 uint8_t sec; in cvmx_rtc_ds1337_read() local
111 sec = cvmx_twsi_read8(CVMX_RTC_DS1337_ADDR, 0x0); in cvmx_rtc_ds1337_read()
112 if ((sec & 0xf) == (reg[0] & 0xf)) in cvmx_rtc_ds1337_read()
116 ct.sec = bcd2bin(reg[0] & 0x7f); in cvmx_rtc_ds1337_read()
156 uint8_t sec; in cvmx_rtc_ds1337_write() local
169 reg[0] = bin2bcd(ct.sec); in cvmx_rtc_ds1337_write()
192 sec = cvmx_twsi_read8(CVMX_RTC_DS1337_ADDR, 0x0); in cvmx_rtc_ds1337_write()
193 if ((sec & 0xf) == (reg[0] & 0xf)) in cvmx_rtc_ds1337_write()
/f-stack/freebsd/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1012a.dtsi25 sec-mon = &sec_mon;
186 compatible = "fsl,sec-v5.4", "fsl,sec-v5.0",
187 "fsl,sec-v4.0";
188 fsl,sec-era = <8>;
197 "fsl,sec-v5.0-job-ring",
198 "fsl,sec-v4.0-job-ring";
205 "fsl,sec-v5.0-job-ring",
229 "fsl,sec-v5.0-rtic",
230 "fsl,sec-v4.0-rtic";
267 compatible = "fsl,sec-v5.4-mon", "fsl,sec-v5.0-mon",
[all …]
/f-stack/freebsd/kern/
H A Dsubr_clock.c190 ct->sec; in clock_ct_to_ts()
223 bct->hour, bct->min, bct->sec); in clock_bcd_to_ts()
232 ct.sec = FROMBCD(bct->sec); in clock_bcd_to_ts()
284 ct->sec = rsec; in clock_ts_to_ct()
304 KASSERT(ct->sec >= 0 && ct->sec <= 60, in clock_ts_to_ct()
305 ("seconds %d not in 0-60", ct->sec)); in clock_ts_to_ct()
331 bct->sec = TOBCD(ct.sec); in clock_ts_to_bcd()
345 bct->hour, bct->min, bct->sec, in clock_print_bcd()
350 bct->hour, bct->min, bct->sec); in clock_print_bcd()
363 ct->hour, ct->min, ct->sec, in clock_print_ct()
[all …]
H A Dkern_tc.c235 bt->sec += x >> 32; in bintime_off()
582 bt2.sec = 0; in ffclock_convert_delta()
711 polling = bt.sec; in ffclock_windup()
712 bt.sec = 0; in ffclock_windup()
1371 t = bt.sec; in tc_windup()
1373 if (bt.sec != t) in tc_windup()
1374 th->th_boottime.sec += bt.sec - t; in tc_windup()
1843 bt.sec = 0; in pps_event()
2037 t_last.sec = 0; in cpu_tick_calibrate()
2169 vdso_th32->th_offset.sec = th->th_offset.sec; in tc_fill_vdso_timehands32()
[all …]
/f-stack/freebsd/x86/x86/
H A Dpvclock.c156 pvclock_read_wall_clock(struct pvclock_wall_clock *wc, uint32_t *sec, in pvclock_read_wall_clock() argument
164 *sec = wc->sec; in pvclock_read_wall_clock()
198 uint32_t sec, nsec; in pvclock_get_wallclock() local
200 pvclock_read_wall_clock(wc, &sec, &nsec); in pvclock_get_wallclock()
201 ts->tv_sec = sec; in pvclock_get_wallclock()
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Datmel-wdt.txt12 - timeout-sec: contains the watchdog timeout in seconds.
14 - atmel,max-heartbeat-sec : Should contain the maximum heartbeat value in
17 - atmel,min-heartbeat-sec : Should contain the minimum heartbeat value in
18 seconds. This value must be smaller than the max-heartbeat-sec value.
44 timeout-sec = <15>;
49 atmel,max-heartbeat-sec = <16>;
50 atmel,min-heartbeat-sec = <0>;
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-thunder.c83 uint8_t sec; in cvmx_rtc_ds1374_read() local
93 sec = cvmx_twsi_read8(CVMX_RTC_DS1374_ADDR, 0x0); in cvmx_rtc_ds1374_read()
94 if (sec == (time & 0xff)) in cvmx_rtc_ds1374_read()
109 uint8_t sec; in cvmx_rtc_ds1374_write() local
117 sec = cvmx_twsi_read8(CVMX_RTC_DS1374_ADDR, 0x0); in cvmx_rtc_ds1374_write()
118 if (sec == (time & 0xff)) in cvmx_rtc_ds1374_write()
H A Dcvmx-cn3010-evb-hs5.c109 uint8_t sec; in cvmx_rtc_ds1337_read() local
123 sec = cvmx_twsi_read8(CVMX_RTC_DS1337_ADDR, 0x0); in cvmx_rtc_ds1337_read()
124 if ((sec & 0xf) == (reg[0] & 0xf)) in cvmx_rtc_ds1337_read()
158 uint8_t sec; in cvmx_rtc_ds1337_write() local
191 sec = cvmx_twsi_read8(CVMX_RTC_DS1337_ADDR, 0x0); in cvmx_rtc_ds1337_write()
192 if ((sec & 0xf) == (reg[0] & 0xf)) in cvmx_rtc_ds1337_write()
/f-stack/lib/
H A Dff_host_interface.c153 ff_clock_gettime(int id, int64_t *sec, long *nsec) in ff_clock_gettime() argument
177 *sec = (int64_t)ts.tv_sec; in ff_clock_gettime()
184 int64_t sec; in ff_clock_gettime_ns() local
187 ff_clock_gettime(id, &sec, &nsec); in ff_clock_gettime_ns()
189 return ((uint64_t)sec * ff_NSEC_PER_SEC + nsec); in ff_clock_gettime_ns()
193 ff_get_current_time(time_t *sec, long *nsec) in ff_get_current_time() argument
195 if (sec) { in ff_get_current_time()
196 *sec = current_ts.tv_sec; in ff_get_current_time()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_wdog.c165 uint64_t sec; in bcmwd_watchdog_fn() local
174 sec = ((uint64_t)1 << (cmd & WD_INTERVAL)) / 1000000000; in bcmwd_watchdog_fn()
175 if (sec == 0 || sec > 15) { in bcmwd_watchdog_fn()
190 ticks = (sec << 16) & BCM2835_WDOG_TIME_MASK; in bcmwd_watchdog_fn()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c50 uint64_t sec; in show_vdev_stats() local
85 sec = MAX(1, vs->vs_timestamp / NANOSEC); in show_vdev_stats()
89 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops, sizeof (rops)); in show_vdev_stats()
90 nicenum(vs->vs_ops[ZIO_TYPE_WRITE] / sec, wops, sizeof (wops)); in show_vdev_stats()
91 nicenum(vs->vs_bytes[ZIO_TYPE_READ] / sec, rbytes, in show_vdev_stats()
93 nicenum(vs->vs_bytes[ZIO_TYPE_WRITE] / sec, wbytes, in show_vdev_stats()
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Dxlnx-rtc.txt11 - interrupt-names: interrupt line names eg. "sec" "alarm"
14 - calibration: calibration value for 1 sec period which will
23 interrupt-names = "alarm", "sec";

12345678910