Searched refs:period (Results 1 - 25 of 210) sorted by last modified time

123456789

/freebsd-current/sys/arm/arm/
H A Dgeneric_timer.c343 sbintime_t period __unused)
/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)");
H A Dhdsp.h239 uint32_t period; member in struct:sc_info
H A Dhdsp-pcm.c49 uint32_t period; member in struct:hdsp_latency
565 /* HDSP cards read / write a double buffer, twice the latency period. */
566 buffer_size = 2 * sc->period * sizeof(uint32_t);
790 pos %= (2 * sc->period * sizeof(uint32_t)); /* Double buffer. */
937 for (i = 0; latency_map[i].period != 0; i++) {
938 if (latency_map[i].period == blocksize)
944 for (i = 0; latency_map[i].period != 0; i++) {
946 threshold = hl->period + ((latency_map[i + 1].period != 0) ?
947 ((latency_map[i + 1].period
[all...]
H A Dhdspe.c288 unsigned int period; local
290 period = sc->force_period;
293 error = sysctl_handle_int(oidp, &period, 0, req);
299 if (period > 0) {
301 while (sc->force_period < period && sc->force_period < 4096)
496 long long period; local
499 sc->period = 32;
504 * Force period to a consistent default until these issues are fixed.
519 period = HDSPE_FREQ_AIO;
526 period /
[all...]
H A Dhdspe-pcm.c47 uint32_t period; member in struct:hdspe_latency
567 if (length > (sc->period * 4 * 2))
568 length = (sc->period * 4 * 2);
830 long long period; local
869 period = HDSPE_FREQ_AIO;
888 period /= speed;
889 hdspe_write_4(sc, HDSPE_FREQ_REG, period);
930 for (i = 0; latency_map[i].period != 0; i++) {
931 if (latency_map[i].period == blocksize)
937 for (i = 0; latency_map[i].period !
[all...]
H A Dhdspe.h230 uint32_t period; member in struct:sc_info
/freebsd-current/sys/net80211/
H A Dieee80211.h1115 uint8_t tim_period; /* DTIM period */
1214 uint8_t period; /* beacon intervals between quiets */ member in struct:ieee80211_quiet_ie
1541 * DTIM period (beacons). Min+max are not really defined
1545 #define IEEE80211_DTIM_MAX 15 /* max DTIM period */
1546 #define IEEE80211_DTIM_MIN 1 /* min DTIM period */
/freebsd-current/sys/arm/freescale/vybrid/
H A Dvf_sai.c143 uint32_t period; member in struct:sc_info
372 sc->period = sndbuf_getblksz(ch->buffer);
373 return (sc->period);
/freebsd-current/sys/arm/freescale/imx/
H A Dimx6_ssi.c420 sc->pos += conf->period;
490 conf->period = sndbuf_getblksz(ch->buffer);
/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...]
H A Daic7xxx_osm.c691 spi->sync_period = tinfo->user.period;
693 spi->sync_period = tinfo->goal.period;
718 /* We use a period of 0 to represent async */
871 spi->sync_period = tinfo->period;
919 /*period*/0, /*offset*/0, /*ppr_options*/0,
H A Daic7xxx.h544 * an additional timeout period
717 uint8_t period; /* Sync rate factor */ member in struct:ahc_transinfo
760 uint8_t period; /* Period to send to SCSI target */ member in struct:ahc_syncrate
764 /* Safe and valid period for async negotiations. */
1281 struct ahc_syncrate* ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,
1314 u_int period, u_int offset,
H A Daic79xx_osm.c810 spi->sync_period = tinfo->user.period;
812 spi->sync_period = tinfo->goal.period;
833 /* We use a period of 0 to represent async */
890 spi->sync_period = tinfo->period;
937 ahd_set_syncrate(ahd, &devinfo, /*period*/0, /*offset*/0,
1032 || tinfo->goal.period != 0
H A Daic79xx.h579 * an additional timeout period
770 uint8_t period; /* Sync rate factor */ member in struct:ahd_transinfo
817 /* Safe and valid period for async negotiations. */
821 * In RevA, the synctable uses a 120MHz rate for the period
822 * factor 8 and 160MHz for the period factor 7. The 120MHz
1494 void ahd_find_syncrate(struct ahd_softc *ahd, u_int *period,
1498 u_int period, u_int *offset,
1523 u_int period, u_int offset,
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp570 NextTok->isOneOf(tok::comma, tok::period, tok::colon,
921 if (I->Tok->isNot(tok::period))
1226 tok::period, tok::periodstar, tok::arrow, tok::arrowstar,
1823 case tok::period:
3024 tok::l_square, tok::period, tok::l_paren) ||
3308 case tok::period:
3926 FormatTok->isOneOf(tok::period, tok::comma))) {
4237 if (FormatTok->isOneOf(tok::star, tok::period, tok::periodstar,
H A DTokenAnnotator.cpp329 Prev->Previous && Prev->Previous->isOneOf(tok::period, tok::arrow);
1148 if ((Tok->Previous && Tok->Previous->is(tok::period)) ||
1685 return Tok.TokenText == "goog" && Tok.Next && Tok.Next->is(tok::period) &&
2112 tok::comma, tok::period, tok::arrow,
2144 } else if (Current.is(tok::period)) {
2187 } else if (Current.Previous->is(tok::period) &&
2251 PreviousNotConst->MatchingParen->Previous->isNot(tok::period) &&
2661 return !token || token->isOneOf(tok::amp, tok::period, tok::arrow,
2905 if (Current->isOneOf(tok::period, tok::arrow) &&
3032 while (Tok && Tok->isOneOf(tok::period, to
[all...]
/freebsd-current/usr.sbin/periodic/
H A Dperiodic.conf349 local var="$1" periodvar value period
357 periodvar=${var%enable}period
358 eval period=\"\$$periodvar\"
361 case "$period" in
367 case "$period" in
373 case "$period" in
380 case "$period" in
/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/contrib/llvm-project/libcxx/src/
H A Dchrono.cpp96 std::chrono::duration<__int64, std::ratio_multiply<std::ratio<100, 1>, nanoseconds::period>>;
/freebsd-current/contrib/llvm-project/libcxx/include/__chrono/
H A Dtime_point.h42 typedef typename duration::period period; typedef in class:chrono::time_point
H A Dsystem_clock.h30 typedef duration::period period; typedef in class:chrono::system_clock
H A Dsteady_clock.h30 typedef duration::period period; typedef in class:chrono::steady_clock
H A Dformatter.h207 // Converting a duration where the period has a small ratio to days
219 __sstr << chrono::__units_suffix<_CharT, typename _Tp::period>();

Completed in 267 milliseconds

123456789