Searched refs:burst (Results 26 - 50 of 64) sorted by relevance

123

/freebsd-10-stable/sys/gnu/dts/arm/
H A Domap3-lilly-dbb056.dts152 gpmc,page-burst-access-ns = <5>;
H A Domap3430-sdp.dts79 gpmc,page-burst-access-ns = <6>;
H A Dstih416.dtsi173 snps,mixed-burst;
194 snps,mixed-burst;
H A Domap3-cm-t3x.dtsi286 gpmc,page-burst-access-ns = <6>;
H A Dam335x-nano.dts274 gpmc,page-burst-access-ns = <10>;
H A Dam335x-pepper.dts197 dma-burst-sz = <16>;
H A Dexynos4210-trats.dts383 samsung,burst-clock-frequency = <500000000>;
H A Ds5pv210-goni.dts360 atmel,burst-length = <0x21>;
H A Dam335x-evm.dts97 dma-burst-sz = <16>;
H A Dam335x-evmsk.dts162 dma-burst-sz = <16>;
/freebsd-10-stable/contrib/ntp/ntpd/
H A Drefclock_chronolog.c328 if (peer->burst == 0 && peer->reach == 0)
H A Dntp_refclock.c302 if (peer->burst == 0) {
326 peer->burst = NSTAGE;
329 peer->burst--;
H A Dntp_proto.c74 #define RESP_DELAY 1 /* refclock burst delay (s) */
453 if (peer->burst == 0) {
470 * burst if enabled.
483 * Here the peer is reachable. Send a burst if
525 peer->burst--;
526 if (peer->burst == 0) {
530 * set and all peers have completed the burst,
2194 peer->burst = peer->retry = 0;
2498 * First, if either burst mode is armed, enable the burst
[all...]
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_config.h143 int burst; /* maximum burst time in 0.1 ms, i.e., 10 = 1 ms */ member in struct:hostapd_tx_queue_params
/freebsd-10-stable/sys/kern/
H A Dkern_poll.c103 SYSCTL_UINT(_kern_polling, OID_AUTO, burst, CTLFLAG_RD,
104 &poll_burst, 0, "Current polling burst size");
132 0, sizeof(uint32_t), poll_burst_max_sysctl, "I", "Max Polling burst size");
157 "Max size of each burst");
224 &residual_burst, 0, "# of residual cycles in burst");
347 * another NETISR_POLL call, or adapting the burst size for the next cycle.
350 * because the burst could take a long time to be completely processed, or
353 * time spent in network-related processing, we split the burst in smaller
404 * reduce the burst size to prevent that this happens again.
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c966 agl_gmx_prtx.s.burst = 1;
976 agl_gmx_prtx.s.burst = 1;
987 agl_gmx_prtx.s.burst = agl_gmx_prtx.s.duplex;
H A Dcvmx-usbnx-defs.h1269 uint64_t burst : 4; /**< DMA Burst Size. */ member in struct:cvmx_usbnx_dma_test::cvmx_usbnx_dma_test_s
1271 uint64_t burst : 4;
/freebsd-10-stable/sys/dev/sound/sbus/
H A Dcs4231.c331 int burst; local
337 * No public documentation exists on programming burst size of APCDMA.
339 burst = sbus_get_burstsz(sc->sc_dev);
340 if ((burst & SBUS_BURST_64))
342 else if ((burst & SBUS_BURST_32))
344 else if ((burst & SBUS_BURST_16))
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c605 si->credit = p->burst + (dn_cfg.io_fast ? p->bandwidth : 0);
949 /* Adjust burst parameter for link */
950 dn.l.burst = div64(dn.l.burst, 8 * hz);
1547 * burst ???
1550 /* Scale burst size: bytes -> bits * hz */
1551 p->burst *= 8 * hz;
1576 s->link.burst = p->burst;
/freebsd-10-stable/sys/dev/iwi/
H A Dif_iwireg.h478 uint16_t burst[WME_NUM_AC]; member in struct:iwi_wme_params
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Dmain.c43 int burst; /* count of packets sent in a burst */ member in struct:cfg_s
399 } else if (!strcmp(*av, "-burst")) {
/freebsd-10-stable/contrib/ntp/include/
H A Dntp.h347 int burst; /* packets remaining in burst */ member in struct:peer
456 #define FLAG_BURST 0x0040 /* burst mode */
458 #define FLAG_IBURST 0x0100 /* initial burst mode */
/freebsd-10-stable/sys/dev/ale/
H A Dif_ale.c454 uint16_t burst; local
584 burst = pci_read_config(dev, i + 0x08, 2);
586 sc->ale_dma_rd_burst = ((burst >> 12) & 0x07) <<
589 sc->ale_dma_wr_burst = ((burst >> 5) & 0x07) <<
593 128 << ((burst >> 12) & 0x07));
595 128 << ((burst >> 5) & 0x07));
/freebsd-10-stable/sys/dev/age/
H A Dif_age.c465 uint16_t burst; local
569 burst = pci_read_config(dev, i + 0x08, 2);
571 sc->age_dma_rd_burst = ((burst >> 12) & 0x07) <<
574 sc->age_dma_wr_burst = ((burst >> 5) & 0x07) <<
578 128 << ((burst >> 12) & 0x07));
580 128 << ((burst >> 5) & 0x07));
/freebsd-10-stable/sys/dev/jme/
H A Dif_jme.c630 uint16_t burst; local
781 burst = pci_read_config(dev, i + PCIER_DEVICE_CTL, 2);
784 128 << ((burst >> 12) & 0x07));
786 128 << ((burst >> 5) & 0x07));
788 switch ((burst >> 12) & 0x07) {
2810 * Allow Tx DMA burst.

Completed in 217 milliseconds

123