Home
last modified time | relevance | path

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

12345678910>>...17

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/
H A Darb.c38 int burst; member
103 fifo->burst = cbs; in nv04_calc_arb()
174 fifo->burst = min(max_burst_o, 1024); in nv10_calc_arb()
178 fifo->burst = min(max_burst_l, fifo->burst); in nv10_calc_arb()
180 fifo->burst = rounddown_pow_of_two(fifo->burst); in nv10_calc_arb()
185 max_lwm = fifo_len - fifo->burst in nv10_calc_arb()
187 + fifo->burst * drain_rate / fill_rate; in nv10_calc_arb()
194 int *burst, int *lwm) in nv04_update_arb() argument
233 *burst = ilog2(fifo_data.burst >> 4); in nv04_update_arb()
238 nv20_update_arb(int *burst, int *lwm) in nv20_update_arb() argument
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_limit.c104 if (r->burst == 0 in limit_mt_check()
105 || user2credits(r->avg * r->burst) < user2credits(r->avg)) { in limit_mt_check()
107 r->avg, r->burst); in limit_mt_check()
120 priv->credit = user2credits(r->avg * r->burst); /* Credits full. */ in limit_mt_check()
140 u_int32_t burst; member
156 .burst = cm->burst, in limit_mt_compat_from_user()
170 .burst = m->burst, in limit_mt_compat_to_user()
H A Dnft_limit.c24 u32 burst; member
70 limit->burst = ntohl(nla_get_be32(tb[NFTA_LIMIT_BURST])); in nft_limit_init()
72 if (pkts && limit->burst == 0) in nft_limit_init()
73 limit->burst = NFT_LIMIT_PKT_BURST_DEFAULT; in nft_limit_init()
75 if (limit->rate + limit->burst < limit->rate) in nft_limit_init()
79 tokens = div64_u64(limit->nsecs, limit->rate) * limit->burst; in nft_limit_init()
85 tokens = div64_u64(limit->nsecs * (limit->rate + limit->burst), in nft_limit_init()
114 nla_put_be32(skb, NFTA_LIMIT_BURST, htonl(limit->burst)) || in nft_limit_dump()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Drenesas,nbpfaxi.txt26 - max-burst-mem-read: limit burst size for memory reads
28 than using the maximum burst size allowed by the hardware's buffer size.
29 - max-burst-mem-write: limit burst size for memory writes
31 than using the maximum burst size allowed by the hardware's buffer size.
32 If both max-burst-mem-read and max-burst-mem-write are set, DMA_MEM_TO_MEM
H A Dqcom_hidma_mgmt.txt15 read/write in a single burst.
21 - max-write-burst-bytes: Maximum write burst in bytes that HIDMA can
26 - max-read-burst-bytes: Maximum read burst in bytes that HIDMA can
31 - max-write-transactions: This value is how many times a write burst is
34 - max-read-transactions: This value is how many times a read burst is
70 max-write-burst-bytes = <1024>;
71 max-read-burst-bytes = <1024>;
H A Dsnps,dw-axi-dmac.txt19 - snps,axi-max-burst-len: Restrict master AXI burst length by value specified
20 in this property. If this property is missing the maximum AXI burst length
38 snps,axi-max-burst-len = <16>;
/OK3568_Linux_fs/kernel/drivers/dma/dw-edma/
H A Ddw-edma-core.c45 struct dw_edma_burst *burst; in dw_edma_alloc_burst() local
47 burst = kzalloc(sizeof(*burst), GFP_NOWAIT); in dw_edma_alloc_burst()
48 if (unlikely(!burst)) in dw_edma_alloc_burst()
51 INIT_LIST_HEAD(&burst->list); in dw_edma_alloc_burst()
52 if (chunk->burst) { in dw_edma_alloc_burst()
55 list_add_tail(&burst->list, &chunk->burst->list); in dw_edma_alloc_burst()
59 chunk->burst = burst; in dw_edma_alloc_burst()
62 return burst; in dw_edma_alloc_burst()
97 chunk->burst = NULL; in dw_edma_alloc_chunk()
127 list_for_each_entry_safe(child, _next, &chunk->burst->list, list) { in dw_edma_free_burst()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dci-hdrc-usb2.txt44 - ahb-burst-config: it is vendor dependent, the required value should be
46 property is used to change AHB burst configuration, check the chipidea
49 - tx-burst-size-dword: it is vendor dependent, the tx burst size in dword
50 (4 bytes), This register represents the maximum length of a the burst
53 "ahb-burst-config" is set to 0, if this property is missing the reset
55 - rx-burst-size-dword: it is vendor dependent, the rx burst size in dword
56 (4 bytes), This register represents the maximum length of a the burst
59 "ahb-burst-config" is set to 0, if this property is missing the reset
124 /* Incremental burst of unspecified length */
125 ahb-burst-config = <0x0>;
[all …]
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debt_limit.c74 if (info->burst == 0 || in ebt_limit_mt_check()
75 user2credits(info->avg * info->burst) < user2credits(info->avg)) { in ebt_limit_mt_check()
77 info->avg, info->burst); in ebt_limit_mt_check()
83 info->credit = user2credits(info->avg * info->burst); in ebt_limit_mt_check()
84 info->credit_cap = user2credits(info->avg * info->burst); in ebt_limit_mt_check()
96 compat_uint_t avg, burst; member
/OK3568_Linux_fs/kernel/lib/
H A Dratelimit.c34 int burst = READ_ONCE(rs->burst); in ___ratelimit() local
65 if (burst && burst > rs->printed) { in ___ratelimit()
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm_tis_lpc.c203 u16 burst = 0; in tis_senddata() local
215 burst = burst_count(value); in tis_senddata()
221 while (!burst) { in tis_senddata()
228 burst = burst_count(tpm_read_word(priv, in tis_senddata()
243 count = min((size_t)burst, len - offset - 1); in tis_senddata()
257 burst = burst_count(value); in tis_senddata()
258 if ((offset == (len - 1)) && burst) { in tis_senddata()
303 u16 burst; in tis_readresponse() local
321 while ((burst = burst_count(value)) == 0) { in tis_readresponse()
333 while (burst-- && (offset < expected_count)) { in tis_readresponse()
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_policer.sh162 devlink trap policer set $DEVLINK_DEV policer 1 burst 0 &> /dev/null
164 devlink trap policer set $DEVLINK_DEV policer 1 burst 17 &> /dev/null
166 devlink trap policer set $DEVLINK_DEV policer 1 burst 8 &> /dev/null
169 burst $((2**25)) &> /dev/null
172 devlink trap policer set $DEVLINK_DEV policer 1 burst 16
174 devlink trap policer set $DEVLINK_DEV policer 1 burst $((2**24))
210 devlink trap policer set $DEVLINK_DEV policer $id rate 1000 burst 512
291 devlink trap policer set $DEVLINK_DEV policer $id rate 1000 burst 512
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dsamsung-sxgbe.txt17 - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
18 This is an integer and represents allowable DMA bursts when fixed burst.
19 Allowable range is 0x01-0x3F. When this field is set fixed burst is enabled.
20 When fixed length is needed for burst mode, it can be set within allowable
48 samsung,burst-map = <0x20>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dxt_hashlimit.h35 __u32 burst; /* Period multiplier for upper limit. */ member
59 __u32 burst; /* Period multiplier for upper limit. */ member
72 __u64 burst; /* Period multiplier for upper limit. */ member
86 __u64 burst; /* Period multiplier for upper limit. */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h35 __u32 burst; /* Period multiplier for upper limit. */ member
59 __u32 burst; /* Period multiplier for upper limit. */ member
72 __u64 burst; /* Period multiplier for upper limit. */ member
86 __u64 burst; /* Period multiplier for upper limit. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dxt_hashlimit.h35 __u32 burst; /* Period multiplier for upper limit. */ member
59 __u32 burst; /* Period multiplier for upper limit. */ member
72 __u64 burst; /* Period multiplier for upper limit. */ member
86 __u64 burst; /* Period multiplier for upper limit. */ member
/OK3568_Linux_fs/kernel/include/net/tc_act/
H A Dtc_police.h37 u32 burst; member
66 u32 burst; in tcf_police_burst() local
94 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst()
97 return burst; in tcf_police_burst()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c101 } burst; member
605 u8 *buf = &ctx->burst.tx_buf[ctx->burst.tx_count]; in sii8620_burst_get_tx_buf()
608 if (ctx->burst.tx_count + size >= ARRAY_SIZE(ctx->burst.tx_buf)) { in sii8620_burst_get_tx_buf()
614 ctx->burst.tx_count += size; in sii8620_burst_get_tx_buf()
622 u8 *buf = &ctx->burst.rx_buf[ctx->burst.rx_count]; in sii8620_burst_get_rx_buf()
625 if (ctx->burst.rx_count + size >= ARRAY_SIZE(ctx->burst.rx_buf)) { in sii8620_burst_get_rx_buf()
631 ctx->burst.rx_count += size; in sii8620_burst_get_rx_buf()
639 int tx_left = ctx->burst.tx_count; in sii8620_burst_send()
640 u8 *d = ctx->burst.tx_buf; in sii8620_burst_send()
645 if (ctx->burst.r_count + len > ctx->burst.r_size) in sii8620_burst_send()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v1x.c435 u32 bus, burst; in calc_burst_len() local
450 burst = CIF_MI_CTRL_BURST_LEN_LUM_16 | in calc_burst_len()
454 burst = CIF_MI_CTRL_BURST_LEN_LUM_8 | in calc_burst_len()
457 burst = CIF_MI_CTRL_BURST_LEN_LUM_4 | in calc_burst_len()
469 stream->burst = burst; in calc_burst_len()
471 if (burst > dev->cap_dev.stream[i].burst) in calc_burst_len()
472 burst = dev->cap_dev.stream[i].burst; in calc_burst_len()
476 stream->burst = CIF_MI_CTRL_BURST_LEN_LUM_16 | in calc_burst_len()
479 stream->burst = CIF_MI_CTRL_BURST_LEN_LUM_8 | in calc_burst_len()
482 stream->burst = CIF_MI_CTRL_BURST_LEN_LUM_4 | in calc_burst_len()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/plat-omap/
H A Ddma.c288 unsigned int burst = 0; in omap_set_dma_src_burst_mode() local
299 burst = 0x1; in omap_set_dma_src_burst_mode()
301 burst = 0x2; in omap_set_dma_src_burst_mode()
305 burst = 0x2; in omap_set_dma_src_burst_mode()
315 burst = 0x3; in omap_set_dma_src_burst_mode()
324 l |= (burst << 7); in omap_set_dma_src_burst_mode()
369 unsigned int burst = 0; in omap_set_dma_dest_burst_mode() local
380 burst = 0x1; in omap_set_dma_dest_burst_mode()
382 burst = 0x2; in omap_set_dma_dest_burst_mode()
386 burst = 0x2; in omap_set_dma_dest_burst_mode()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Domap3-gta04a5one.dts57 gpmc,burst-length = <16>;
58 gpmc,burst-read;
59 gpmc,burst-wrap;
60 gpmc,burst-write;
76 gpmc,page-burst-access-ns = <15>;
H A Domap2420-n8x0-common.dtsi59 gpmc,burst-length = <16>;
60 gpmc,burst-read;
61 gpmc,burst-wrap;
77 gpmc,page-burst-access-ns = <27>;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Dqos_conf.c72 u32 burst; in nfp_flower_install_rate_limiter() local
108 burst = action->police.burst; in nfp_flower_install_rate_limiter()
119 config->bkt_tkn_p = cpu_to_be32(burst); in nfp_flower_install_rate_limiter()
120 config->bkt_tkn_c = cpu_to_be32(burst); in nfp_flower_install_rate_limiter()
121 config->pbs = cpu_to_be32(burst); in nfp_flower_install_rate_limiter()
122 config->cbs = cpu_to_be32(burst); in nfp_flower_install_rate_limiter()
/OK3568_Linux_fs/kernel/include/linux/
H A Dratelimit.h10 int interval, int burst) in ratelimit_state_init() argument
16 rs->burst = burst; in ratelimit_state_init()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ata/
H A Dahci-ceva.txt24 - ceva,p0-burst-params: Burst timing value for COM parameter for port 0.
25 - ceva,p1-burst-params: Burst timing value for COM parameter for port 1.
27 ceva,pN-burst-params = /bits/ 8 <BMX BNM SFD PTST>;
51 ceva,p0-burst-params = /bits/ 8 <0x0A 0x08 0x4A 0x06>;
56 ceva,p1-burst-params = /bits/ 8 <0x0A 0x08 0x4A 0x06>;

12345678910>>...17