Searched refs:period (Results 76 - 100 of 198) sorted by relevance

12345678

/freebsd-12-stable/sys/dev/advansys/
H A Dadvlib.h485 u_int8_t period; member in struct:adv_transinfo
828 u_int target_id, u_int period, u_int offset,
831 u_int8_t sync_data, u_int8_t *period,
833 u_int8_t adv_period_offset_to_sdtr(struct adv_softc *adv, u_int *period,
H A Dadvansys.c327 spi->sync_period = tconf->period;
378 spi->sync_period = tconf->period;
811 &adv->tinfo[i].user.period,
839 &adv->tinfo[i].user.period,
855 if (adv->tinfo[i].user.period < max_sync)
856 adv->tinfo[i].user.period = max_sync;
902 i, /*period*/0, /*offset*/0,
/freebsd-12-stable/sys/dev/aic/
H A Daicvar.h32 u_int8_t period; member in struct:aic_transinfo
/freebsd-12-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_et.c98 sbintime_t period __unused)
/freebsd-12-stable/sys/dev/sound/pci/
H A Dhdspe.h191 uint32_t period; member in struct:sc_info
/freebsd-12-stable/usr.bin/indent/
H A Dlexi.c299 if (state->last_token == period || state->last_token == unary_op) {
471 code = period;
/freebsd-12-stable/contrib/dma/
H A Dspool.c402 flushqueue_since(unsigned int period) argument
419 /* Did the flush file get touched within the last period seconds? */
420 if (st.st_mtim.tv_sec + (int)period >= now.tv_sec)
/freebsd-12-stable/sys/dev/nsp/
H A Dnsp.c474 u_int period, offset; local
490 period = ti->ti_maxsynch.period;
499 if (period >= sdp->min_period && period <= sdp->max_period)
503 if (period != 0 && sdp->max_period == 0)
506 * NO proper period/offset found,
509 ti->ti_maxsynch.period = 0;
539 ti->ti_maxsynch.period = 100 / 4;
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cq.c118 u16 count, u16 period)
130 cq_context->cq_period = cpu_to_be16(period);
117 mlx4_cq_modify(struct mlx4_dev *dev, struct mlx4_cq *cq, u16 count, u16 period) argument
/freebsd-12-stable/sys/arm/versatile/
H A Dsp804.c126 sp804_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
145 if (period != 0) {
146 panic("period");
/freebsd-12-stable/usr.sbin/ppp/
H A Dmp.c220 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period) {
222 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
235 if (mp->link.stats.total.SamplePeriod != mp->cfg.autoload.period)
261 mp->cfg.autoload.period = SAMPLE_PERIOD;
263 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
334 throughput_init(&mp->link.stats.total, mp->cfg.autoload.period);
894 " period %d secs\n", mp->cfg.autoload.min,
895 mp->cfg.autoload.max, mp->cfg.autoload.period);
/freebsd-12-stable/usr.sbin/edquota/
H A Dedquota.c700 fprintf(fd, "Grace period before enforcing soft limits for %ss:\n",
703 fprintf(fd, "%s: block grace period: %s, ",
705 fprintf(fd, "file grace period: %s\n",
745 " block grace period: %ju %s file grace period: %ju %s",
810 cvtatos(uint64_t period, char *units, uint64_t *seconds) argument
814 *seconds = period;
816 *seconds = period * 60;
818 *seconds = period * 60 * 60;
820 *seconds = period * 2
[all...]
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_sai.c147 uint32_t period; member in struct:sc_info
376 sc->period = sndbuf_getblksz(ch->buffer);
377 return (sc->period);
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h125 int wpas_p2p_ext_listen(struct wpa_supplicant *wpa_s, unsigned int period,
211 unsigned int period, unsigned int interval,
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.c277 bd->mode.count = conf->period;
278 bd->buffer_addr = conf->saddr + (conf->period * i);
H A Dimx6_sdma.h236 uint32_t period; member in struct:sdma_conf
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp29 typedef duration<steady_clock::rep, steady_clock::period> DurationType;
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h581 * an additional timeout period
774 uint8_t period; /* Sync rate factor */ member in struct:ahd_transinfo
821 /* Safe and valid period for async negotiations. */
825 * In RevA, the synctable uses a 120MHz rate for the period
826 * factor 8 and 160MHz for the period factor 7. The 120MHz
1500 void ahd_find_syncrate(struct ahd_softc *ahd, u_int *period,
1504 u_int period, u_int *offset,
1529 u_int period, u_int offset,
H A Daic7xxx.h546 * an additional timeout period
721 uint8_t period; /* Sync rate factor */ member in struct:ahc_transinfo
764 uint8_t period; /* Period to send to SCSI target */ member in struct:ahc_syncrate
768 /* Safe and valid period for async negotiations. */
1287 struct ahc_syncrate* ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,
1320 u_int period, u_int offset,
/freebsd-12-stable/sys/dev/evdev/
H A Dinput.h224 uint16_t period; /* ms */ member in struct:ff_periodic_effect
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c56 .period = 100,
/freebsd-12-stable/sys/riscv/riscv/
H A Dtimer.c122 riscv_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_timer.c105 jz4780_timer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c133 bcm_systimer_start(struct eventtimer *et, sbintime_t first, sbintime_t period) argument
/freebsd-12-stable/sys/dev/cx/
H A Dcsigma.c996 /* Set timer period register to 1 msec (approximately). */
1005 int clock, period; local
1071 cx_clock (c->oscfreq, c->rxbaud, &clock, &period);
1075 period = 1;
1078 outb (RBPR(c->port), period);
1084 cx_clock (c->oscfreq, c->txbaud, &clock, &period);
1089 period = 1;
1092 outb (TBPR(c->port), period);

Completed in 227 milliseconds

12345678