Home
last modified time | relevance | path

Searched refs:burst (Results 1 – 158 of 158) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Darb.c40 int burst; member
107 fifo->burst = cbs; in nv04_calc_arb()
178 fifo->burst = min(max_burst_o, 1024); in nv10_calc_arb()
182 fifo->burst = min(max_burst_l, fifo->burst); in nv10_calc_arb()
184 fifo->burst = rounddown_pow_of_two(fifo->burst); in nv10_calc_arb()
189 max_lwm = fifo_len - fifo->burst in nv10_calc_arb()
191 + fifo->burst * drain_rate / fill_rate; in nv10_calc_arb()
198 int *burst, int *lwm) in nv04_update_arb() argument
235 *burst = ilog2(fifo_data.burst >> 4); in nv04_update_arb()
240 nv20_update_arb(int *burst, int *lwm) in nv20_update_arb() argument
[all …]
Dhw.h58 int *burst, int *lwm);
/linux-4.1.27/net/netfilter/
Dxt_limit.c108 if (r->burst == 0 in limit_mt_check()
109 || user2credits(r->avg * r->burst) < user2credits(r->avg)) { in limit_mt_check()
111 r->avg, r->burst); in limit_mt_check()
124 priv->credit = user2credits(r->avg * r->burst); /* Credits full. */ in limit_mt_check()
142 u_int32_t burst; member
158 .burst = cm->burst, in limit_mt_compat_from_user()
172 .burst = m->burst, in limit_mt_compat_to_user()
Dxt_hashlimit.c478 dh->rateinfo.credit_cap = hinfo->cfg.burst; in rateinfo_init()
481 hinfo->cfg.burst); in rateinfo_init()
693 } else if (info->cfg.burst == 0 || in hashlimit_mt_check()
694 user2credits(info->cfg.avg * info->cfg.burst) < in hashlimit_mt_check()
697 info->cfg.avg, info->cfg.burst); in hashlimit_mt_check()
/linux-4.1.27/include/linux/
Dratelimit.h14 int burst; member
23 .burst = burst_init, \
35 int interval, int burst) in ratelimit_state_init() argument
39 rs->burst = burst; in ratelimit_state_init()
/linux-4.1.27/net/bridge/netfilter/
Debt_limit.c73 if (info->burst == 0 || in ebt_limit_mt_check()
74 user2credits(info->avg * info->burst) < user2credits(info->avg)) { in ebt_limit_mt_check()
76 info->avg, info->burst); in ebt_limit_mt_check()
82 info->credit = user2credits(info->avg * info->burst); in ebt_limit_mt_check()
83 info->credit_cap = user2credits(info->avg * info->burst); in ebt_limit_mt_check()
95 compat_uint_t avg, burst; member
/linux-4.1.27/arch/arm/plat-pxa/
Ddma.c71 int burst = (dcmd >> 16) & 0x3; in dbg_burst_from_dcmd() local
73 return burst ? 4 << burst : 0; in dbg_burst_from_dcmd()
87 int i, max_show = 20, burst, width; in dbg_show_descriptors() local
101 burst = dbg_burst_from_dcmd(dcmd); in dbg_show_descriptors()
114 DCMD_STR(ENDIAN), burst, width, in dbg_show_descriptors()
135 int burst, width; in dbg_show_chan_state() local
140 burst = dbg_burst_from_dcmd(dcmd); in dbg_show_chan_state()
161 DCMD_STR(ENDIAN), burst, width, dcmd & DCMD_LENGTH); in dbg_show_chan_state()
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dsamsung-sxgbe.txt19 - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
20 This is an integer and represents allowable DMA bursts when fixed burst.
21 Allowable range is 0x01-0x3F. When this field is set fixed burst is enabled.
22 When fixed length is needed for burst mode, it can be set within allowable
48 samsung,burst-map = <0x20>
Dstmmac.txt21 - snps,fixed-burst Program the DMA to use the fixed burst mode
22 - snps,mixed-burst Program the DMA to use the mixed burst mode
47 - snps,burst_len: The AXI burst lenth value of the AXI BUS MODE register.
Dqca-qca7000-spi.txt22 word. In burst mode these gaps aren't necessary, which is faster.
24 If the property is missing the driver defaults to burst mode.
Dsti-dwmac.txt53 snps,mixed-burst;
Dgpmc-eth.txt81 gpmc,page-burst-access-ns = <6>;
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dti-gpmc.txt60 - gpmc,page-burst-access-ns: Multiple access word delay
84 burst accesses, defines the number of
94 - gpmc,burst-length Page/burst length. Must be 4, 8 or 16.
95 - gpmc,burst-wrap Enables wrap bursting
96 - gpmc,burst-read Enables read page/burst mode
97 - gpmc,burst-write Enables write page/burst mode
/linux-4.1.27/arch/arm/boot/dts/
Domap2420-n8x0-common.dtsi53 gpmc,burst-length = <16>;
54 gpmc,burst-read;
55 gpmc,burst-wrap;
71 gpmc,page-burst-access-ns = <27>;
Domap3-n950-n9.dtsi132 gpmc,burst-length = <16>;
133 gpmc,burst-read;
134 gpmc,burst-wrap;
135 gpmc,burst-write;
151 gpmc,page-burst-access-ns = <15>;
Domap-gpmc-smsc911x.dtsi42 gpmc,page-burst-access-ns = <20>;
Domap-gpmc-smsc9221.dtsi45 gpmc,page-burst-access-ns = <0>;
Domap2420-h4.dts47 gpmc,page-burst-access-ns = <10>;
Dstih415.dtsi165 snps,mixed-burst;
186 snps,mixed-burst;
Domap2430-sdp.dts64 gpmc,page-burst-access-ns = <24>;
Domap3-lilly-a83x.dtsi374 gpmc,burst-length= <4>;
388 gpmc,page-burst-access-ns = <5>;
441 gpmc,page-burst-access-ns = <5>;
Domap3-n900.dts720 gpmc,burst-length = <16>;
721 gpmc,burst-read;
722 gpmc,burst-wrap;
723 gpmc,burst-write;
739 gpmc,page-burst-access-ns = <15>;
802 gpmc,page-burst-access-ns = <0>;
Domap-zoom-common.dtsi44 gpmc,page-burst-access-ns = <20>;
Domap3-sb-t35.dtsi126 gpmc,page-burst-access-ns = <20>;
Domap4-duovero-parlor.dts160 gpmc,page-burst-access-ns = <0>;
Dstih416.dtsi173 snps,mixed-burst;
194 snps,mixed-burst;
Domap3430-sdp.dts79 gpmc,page-burst-access-ns = <6>;
Domap3-lilly-dbb056.dts152 gpmc,page-burst-access-ns = <5>;
Domap3-cm-t3x.dtsi286 gpmc,page-burst-access-ns = <6>;
Ds5pv210-goni.dts360 atmel,burst-length = <0x21>;
Dexynos4210-trats.dts383 samsung,burst-clock-frequency = <500000000>;
Dam335x-nano.dts276 gpmc,page-burst-access-ns = <10>;
Dam335x-pepper.dts197 dma-burst-sz = <16>;
Dam335x-evm.dts97 dma-burst-sz = <16>;
Dam335x-evmsk.dts163 dma-burst-sz = <16>;
Dexynos3250-rinato.dts160 samsung,burst-clock-frequency = <250000000>;
Dsun6i-a31.dtsi800 snps,fixed-burst;
Dexynos4412-trats2.dts717 samsung,burst-clock-frequency = <500000000>;
Dsun7i-a20.dtsi1189 snps,fixed-burst;
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dimg-mdc-dma.txt13 - img,max-burst-multiplier: Must be the maximum supported burst size multiplier.
14 The maximum burst size is this value multiplied by the hardware-reported bus
46 img,max-burst-multiplier = <16>;
Dste-dma40.txt38 2. Device signal number, the signal line for single and burst requests
/linux-4.1.27/lib/
Dratelimit.c56 if (rs->burst && rs->burst > rs->printed) { in ___ratelimit()
Dfault-inject.c215 &attr->ratelimit_state.burst)) in fault_create_debugfs_attr()
/linux-4.1.27/include/uapi/linux/netfilter/
Dxt_hashlimit.h30 __u32 burst; /* Period multiplier for upper limit. */ member
54 __u32 burst; /* Period multiplier for upper limit. */ member
Dxt_limit.h15 __u32 burst; /* Period multiplier for upper limit. */ member
/linux-4.1.27/Documentation/devicetree/bindings/drm/tilcdc/
Dpanel.txt8 - dma-burst-sz: DMA burst size
42 dma-burst-sz = <16>;
/linux-4.1.27/drivers/dma/
Dedma.c335 dma_addr_t src_addr, dma_addr_t dst_addr, u32 burst, in edma_config_pset() argument
349 if (!burst) in edma_config_pset()
350 burst = 1; in edma_config_pset()
356 if (burst == 1) { in edma_config_pset()
392 bcnt = burst; in edma_config_pset()
458 u32 burst; in edma_prep_slave_sg() local
468 burst = echan->cfg.src_maxburst; in edma_prep_slave_sg()
472 burst = echan->cfg.dst_maxburst; in edma_prep_slave_sg()
521 dst_addr, burst, dev_width, in edma_prep_slave_sg()
593 u32 burst; in edma_prep_dma_cyclic() local
[all …]
Domap-dma.c767 u32 burst; in omap_dma_prep_slave_sg() local
772 burst = c->cfg.src_maxburst; in omap_dma_prep_slave_sg()
776 burst = c->cfg.dst_maxburst; in omap_dma_prep_slave_sg()
840 en = burst; in omap_dma_prep_slave_sg()
864 u32 burst; in omap_dma_prep_dma_cyclic() local
869 burst = c->cfg.src_maxburst; in omap_dma_prep_dma_cyclic()
873 burst = c->cfg.dst_maxburst; in omap_dma_prep_dma_cyclic()
901 d->fi = burst; in omap_dma_prep_dma_cyclic()
928 if (burst) in omap_dma_prep_dma_cyclic()
Dnbpfaxi.c434 enum dma_slave_buswidth width, u32 burst) in nbpf_xfer_size() argument
438 if (!burst) in nbpf_xfer_size()
439 burst = 1; in nbpf_xfer_size()
443 size = 8 * burst; in nbpf_xfer_size()
447 size = 4 * burst; in nbpf_xfer_size()
451 size = 2 * burst; in nbpf_xfer_size()
457 size = burst; in nbpf_xfer_size()
Dfsl-edma.c143 u32 burst; member
344 fsl_chan->fsc.burst = cfg->src_maxburst; in fsl_edma_slave_config()
349 fsl_chan->fsc.burst = cfg->dst_maxburst; in fsl_edma_slave_config()
553 nbytes = fsl_chan->fsc.addr_width * fsl_chan->fsc.burst; in fsl_edma_prep_dma_cyclic()
604 nbytes = fsl_chan->fsc.addr_width * fsl_chan->fsc.burst; in fsl_edma_prep_slave_sg()
Dsun6i-dma.c514 s8 burst, width; in sun6i_dma_prep_dma_memcpy() local
538 burst = convert_burst(8); in sun6i_dma_prep_dma_memcpy()
544 DMA_CHAN_CFG_SRC_BURST(burst) | in sun6i_dma_prep_dma_memcpy()
546 DMA_CHAN_CFG_DST_BURST(burst) | in sun6i_dma_prep_dma_memcpy()
Damba-pl08x.c1362 u32 width, burst, cctl = 0; in pl08x_get_cctl() local
1379 burst = pl08x_burst(maxburst); in pl08x_get_cctl()
1380 cctl |= burst << PL080_CONTROL_SB_SIZE_SHIFT; in pl08x_get_cctl()
1381 cctl |= burst << PL080_CONTROL_DB_SIZE_SHIFT; in pl08x_get_cctl()
Dpl330.c2588 int burst; in pl330_prep_dma_memcpy() local
2602 burst = pl330->pcfg.data_bus_width / 8; in pl330_prep_dma_memcpy()
2609 while ((src | dst | len) & (burst - 1)) in pl330_prep_dma_memcpy()
2610 burst /= 2; in pl330_prep_dma_memcpy()
2613 while (burst != (1 << desc->rqcfg.brst_size)) in pl330_prep_dma_memcpy()
/linux-4.1.27/arch/arm/plat-omap/
Ddma.c368 unsigned int burst = 0; in omap_set_dma_src_burst_mode() local
379 burst = 0x1; in omap_set_dma_src_burst_mode()
381 burst = 0x2; in omap_set_dma_src_burst_mode()
385 burst = 0x2; in omap_set_dma_src_burst_mode()
395 burst = 0x3; in omap_set_dma_src_burst_mode()
406 l |= (burst << 7); in omap_set_dma_src_burst_mode()
451 unsigned int burst = 0; in omap_set_dma_dest_burst_mode() local
462 burst = 0x1; in omap_set_dma_dest_burst_mode()
464 burst = 0x2; in omap_set_dma_dest_burst_mode()
468 burst = 0x2; in omap_set_dma_dest_burst_mode()
[all …]
/linux-4.1.27/drivers/media/pci/ttpci/
Dbudget-patch.c101 static int SendDiSEqCMsg (struct budget *budget, int len, u8 *msg, unsigned long burst) in SendDiSEqCMsg() argument
116 if (burst!=-1) { in SendDiSEqCMsg()
117 if (burst) in SendDiSEqCMsg()
200 static int av7110_send_diseqc_msg(struct budget_patch *budget, int len, u8 *msg, int burst) in av7110_send_diseqc_msg() argument
214 if (burst != -1) in av7110_send_diseqc_msg()
215 buf[3]=burst ? 0x01 : 0x00; in av7110_send_diseqc_msg()
Dbudget.c99 static int SendDiSEqCMsg (struct budget *budget, int len, u8 *msg, unsigned long burst) in SendDiSEqCMsg() argument
114 if (burst!=-1) { in SendDiSEqCMsg()
115 if (burst) in SendDiSEqCMsg()
Dav7110_hw.h485 extern int av7110_diseqc_send(struct av7110 *av7110, int len, u8 *msg, unsigned long burst);
Dav7110_hw.c678 int av7110_diseqc_send(struct av7110 *av7110, int len, u8 *msg, unsigned long burst) in av7110_diseqc_send() argument
692 if (burst != -1) in av7110_diseqc_send()
693 buf[3] = burst ? 0x01 : 0x00; in av7110_diseqc_send()
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dexynos_dsim.txt37 - samsung,burst-clock-frequency: specifies DSI frequency in high-speed burst
78 samsung,burst-clock-frequency = <500000000>;
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_tv.c89 int blank, black, burst; member
227 .blank = 225, .black = 267, .burst = 113,
237 .blank = 266, .black = 316, .burst = 133,
247 .blank = 225, .black = 225, .burst = 113,
257 .blank = 266, .black = 266, .burst = 133,
267 .blank = 237, .black = 237, .burst = 118,
277 .blank = 280, .black = 280, .burst = 139,
287 .blank = 225, .black = 267, .burst = 113,
297 .blank = 266, .black = 316, .burst = 133,
307 .blank = 225, .black = 267, .burst = 118,
[all …]
/linux-4.1.27/arch/mips/cavium-octeon/executive/
Dcvmx-pko.c448 int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst) in cvmx_pko_rate_limit_packets() argument
463 ((uint64_t) pko_mem_port_rate0.s.rate_pkt * burst) >> 8; in cvmx_pko_rate_limit_packets()
481 int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst) in cvmx_pko_rate_limit_bits() argument
502 pko_mem_port_rate1.s.rate_lim = tokens_per_bit * burst / 256; in cvmx_pko_rate_limit_bits()
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Demifa.txt20 - ti,emifa-burst-priority:
42 ti,emifa-burst-priority = <255>;
/linux-4.1.27/drivers/media/dvb-frontends/
Dtda8083.c207 static int tda8083_send_diseqc_burst (struct tda8083_state* state, fe_sec_mini_cmd_t burst) in tda8083_send_diseqc_burst() argument
209 switch (burst) { in tda8083_send_diseqc_burst()
375 static int tda8083_diseqc_send_burst(struct dvb_frontend* fe, fe_sec_mini_cmd_t burst) in tda8083_diseqc_send_burst() argument
379 tda8083_send_diseqc_burst (state, burst); in tda8083_diseqc_send_burst()
Dcx24110.c382 static int cx24110_diseqc_send_burst(struct dvb_frontend* fe, fe_sec_mini_cmd_t burst) in cx24110_diseqc_send_burst() argument
388 if (burst == SEC_MINI_A) in cx24110_diseqc_send_burst()
390 else if (burst == SEC_MINI_B) in cx24110_diseqc_send_burst()
Dcx24116.c195 u8 burst; member
1058 fe_sec_mini_cmd_t burst) in cx24116_diseqc_send_burst() argument
1063 dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst); in cx24116_diseqc_send_burst()
1066 if (burst == SEC_MINI_A) in cx24116_diseqc_send_burst()
1069 else if (burst == SEC_MINI_B) in cx24116_diseqc_send_burst()
Dstv0288.c177 fe_sec_mini_cmd_t burst) in stv0288_send_diseqc_burst() argument
186 if (stv0288_writeregI(state, 0x06, burst == SEC_MINI_A ? 0x00 : 0xff)) in stv0288_send_diseqc_burst()
Dds3000.c769 fe_sec_mini_cmd_t burst) in ds3000_diseqc_send_burst() argument
782 if (burst == SEC_MINI_A) in ds3000_diseqc_send_burst()
785 else if (burst == SEC_MINI_B) in ds3000_diseqc_send_burst()
Dcx24123.c798 fe_sec_mini_cmd_t burst) in cx24123_diseqc_send_burst() argument
817 if (burst == SEC_MINI_A) in cx24123_diseqc_send_burst()
819 else if (burst == SEC_MINI_B) in cx24123_diseqc_send_burst()
Dtda10071.c421 u8 tmp, burst; in tda10071_diseqc_send_burst() local
433 burst = 0; in tda10071_diseqc_send_burst()
436 burst = 1; in tda10071_diseqc_send_burst()
467 cmd.args[2] = burst; in tda10071_diseqc_send_burst()
Dm88ds3103.c1244 u8 u8tmp, burst; in m88ds3103_diseqc_send_burst() local
1261 burst = 0x02; in m88ds3103_diseqc_send_burst()
1264 burst = 0x01; in m88ds3103_diseqc_send_burst()
1273 ret = m88ds3103_wr_reg(priv, 0xa1, burst); in m88ds3103_diseqc_send_burst()
Dsi21xx.c413 fe_sec_mini_cmd_t burst) in si21xx_send_diseqc_burst() argument
425 burst == SEC_MINI_A ? (val & ~0x10) : (val | 0x10))) in si21xx_send_diseqc_burst()
Dstv0299.c305 static int stv0299_send_diseqc_burst (struct dvb_frontend* fe, fe_sec_mini_cmd_t burst) in stv0299_send_diseqc_burst() argument
320 if (stv0299_writeregI (state, 0x09, burst == SEC_MINI_A ? 0x00 : 0xff)) in stv0299_send_diseqc_burst()
Dcx24117.c1115 fe_sec_mini_cmd_t burst) in cx24117_diseqc_send_burst() argument
1120 __func__, burst, state->demod); in cx24117_diseqc_send_burst()
1123 if (burst == SEC_MINI_A) in cx24117_diseqc_send_burst()
1126 else if (burst == SEC_MINI_B) in cx24117_diseqc_send_burst()
Dm88rs2000.c250 fe_sec_mini_cmd_t burst) in m88rs2000_send_diseqc_burst() argument
Dstb0899_drv.c795 static int stb0899_send_diseqc_burst(struct dvb_frontend *fe, fe_sec_mini_cmd_t burst) in stb0899_send_diseqc_burst() argument
810 switch (burst) { in stb0899_send_diseqc_burst()
Dmb86a16.c1565 static int mb86a16_send_diseqc_burst(struct dvb_frontend *fe, fe_sec_mini_cmd_t burst) in mb86a16_send_diseqc_burst() argument
1569 switch (burst) { in mb86a16_send_diseqc_burst()
Dstv0900_core.c1747 static int stv0900_send_burst(struct dvb_frontend *fe, fe_sec_mini_cmd_t burst) in stv0900_send_burst() argument
1755 switch (burst) { in stv0900_send_burst()
Dstv090x.c3825 static int stv090x_send_diseqc_burst(struct dvb_frontend *fe, fe_sec_mini_cmd_t burst) in stv090x_send_diseqc_burst() argument
3834 if (burst == SEC_MINI_A) { in stv090x_send_diseqc_burst()
/linux-4.1.27/include/linux/platform_data/
Dasoc-kirkwood.h5 int burst; member
/linux-4.1.27/arch/arm/mach-tegra/
Dsleep.S154 mov r0, #(2 << 28) @ burst policy = run mode
155 orr r0, r0, #(4 << 4) @ use PLLP in run mode burst
Dsleep-tegra20.S383 mov32 r4, ((1 << 28) | (4)) @ burst policy is PLLP
Dsleep-tegra30.S396 movweq r4, #:lower16:((1 << 28) | (0x8)) @ burst policy is PLLX
/linux-4.1.27/include/uapi/linux/netfilter_bridge/
Debt_limit.h16 __u32 burst; /* Period multiplier for upper limit. */ member
/linux-4.1.27/drivers/mmc/host/
Domap.c987 u32 burst, *bp; in mmc_omap_prepare_data() local
996 burst = mmc_omap15xx() ? 32 : 64; in mmc_omap_prepare_data()
997 if (burst > data->blksz) in mmc_omap_prepare_data()
998 burst = data->blksz; in mmc_omap_prepare_data()
1000 burst >>= 1; in mmc_omap_prepare_data()
1005 buf = 0x0f80 | (burst - 1) << 0; in mmc_omap_prepare_data()
1010 buf = 0x800f | (burst - 1) << 8; in mmc_omap_prepare_data()
1018 if (*bp != burst) { in mmc_omap_prepare_data()
1025 cfg.src_maxburst = burst; in mmc_omap_prepare_data()
1026 cfg.dst_maxburst = burst; in mmc_omap_prepare_data()
[all …]
/linux-4.1.27/sound/soc/kirkwood/
Dkirkwood-dma.c118 priv->burst * 2, in kirkwood_dma_open()
125 priv->burst); in kirkwood_dma_open()
131 priv->burst); in kirkwood_dma_open()
Dkirkwood-i2s.c559 priv->burst = 128; /* might be 32 or 128 */ in kirkwood_i2s_dev_probe()
561 priv->burst = data->burst; in kirkwood_i2s_dev_probe()
597 if (priv->burst == 32) { in kirkwood_i2s_dev_probe()
Dkirkwood.h143 int burst; member
/linux-4.1.27/arch/metag/lib/
Dmemset.S59 ! This does a byte structured burst of up to 7 bytes
63 ! D1Ar5 should be burst size (<= D1Ar3)
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-av-core.c299 int hblank, hactive, burst, vblank, vactive, sc; in cx18_av_std_setup() local
371 burst = 93; in cx18_av_std_setup()
434 burst = 90; in cx18_av_std_setup()
441 burst = 97; in cx18_av_std_setup()
446 burst = 90; in cx18_av_std_setup()
487 src_decimation, burst, luma_lpf, uv_lpf, in cx18_av_std_setup()
498 cx18_av_write(cx, 0x473, burst); in cx18_av_std_setup()
/linux-4.1.27/drivers/video/fbdev/nvidia/
Dnv_hw.c382 unsigned *burst, in nv4UpdateArbitrationSettings() argument
408 *burst = 0; in nv4UpdateArbitrationSettings()
410 (*burst)++; in nv4UpdateArbitrationSettings()
620 unsigned *burst, in nv10UpdateArbitrationSettings() argument
648 *burst = 0; in nv10UpdateArbitrationSettings()
650 (*burst)++; in nv10UpdateArbitrationSettings()
657 unsigned int *burst, in nv30UpdateArbitrationSettings() argument
670 *burst = 0; in nv30UpdateArbitrationSettings()
672 while(burst_size >>= 1) (*burst)++; in nv30UpdateArbitrationSettings()
678 unsigned *burst, in nForceUpdateArbitrationSettings() argument
[all …]
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_g450.c232 unsigned int burst; member
307 r->regs[0x09] = (outd->burst + pixclock - 1) / pixclock; /* burst length */ in computeRegs()
367 .burst = 2518518, // ps in cve2_init_TVdata()
376 .burst = 2418418, // ps in cve2_init_TVdata()
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Datmel-matrix.txt4 behavior (master/slave priorities, undefined burst length type, ...)
/linux-4.1.27/net/sched/
Dact_police.c50 u32 burst; member
218 police->tcfp_burst = PSCHED_TICKS2NS(parm->burst); in tcf_act_police_locate()
321 .burst = PSCHED_NS2TICKS(police->tcfp_burst), in tcf_act_police_dump()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-pko.h626 extern int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst);
639 extern int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst);
Dcvmx-agl-defs.h324 uint64_t burst:1; member
338 uint64_t burst:1;
Dcvmx-gmxx-defs.h5067 uint64_t burst:16; member
5069 uint64_t burst:16;
/linux-4.1.27/drivers/gpu/drm/via/
Dvia_verifier.c722 int burst = 0; in via_parse_header2() local
735 (burst & 63), *buf++); in via_parse_header2()
736 burst += 4; in via_parse_header2()
756 (burst & 63), *buf++); in via_parse_header2()
757 burst += 4; in via_parse_header2()
/linux-4.1.27/drivers/media/common/b2c2/
Dflexcop-fe-tuner.c117 int len, u8 *msg, unsigned long burst) in flexcop_send_diseqc_msg() argument
128 if (burst != -1) { in flexcop_send_diseqc_msg()
129 if (burst) in flexcop_send_diseqc_msg()
/linux-4.1.27/drivers/video/fbdev/riva/
Driva_hw.c612 unsigned *burst, in nv3UpdateArbitrationSettings() argument
642 *burst = 0; in nv3UpdateArbitrationSettings()
644 (*burst)++; in nv3UpdateArbitrationSettings()
650 *burst = 0x2; in nv3UpdateArbitrationSettings()
801 unsigned *burst, in nv4UpdateArbitrationSettings() argument
833 *burst = 0; in nv4UpdateArbitrationSettings()
835 (*burst)++; in nv4UpdateArbitrationSettings()
1064 unsigned *burst, in nv10UpdateArbitrationSettings() argument
1098 *burst = 0; in nv10UpdateArbitrationSettings()
1100 (*burst)++; in nv10UpdateArbitrationSettings()
[all …]
/linux-4.1.27/drivers/ata/
Dpata_pdc202xx_old.c269 u8 burst = ioread8(bmdma + 0x1f); in pdc2026x_port_start() local
270 iowrite8(burst | 0x01, bmdma + 0x1f); in pdc2026x_port_start()
/linux-4.1.27/drivers/media/usb/dvb-usb/
Dgp8psk-fe.c240 fe_sec_mini_cmd_t burst) in gp8psk_fe_send_diseqc_burst() argument
248 cmd = (burst == SEC_MINI_A) ? 0x00 : 0x01; in gp8psk_fe_send_diseqc_burst()
Dvp702x-fe.c246 static int vp702x_fe_send_diseqc_burst (struct dvb_frontend* fe, fe_sec_mini_cmd_t burst) in vp702x_fe_send_diseqc_burst() argument
/linux-4.1.27/Documentation/mips/
DAU1xxx_IDE.README92 the burst support on DBDMA controller.
109 disable the burst support on DBDMA controller.
/linux-4.1.27/drivers/atm/
DKconfig64 bool "Fine-tune burst settings"
69 transfer is called a burst.
71 The default settings for the burst sizes are suitable for most PCI
75 The burst sizes can be set independently in the send (TX) and
78 Note that enabling many different burst sizes in the same direction
81 available burst size.
/linux-4.1.27/arch/c6x/boot/dts/
Dtms320c6455.dtsi57 ti,emifa-burst-priority = <255>;
/linux-4.1.27/drivers/spi/
Dspi-omap2-mcspi.c550 u32 burst; in omap2_mcspi_txrx_dma() local
572 burst = 1; in omap2_mcspi_txrx_dma()
576 burst = mcspi->fifo_depth / es; in omap2_mcspi_txrx_dma()
578 burst = count / es; in omap2_mcspi_txrx_dma()
586 cfg.src_maxburst = burst; in omap2_mcspi_txrx_dma()
587 cfg.dst_maxburst = burst; in omap2_mcspi_txrx_dma()
/linux-4.1.27/drivers/media/firewire/
Dfiredtv.h122 int avc_lnb_control(struct firedtv *fdtv, char voltage, char burst,
Dfiredtv-avc.c832 int avc_lnb_control(struct firedtv *fdtv, char voltage, char burst, in avc_lnb_control() argument
860 c->operand[pos++] = burst; in avc_lnb_control()
/linux-4.1.27/Documentation/scheduler/
Dsched-bwc.txt111 The larger period here allows for increased burst capacity.
121 response at the expense of burst capacity.
/linux-4.1.27/net/core/
Dpktgen.c390 unsigned int burst; /* number of duplicated packets to burst */ member
617 if (pkt_dev->burst > 1) in pktgen_if_show()
618 seq_printf(seq, " burst: %d\n", pkt_dev->burst); in pktgen_if_show()
1140 pkt_dev->burst = value < 1 ? 1 : value; in pktgen_if_write()
1141 sprintf(pg_result, "OK: burst=%d", pkt_dev->burst); in pktgen_if_write()
3317 unsigned int burst = ACCESS_ONCE(pkt_dev->burst); in pktgen_xmit() local
3368 atomic_add(burst, &pkt_dev->skb->users); in pktgen_xmit()
3371 ret = netdev_start_xmit(pkt_dev->skb, odev, txq, --burst > 0); in pktgen_xmit()
3379 if (burst > 0 && !netif_xmit_frozen_or_drv_stopped(txq)) in pktgen_xmit()
3399 if (unlikely(burst)) in pktgen_xmit()
[all …]
Dsysctl_net_core.c314 .data = &net_ratelimit_state.burst,
/linux-4.1.27/drivers/usb/core/
Durb.c406 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb() local
408 max *= burst; in usb_submit_urb()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Demac.txt42 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
/linux-4.1.27/Documentation/scsi/
Dncr53c8xx.txt754 burst:0 burst disabled
755 burst:255 get burst length from initial IO register settings.
756 burst:#x burst enabled (1<<#x burst transfers max)
757 #x is an integer value which is log base 2 of the burst transfers max.
758 The NCR53C875 and NCR53C825A support up to 128 burst transfers (#x = 7).
760 This is a maximum value. The driver set the burst length according to chip
804 0x4: Increase if necessary PCI latency timer according to burst max.
871 burst length from BIOS settings burst:255
886 tags:0,sync:50,debug:0,burst:7,led:0,wide:1,settle:2,diff:0,irqm:0
899 tags:32,sync:12,debug:0,burst:7,led:1,wide:1,settle:2,diff:0,irqm:0
[all …]
Dsym53c8xx_2.txt453 burst=0 burst disabled
454 burst=255 get burst length from initial IO register settings.
455 burst=#x burst enabled (1<<#x burst transfers max)
456 #x is an integer value which is log base 2 of the burst transfers max.
DChangeLog.ncr53c8xx484 . Programmed burst length set to 64 DWORDS (instead of 128).
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt59 (in burst accesses).
96 inactive (high) between data beats of a burst write.
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_sup.c2583 uint32_t faddr, left, burst; in qla25xx_read_optrom_data() local
2607 burst = OPTROM_BURST_DWORDS; in qla25xx_read_optrom_data()
2609 if (burst > left) in qla25xx_read_optrom_data()
2610 burst = left; in qla25xx_read_optrom_data()
2613 flash_data_addr(ha, faddr), burst); in qla25xx_read_optrom_data()
2627 memcpy(pbuf, optrom, burst * 4); in qla25xx_read_optrom_data()
2629 left -= burst; in qla25xx_read_optrom_data()
2630 faddr += burst; in qla25xx_read_optrom_data()
2631 pbuf += burst * 4; in qla25xx_read_optrom_data()
/linux-4.1.27/Documentation/sound/alsa/
DControlNames.txt107 IEC958 Preamble [Playback|Capture] Default /* burst preamble words (4*16bits) */
/linux-4.1.27/drivers/net/wireless/cw1200/
Dwsm.c1666 size_t *tx_len, int *burst) in wsm_get_tx() argument
1685 *burst = 1; in wsm_get_tx()
1736 *burst = min(*burst, in wsm_get_tx()
1739 *burst = 1; in wsm_get_tx()
1742 if (*burst > 1) in wsm_get_tx()
Dwsm.h1846 size_t *tx_len, int *burst);
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dwlan.h192 u8 burst:1; member
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpmc-nor.txt73 gpmc,page-burst-access-ns = <6>;
/linux-4.1.27/arch/arm/mach-omap2/
Dsram243x.S157 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
168 add r5, r5, #0x1 @ turn on burst of 1
Dsram242x.S157 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
168 add r5, r5, #0x1 @ turn on burst of 1
/linux-4.1.27/include/uapi/linux/
Dpkt_cls.h129 __u32 burst; member
/linux-4.1.27/Documentation/networking/
Dpktgen.txt102 pgset "burst 8" uses xmit_more API to queue 8 copies of the same
104 "burst 1" is the default
Dbaycom.txt52 The PC then empties the shift register in a burst. This modem connects
Dstmmac.txt219 o fixed_burst: program the DMA to use the fixed burst mode
Dixgb.txt184 transmit burst lengths on the bus.
Dip-sysctl.txt183 occurred due to a burst, connection will recover. Enable this
827 while icmp_msgs_burst controls the burst size of these packets.
Dbonding.txt2453 It is not uncommon to observe a short burst of duplicated
/linux-4.1.27/Documentation/bus-devices/
Dti-gpmc.txt8 * Asynchronous, synchronous, and page mode burst NOR flash devices
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dmarvell,armada-xp-pinctrl.txt72 mpp48 48 gpio, dev(clkout), dev(burst/last)
Dmarvell,armada-38x-pinctrl.txt59 mpp41 41 gpio, ua1(rxd), ge1(rxctl), ua0(cts), spi1(cs3), dev(burst/last)
/linux-4.1.27/arch/powerpc/boot/dts/
Dvirtex440-ml507.dts114 xlnx,mplb-max-burst = <8>;
134 xlnx,ppc440mc-max-burst = <8>;
Dvirtex440-ml510.dts109 xlnx,mplb-max-burst = <0x8>;
129 xlnx,ppc440mc-max-burst = <0x8>;
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt41 using a parameter called the burst size, that defines how many single
71 not and the three parameters we saw earlier: the burst size, the
138 -> Your device is able to report which burst have been
Dclient.txt53 DMA direction, DMA addresses, bus widths, DMA burst lengths etc
/linux-4.1.27/drivers/net/ethernet/octeon/
Docteon_mgmt.c854 prtx_cfg.s.burst = 1; in octeon_mgmt_update_link()
863 prtx_cfg.s.burst = 1; in octeon_mgmt_update_link()
874 prtx_cfg.s.burst = p->phydev->duplex; in octeon_mgmt_update_link()
/linux-4.1.27/Documentation/usb/
Derror-codes.txt138 -ENODEV Device was removed. Often preceded by a burst of
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmv643xx_eth.c1120 static void tx_set_rate(struct mv643xx_eth_private *mp, int rate, int burst) in tx_set_rate() argument
1134 bucket_size = (burst + 255) >> 8; in tx_set_rate()
1152 static void txq_set_rate(struct tx_queue *txq, int rate, int burst) in txq_set_rate() argument
1162 bucket_size = (burst + 255) >> 8; in txq_set_rate()
Dmvneta.c85 #define MVNETA_RX_BRST_SZ_MASK(burst) ((burst) << 1) argument
89 #define MVNETA_TX_BRST_SZ_MASK(burst) ((burst) << 22) argument
/linux-4.1.27/drivers/media/common/siano/
Dsmscoreapi.h912 } burst; member
/linux-4.1.27/drivers/bluetooth/
DKconfig112 communication may have bit errors, overrun errors or burst
/linux-4.1.27/drivers/media/i2c/cx25840/
Dcx25840-core.c777 int hblank, hactive, burst, vblank, vactive, sc; in cx25840_std_setup() local
791 burst = 93; in cx25840_std_setup()
822 burst = 0x5b; in cx25840_std_setup()
829 burst = 0x61; in cx25840_std_setup()
835 burst = 0x5b; in cx25840_std_setup()
875 src_decimation, burst, luma_lpf, uv_lpf, comb, sc); in cx25840_std_setup()
886 cx25840_write(client, 0x473, burst); in cx25840_std_setup()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_glue.c62 module_param_named(burst, sym_driver_setup.burst_order, byte, 0);
76 MODULE_PARM_DESC(burst, "Maximum burst. 0 to disable, 255 to read from registers");
/linux-4.1.27/arch/cris/arch-v10/
DKconfig275 Assorted bits controlling write mode, DMA burst length etc. 104 is
/linux-4.1.27/drivers/staging/emxx_udc/
Demxx_udc.c840 u32 burst = 1; in _nbu2ss_out_dma() local
865 burst = 0; /* Burst OFF */ in _nbu2ss_out_dma()
875 if (0 == burst) { in _nbu2ss_out_dma()
/linux-4.1.27/drivers/usb/dwc3/
Dgadget.c470 u32 burst = dep->endpoint.maxburst - 1; in dwc3_gadget_set_ep_config() local
472 params.param0 |= DWC3_DEPCFG_BURST_SIZE(burst); in dwc3_gadget_set_ep_config()
/linux-4.1.27/Documentation/RCU/
Dtorture.txt40 to force_quiescent_state() within a burst.
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dhead.S386 | IO_STATE (R_EXT_DMA_0_CMD, rq_ack, burst) \
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1422 for sharing between several slow devices or burst mode and monopolize the
1423 channel for the whole burst. Up to 256 devices can be addressed on one of these
1426 2km with a fibre optic channel extended such as a 3044. The maximum burst speed
1437 operates in burst mode.
/linux-4.1.27/kernel/
Dsysctl.c795 .data = &printk_ratelimit_state.burst,
/linux-4.1.27/fs/ext4/
Dsuper.c2672 EXT4_RW_ATTR_SBI_UI(err_ratelimit_burst, s_err_ratelimit_state.burst);
2674 EXT4_RW_ATTR_SBI_UI(warning_ratelimit_burst, s_warning_ratelimit_state.burst);
2676 EXT4_RW_ATTR_SBI_UI(msg_ratelimit_burst, s_msg_ratelimit_state.burst);
/linux-4.1.27/net/ipv4/
DKconfig604 - High burst tolerance (incast due to partition/aggregate),
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt680 seconds, we do allow a burst of messages to pass through.
/linux-4.1.27/Documentation/
Dkernel-parameters.txt3089 in a given burst of a callback-flood test.