Searched refs:period (Results 51 - 75 of 213) sorted by relevance

123456789

/freebsd-current/sys/arm/mv/
H A Dtimer.c119 sbintime_t first, sbintime_t period);
505 mv_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
512 if (period != 0)
513 val = ((uint32_t)sc->et.et_frequency * period) >> 32;
526 if (period != 0)
/freebsd-current/sys/arm/allwinner/
H A Da10_timer.c110 sbintime_t first, sbintime_t period);
264 * Now we will set periodic timer with the given period
318 sbintime_t period)
326 if (period != 0)
327 sc->sc_period = ((uint32_t)et->et_frequency * period) >> 32;
340 if (period != 0) {
317 a10_timer_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp34 case tok::period: // designator: '.' identifier
199 while (Tok.is(tok::period) || Tok.is(tok::l_square)) {
200 if (Tok.is(tok::period)) {
256 NextToken().isNot(tok::period) &&
295 NextToken().is(tok::period), ReceiverType)) {
/freebsd-current/sbin/recoverdisk/
H A Drecoverdisk.c45 struct period { struct
50 TAILQ_ENTRY(period) list;
52 TAILQ_HEAD(period_head, period);
79 struct period *pp;
111 report_one_period(const char *period, struct period_head *ph) argument
113 struct period *pp;
117 printf("%s \xe2\x94\x82", period);
/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx.c118 /* ultra2 fast/ultra period rate */
152 u_int *period,
169 u_int period, u_int offset);
175 u_int period, u_int offset,
1336 /*period*/0, /*offset*/0,
1634 * this function finds the nearest syncrate to the input period limited
1641 u_int *period, u_int *ppr_options, role_t role)
1662 * period otherwise we may allow a target initiated
1679 if (transinfo->period == 0) {
1680 *period
1639 ahc_devlimited_syncrate(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
1694 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, u_int *ppr_options, u_int maxsync) argument
1894 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2371 u_int period; local
2455 ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset) argument
2498 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3112 u_int period; local
3286 u_int period; local
[all...]
H A Daic79xx.c123 u_int *period,
142 u_int period, u_int offset);
148 u_int period, u_int offset,
1087 ahd_set_syncrate(ahd, &devinfo, /*period*/0,
2289 /*period*/0, /*offset*/0,
2344 /*period*/0, /*offset*/0,
2852 * this function finds the nearest period to the input period limited
2859 u_int *period, u_int *ppr_options, role_t role)
2874 * period otherwis
2857 ahd_devlimited_syncrate(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *period, u_int *ppr_options, role_t role) argument
2906 ahd_find_syncrate(struct ahd_softc *ahd, u_int *period, u_int *ppr_options, u_int maxsync) argument
2945 ahd_validate_offset(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int period, u_int *offset, int wide, role_t role) argument
3049 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
3260 u_int period; local
3681 u_int period; local
3764 ahd_construct_sdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset) argument
3807 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
4306 u_int period; local
4476 u_int period; local
[all...]
/freebsd-current/sys/dev/sound/pci/
H A Dhdsp.c273 unsigned int period; local
275 period = sc->force_period;
278 error = sysctl_handle_int(oidp, &period, 0, req);
284 if (period > 0) {
286 while (sc->force_period < period && sc->force_period < 4096)
582 sc->period = 256;
587 * Force period to a consistent default until these issues are fixed.
724 "period", CTLTYPE_UINT | CTLFLAG_RW | CTLFLAG_MPSAFE,
726 "Force period of samples per interrupt (32, 64, ... 4096)");
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp75 TokenInfo[tok::period ] |= aci_custom_firstchar;
267 case tok::period: // ..., .*, .1234
268 return (FirstChar == '.' && PrevPrevTok.is(tok::period)) ||
/freebsd-current/usr.sbin/lpr/common_source/
H A Dmatchjobs.c211 char *atsign, *colon, *lhside, *numstr, *period, *rhside; local
274 period = strchr(lhside, '.');
275 if ((atsign == NULL) && (period != NULL))
/freebsd-current/sys/arm/freescale/imx/
H A Dimx_gpt.c251 * and use that to set the minimum eventtimer period we can schedule. In
285 imx_gpt_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
292 if (period != 0) {
293 sc->sc_period = ((uint32_t)et->et_frequency * period) >> 32;
/freebsd-current/sys/arm/arm/
H A Dmpcore_timer.c170 * @period: the period (in seconds and fractional sections) to set
172 * If the eventtimer is required to be in oneshot mode, period will be
174 * period will contain the time period and first may optionally contain
175 * the time for the first period.
181 arm_tmr_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
193 if (period != 0) {
194 load = ((uint32_t)et->et_frequency * period) >> 32;
339 * and max period value
[all...]
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_dmtimer.c92 am335x_dmtimer_et_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
116 if (period != 0) {
117 reload_count = ((uint32_t)et->et_frequency * period) >> 32;
/freebsd-current/sys/dev/mlx4/
H A Dcq.h174 u16 count, u16 period);
/freebsd-current/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_rtc_ext.h172 @Description Configures the period of the timestamp if different than
176 @Param[in] period - Period in nano-seconds.
182 t_Error FM_RTC_ConfigPeriod(t_Handle h_FmRtc, uint32_t period);
352 the RTC period */
364 a multiple of the RTC period */
/freebsd-current/sys/contrib/xen/io/
H A Dsndif.h622 * period_sz - uint32_t, event period size, octets
623 * This is the requested value of the period at which frontend would
871 * | min period frames | 44
873 * | max period frames | 48
910 } period; member in struct:xensnd_query_hw_param
954 * | min period frames | 44
956 * | max period frames | 48
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_dfs.h86 u32 period; member in struct:mt76x02_dfs_hw_pulse
/freebsd-current/sys/dev/iicbus/
H A Diicbb.c585 int period; local
588 * udelay is half a period, the clock is held high or low for this long.
591 period = 1000000 / 2 / busfreq; /* Hz -> uS */
592 period -= sc->io_latency;
593 sc->udelay = MAX(period, 1);
/freebsd-current/sys/arm64/nvidia/tegra210/
H A Dmax77620.c196 if (OF_getencprop(node, "maxim,shutdown-fps-time-period-us", &val,
202 if (OF_getencprop(node, "maxim,suspend-fps-time-period-us", &val,
278 int period; local
280 period = MAX77620_FPS_PERIOD_MIN_US;
282 if (period >= val)
284 period *= 2;
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dduration.h66 class _Period = typename ratio_divide<typename _FromDuration::period, typename _ToDuration::period>::type,
163 static_assert(_Period::num > 0, "duration period must be positive");
194 typedef typename _Period::type period; typedef in class:chrono::duration
215 __enable_if_t<__no_overflow<_Period2, period>::value && (treat_as_floating_point<rep>::value ||
216 (__no_overflow<_Period2, period>::type::den == 1 &&
291 typedef duration< int, ratio_multiply<ratio<24>, hours::period>> days;
292 typedef duration< int, ratio_multiply<ratio<7>, days::period>> weeks;
293 typedef duration< int, ratio_multiply<ratio<146097, 400>, days::period>> years;
294 typedef duration< int, ratio_divide<years::period, rati
[all...]
/freebsd-current/sys/sys/
H A Dtimeffc.h40 * timecounter period and offset estimate passed by the synchronization daemon.
47 uint64_t period; /* Estimate of counter period. */ member in struct:ffclock_estimate
127 uint64_t period; member in struct:ffclock_info
/freebsd-current/sys/dev/wdatwd/
H A Dwdatwd.c96 * period Milliseconds per watchdog tick.
109 u_int period; member in struct:wdatwd_softc
235 timeout = ((uint64_t) 1 << cmd) / 1000000 / sc->period;
243 sc->timeout = timeout * sc->period;
664 sc->period = sc->wdat->TimerPeriod;
766 sc->default_timeout * sc->period,
/freebsd-current/usr.sbin/ppp/
H A Dlqr.c271 int period; local
290 period = lcp->want_lqrperiod ?
299 period / 100, period % 100);
300 physical->hdlc.lqm.timer.load = period * SECTICKS / 100;
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c1037 u8 period; member in struct:sym_trans
1599 u_char minsync; /* Min sync period factor (ST) */
1600 u_char maxsync; /* Max sync period factor (ST) */
1602 u_char minsync_dt; /* Min sync period factor (DT) */
1603 u_char maxsync_dt; /* Max sync period factor (DT) */
2474 u32 period; local
2518 * Minimum synchronous period factor supported by the chip.
2519 * Btw, 'period' is in tenths of nanoseconds.
2521 period = howmany(4 * div_10M[0], np->clock_khz);
2522 if (period <
[all...]
/freebsd-current/sys/x86/isa/
H A Datrtc.c215 rtc_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
218 atrtc_rate(max(fls(period + (period >> 1)) - 17, 1));
/freebsd-current/usr.bin/indent/
H A Dlexi.c291 if (state->last_token == period || state->last_token == unary_op) {
463 code = period;

Completed in 426 milliseconds

123456789