Home
last modified time | relevance | path

Searched refs:period (Results 51 – 75 of 789) sorted by relevance

12345678910>>...32

/netbsd/sys/dev/ic/
H A Daic7xxx_osm.c403 u_int ppr_options = 0, period, offset; in ahc_action() local
426 period = tinfo->user.period; in ahc_action()
450 period = 0; in ahc_action()
470 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_action()
476 period = 0; in ahc_action()
488 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_action()
498 xm->xm_period = tinfo->curr.period; in ahc_action()
502 if (tinfo->curr.period) in ahc_action()
1132 if (tinfo->curr.period != tinfo->goal.period in ahc_send_async()
1139 xm.xm_period = tinfo->curr.period; in ahc_send_async()
[all …]
H A Daic7xxx.c1680 *period = MAX(*period, transinfo->period); in ahc_devlimited_syncrate()
1715 if (*period <= syncrate->period) { in ahc_find_syncrate()
1728 *period = syncrate->period; in ahc_find_syncrate()
1868 if (tinfo->curr.period != tinfo->goal.period in ahc_update_neg_request()
1908 period = 0; in ahc_set_syncrate()
1916 tinfo->user.period = period; in ahc_set_syncrate()
1922 tinfo->goal.period = period; in ahc_set_syncrate()
1982 tinfo->curr.period = period; in ahc_set_syncrate()
2382 period = tinfo->goal.period; in ahc_build_transfer_msg()
2390 dosync = tinfo->curr.period != period; in ahc_build_transfer_msg()
[all …]
/netbsd/sys/arch/arm/gemini/
H A Dgemini_wdt.c124 geminiwdt_set_timeout(unsigned int period) in geminiwdt_set_timeout() argument
129 if (period != sc->sc_smw.smw_period) { in geminiwdt_set_timeout()
130 sc->sc_smw.smw_period = period; in geminiwdt_set_timeout()
/netbsd/sys/dev/hil/
H A Dhilkbd.c313 d->pitch, d->period, d->volume); in hilkbd_ioctl()
352 hilkbd_cnbell(void *v, u_int pitch, u_int period, u_int volume) in hilkbd_cnbell() argument
357 pitch, period, volume); in hilkbd_cnbell()
361 hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume) in hilkbd_bell() argument
368 buf[0] = ar_format(period - 10); in hilkbd_bell()
/netbsd/sys/sys/
H A Dwdog.h107 #define WDOG_PERIOD_TO_TICKS(period) ((period) * hz) argument
/netbsd/sys/dev/isa/
H A Ditesio_isa.c776 int period = smw->smw_period; in itesio_wdt_setmode() local
791 if (period > ITESIO_WDT_MAXTIMO || period < 1) in itesio_wdt_setmode()
792 period = smw->smw_period = ITESIO_WDT_MAXTIMO; in itesio_wdt_setmode()
794 period *= 2; in itesio_wdt_setmode()
798 period >> 8); in itesio_wdt_setmode()
800 period & 0xff); in itesio_wdt_setmode()
815 int period = smw->smw_period * 2; in itesio_wdt_tickle() local
822 period >> 8); in itesio_wdt_tickle()
824 period & 0xff); in itesio_wdt_tickle()
/netbsd/sys/arch/arm/footbridge/isa/
H A Dsysbeep_isa.c70 sysbeep(int pitch, int period) in sysbeep() argument
73 pcppi_bell(ppicookie, pitch, period, 0); in sysbeep()
/netbsd/sys/arch/prep/isa/
H A Disabeep.c75 isabeep(int pitch, int period) in isabeep() argument
79 pcppi_bell(ppicookie, pitch, period, 0); in isabeep()
/netbsd/external/mpl/bind/dist/bin/tests/system/keymgr/10-change-roll/
H A DREADME5 This directory has a key set which is valid, but has a ZSK rollover period
6 of only three months. It will be updated to have a ZSK rollover period of
/netbsd/usr.sbin/screenblank/
H A Dscreenblank.c406 int period = 0; in cvt_arg() local
413 if (period) in cvt_arg()
415 period = 1; in cvt_arg()
422 if (period) { in cvt_arg()
/netbsd/sys/dev/audio/
H A Daudiobell.c100 audiobell(void *dev, u_int pitch, u_int period, u_int volume, int poll) in audiobell() argument
124 if (period == 0) in audiobell()
168 remaincount = play_sample_rate * period / 1000; in audiobell()
/netbsd/sys/altq/
H A Daltq_fifoq.h47 u_int period; member
62 u_int period; member
/netbsd/sys/arch/alpha/isa/
H A Disa_machdep.c98 isabeep(int pitch, int period) in isabeep() argument
102 pcppi_bell(ppicookie, pitch, period, 0); in isabeep()
/netbsd/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_gptimer.c42 bu32 counter, period, width; member
88 case mmr_offset(period): in bfin_gptimer_io_write_buffer()
131 case mmr_offset(period): in bfin_gptimer_io_read_buffer()
/netbsd/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_gptimer.c42 bu32 counter, period, width; member
88 case mmr_offset(period): in bfin_gptimer_io_write_buffer()
131 case mmr_offset(period): in bfin_gptimer_io_read_buffer()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseInit.cpp33 case tok::period: // designator: '.' identifier in MayBeDesignationStart()
197 while (Tok.is(tok::period) || Tok.is(tok::l_square)) { in ParseInitializerWithPotentialDesignator()
198 if (Tok.is(tok::period)) { in ParseInitializerWithPotentialDesignator()
254 NextToken().isNot(tok::period) && in ParseInitializerWithPotentialDesignator()
293 NextToken().is(tok::period), ReceiverType)) { in ParseInitializerWithPotentialDesignator()
/netbsd/external/mpl/bind/dist/bin/tests/system/keymgr/
H A Dpolicy.conf.in20 roll-period zsk 6mo;
21 roll-period ksk 0;
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-chrono.cc55 typedef duration::period period; typedef
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-chrono.cc55 typedef duration::period period; typedef
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_sumo_smc.c151 u32 period, unit, timer_value; in sumo_enable_boost_timer() local
157 period = 100 * (xclk / 100 / sumo_power_of_4(unit)); in sumo_enable_boost_timer()
159 timer_value = (period << 16) | (unit << 4); in sumo_enable_boost_timer()
/netbsd/tests/usr.bin/awk/
H A Dt_awk.sh92 atf_test_case period
102 h_check period -v x=0.5
381 atf_add_test_case period
/netbsd/sys/arch/mips/atheros/
H A Dar7100.c115 ar7100_wdog_reload(uint32_t period) in ar7100_wdog_reload() argument
118 if (period == 0) { in ar7100_wdog_reload()
122 PUTRESETREG(ARCHIP_RESET_WDOG_TIMER, period); in ar7100_wdog_reload()
/netbsd/external/mpl/bind/dist/bin/python/isc/
H A Dpolicy.py.in230 "KSK pre-publish period (%d) exceeds rollover period %d"
243 "KSK post-publish period (%d) exceeds rollover period %d"
256 "ZSK pre-publish period (%d) exceeds rollover period %d"
269 "ZSK post-publish period (%d) exceeds rollover period %d"
285 + "combined exceed rollover period %d"
302 + "combined exceed rollover period %d"
370 roll-period ksk 0;
371 roll-period zsk 1y;
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dchrono256 typedef typename _ToDur::period __to_period;
293 typename _Tp::period;
300 duration<typename _Tp::rep, typename _Tp::period>>;
313 void_t<typename _Tp::rep, typename _Tp::period,
319 duration<typename _Tp::rep, typename _Tp::period>>,
453 using period = typename _Period::type;
457 "period must be a specialization of ratio");
820 typedef typename duration::period period;
1042 typedef duration::period period;
1082 typedef duration::period period;
[all …]
/netbsd/external/bsd/flex/dist/examples/manual/
H A Dfront.y52 sentence : verb_phrase noun_phrase position_phrase adverb period
97 period : /* empty */

12345678910>>...32