Searched refs:burst (Results 1 - 25 of 42) sorted by path

12

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_chronolog.c328 if (peer->burst == 0 && peer->reach == 0)
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c97 { "burst", TOK_BURST},
622 char burst[5 + 7]; local
638 if (humanize_number(burst, sizeof(burst), p->burst,
640 sprintf(burst, "%d", (int)p->burst);
641 sprintf(buf, "%05d: %s %4d ms burst %s",
642 p->link_nr % DN_MAX_ID, bwbuf, p->delay, burst);
1718 NEED(p, "burst");
[all...]
/freebsd-11-stable/stand/kshim/
H A Dbsd_busspace.c29 struct burst { struct
178 enum { BURST = sizeof(struct burst) / 4 };
183 *(struct burst *)datap = *((/* volatile */ struct burst *)h);
200 enum { BURST = sizeof(struct burst) / 4 };
205 *((/* volatile */ struct burst *)h) = *(struct burst *)datap;
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_config.c107 reg |= (m2s_sm->burst << UDMA_AXI_M2S_COMP_WR_CFG_1_AWBURST_SHIFT) &
204 reg |= (s2m_sm->burst << UDMA_AXI_S2M_COMP_WR_CFG_1_AWBURST_SHIFT) &
448 /* increase min_burst_above_thr so larger burst can be used to fetch
479 /* increase min_burst_above_thr so larger burst can be used to fetch
730 /* mask max burst size, and enable/pause control bits */
1032 /* S2M UDMA configure completion descriptors write burst parameters */
1042 /* convert burst size from bytes to beats (16 byte) */
H A Dal_hal_udma_config.h82 uint8_t burst; member in struct:al_udma_axi_submaster
96 uint8_t min_axi_beats; /* Minimum burst for writing completion desc. */
109 uint8_t min_axi_beats; /* Minimum burst for writing completion desc. */
138 /* in one burst (5b) */
140 uint8_t min_burst_above_thr; /* min burst size when fifo above
143 uint8_t min_burst_below_thr; /* min burst size when fifo below
169 uint8_t min_burst_above_thr; /* min burst size when fifo above
172 uint8_t min_burst_below_thr; /* min burst size when fifo below
284 uint8_t max_rd_d_beats; /* max burst size for reading data
696 * S2M UDMA configure completion descriptors write burst parameter
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-agl-defs.h1467 uint64_t burst : 1; /**< Half-Duplex Burst Enable member in struct:cvmx_agl_gmx_prtx_cfg::cvmx_agl_gmx_prtx_cfg_s
1469 0 = burst length of 0x2000 (halfdup / 1000Mbs)
1470 1 = burst length of 0x0 (all other modes) */
1496 On the RX side, subsequent packets in a burst
1505 uint64_t burst : 1;
1540 On the RX side, subsequent packets in a burst
H A Dcvmx-gmxx-defs.h4176 On the RX side, subsequent packets in a burst
4213 On the RX side, subsequent packets in a burst
4260 On the RX side, subsequent packets in a burst
7921 uint64_t burst : 16; /**< Burst (refer to 802.3 to set correctly) member in struct:cvmx_gmxx_txx_burst::cvmx_gmxx_txx_burst_s
7927 uint64_t burst : 16;
10377 uint64_t slice : 7; /**< Number of 16B blocks to transmit in a burst before
10379 limit the burst length transmitted by OCTEON.
10384 one contiguous burst that is longer than SLICE
10385 (as long as the burst does not cross a packet
10460 * Octeon will never violate the Spi4.2 spec and send a non-EOP burst tha
[all...]
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-pko.c967 * @param burst Maximum number of packets to burst in a row before rate
972 int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst) argument
987 ((uint64_t)pko_mem_port_rate0.s.rate_pkt * burst) >> 8;
1000 * @param burst Maximum number of bits to burst before rate
1005 int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst) argument
1023 pko_mem_port_rate1.s.rate_lim = tokens_per_bit * burst / 256;
H A Dcvmx-pko.h671 * @param burst Maximum number of packets to burst in a row before rate
676 extern int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst);
684 * @param burst Maximum number of bits to burst before rate
689 extern int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst);
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-11-stable/sys/dev/acpica/
H A Dacpi_ec.c106 /* Data byte returned after burst enable indicating it was successful. */
184 SYSCTL_INT(_debug_acpi_ec, OID_AUTO, burst, CTLFLAG_RWTUN, &ec_burst_mode, 0,
185 "Enable use of burst mode (faster for nearly all systems)");
605 CTR1(KTR_ACPI, "ec burst disabled in waitevent (%s)", msg);
795 /* If we can't start burst mode, continue anyway. */
799 CTR0(KTR_ACPI, "ec burst enabled");
827 CTR0(KTR_ACPI, "ec disabled burst ok");
921 /* Don't use burst mode if user disabled it. */
955 /* If we succeeded, burst flag should now be present. */
/freebsd-11-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-11-stable/sys/dev/alc/
H A Dif_alc.c1372 uint16_t burst; local
1472 burst = CSR_READ_2(sc, base + PCIER_DEVICE_CTL);
1474 (burst & PCIEM_CTL_MAX_READ_REQUEST) >> 12;
1475 sc->alc_dma_wr_burst = (burst & PCIEM_CTL_MAX_PAYLOAD) >> 5;
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c455 uint16_t burst; local
585 burst = pci_read_config(dev, i + 0x08, 2);
587 sc->ale_dma_rd_burst = ((burst >> 12) & 0x07) <<
590 sc->ale_dma_wr_burst = ((burst >> 5) & 0x07) <<
594 128 << ((burst >> 12) & 0x07));
596 128 << ((burst >> 5) & 0x07));
/freebsd-11-stable/sys/dev/drm/
H A Dvia_verifier.c722 int burst = 0; local
735 (burst & 63), *buf++);
736 burst += 4;
756 (burst & 63), *buf++);
757 burst += 4;
768 "Attempt to access 3D- or command burst area.\n");
816 "Attempt to access 3D- or command burst area.\n");
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_tv.c91 int blank, black, burst; member in struct:video_levels
229 .blank = 225, .black = 267, .burst = 113,
239 .blank = 266, .black = 316, .burst = 133,
249 .blank = 225, .black = 225, .burst = 113,
259 .blank = 266, .black = 266, .burst = 133,
269 .blank = 237, .black = 237, .burst = 118,
279 .blank = 280, .black = 280, .burst = 139,
289 .blank = 225, .black = 267, .burst = 113,
299 .blank = 266, .black = 316, .burst = 133,
309 .blank = 225, .black = 267, .burst
[all...]
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem_sbus.c124 int burst; local
143 burst = sbus_get_burstsz(dev);
145 if ((burst & SBUS_BURST64_MASK) != 0) {
147 burst >>= SBUS_BURST64_SHIFT;
149 if ((burst & SBUS_BURST_64) != 0)
151 else if ((burst & SBUS_BURST_32) != 0)
154 device_printf(dev, "unsupported burst size\n");
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme_sbus.c136 uint32_t burst; local
238 burst = sbus_get_burstsz(dev);
240 if ((burst & SBUS_BURST_64))
242 else if ((burst & SBUS_BURST_32))
244 else if ((burst & SBUS_BURST_16))
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h541 uint16_t burst[WME_NUM_AC]; member in struct:iwi_wme_params
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1657 uint32_t burst; member in struct:iwn_general_stats
/freebsd-11-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) {
2808 * Allow Tx DMA burst.
/freebsd-11-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-11-stable/sys/dev/tpm/
H A Dtpm.c117 #define TPM_STS_BMASK 0x00ffff00 /* ro io burst size */
591 int burst, to, rv; local
595 burst = 0;
596 while (burst == 0 && to--) {
602 burst = bus_space_read_1(sc->sc_bt, sc->sc_bh, TPM_STS + 1);
603 burst |= bus_space_read_1(sc->sc_bt, sc->sc_bh, TPM_STS + 2)
606 printf("tpm_getburst: read %d\n", burst);
608 if (burst)
609 return burst;
959 printf("tpm_tis12_read: fetching %d, burst i
[all...]
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h787 uint32_t burst; member in struct:wpi_general_stats

Completed in 437 milliseconds

12