/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
D | arb.c | 40 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 …]
|
D | hw.h | 58 int *burst, int *lwm);
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 32 - ahb-burst-config: it is vendor dependent, the required value should be 34 property is used to change AHB burst configuration, check the chipidea 37 - tx-burst-size-dword: it is vendor dependent, the tx burst size in dword 38 (4 bytes), This register represents the maximum length of a the burst 41 "ahb-burst-config" is set to 0, if this property is missing the reset 43 - rx-burst-size-dword: it is vendor dependent, the rx burst size in dword 44 (4 bytes), This register represents the maximum length of a the burst 47 "ahb-burst-config" is set to 0, if this property is missing the reset 74 /* Incremental burst of unspecified length */ 75 ahb-burst-config = <0x0>; [all …]
|
/linux-4.4.14/net/netfilter/ |
D | xt_limit.c | 108 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()
|
D | nft_limit.c | 28 u32 burst; member 73 limit->burst = ntohl(nla_get_be32(tb[NFTA_LIMIT_BURST])); in nft_limit_init() 75 rate = limit->rate + limit->burst; in nft_limit_init() 90 u64 rate = limit->rate - limit->burst; in nft_limit_dump() 94 nla_put_be32(skb, NFTA_LIMIT_BURST, htonl(limit->burst)) || in nft_limit_dump()
|
D | xt_hashlimit.c | 478 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.4.14/include/linux/ |
D | ratelimit.h | 14 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.4.14/net/bridge/netfilter/ |
D | ebt_limit.c | 73 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.4.14/arch/arm/plat-pxa/ |
D | dma.c | 71 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.4.14/Documentation/devicetree/bindings/net/ |
D | samsung-sxgbe.txt | 19 - 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>
|
D | snps,dwc-qos-ethernet.txt | 24 - snps,burst-map: Bitmap of allowed AXI burst lengts, with the LSB 26 - snps,txpbl: DMA Programmable burst length for the TX DMA 27 - snps,rxpbl: DMA Programmable burst length for the RX DMA 60 snps,burst-map = <0x7>;
|
D | stmmac.txt | 21 - 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.
|
D | qca-qca7000-spi.txt | 22 word. In burst mode these gaps aren't necessary, which is faster. 24 If the property is missing the driver defaults to burst mode.
|
D | sti-dwmac.txt | 53 snps,mixed-burst;
|
D | gpmc-eth.txt | 81 gpmc,page-burst-access-ns = <6>;
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | ti-gpmc.txt | 60 - 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.4.14/arch/arm/boot/dts/ |
D | omap2420-n8x0-common.dtsi | 53 gpmc,burst-length = <16>; 54 gpmc,burst-read; 55 gpmc,burst-wrap; 71 gpmc,page-burst-access-ns = <27>;
|
D | omap3-n950-n9.dtsi | 132 gpmc,burst-length = <16>; 133 gpmc,burst-read; 134 gpmc,burst-wrap; 135 gpmc,burst-write; 151 gpmc,page-burst-access-ns = <15>;
|
D | omap-gpmc-smsc911x.dtsi | 42 gpmc,page-burst-access-ns = <20>;
|
D | omap-gpmc-smsc9221.dtsi | 45 gpmc,page-burst-access-ns = <0>;
|
D | omap2420-h4.dts | 47 gpmc,page-burst-access-ns = <10>;
|
D | stih415.dtsi | 165 snps,mixed-burst; 186 snps,mixed-burst;
|
D | omap3-overo-tobiduo-common.dtsi | 45 gpmc,page-burst-access-ns = <0>;
|
D | omap2430-sdp.dts | 64 gpmc,page-burst-access-ns = <24>;
|
D | omap3-lilly-a83x.dtsi | 374 gpmc,burst-length= <4>; 388 gpmc,page-burst-access-ns = <5>; 441 gpmc,page-burst-access-ns = <5>;
|
D | omap3-n900.dts | 720 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>;
|
D | omap-zoom-common.dtsi | 44 gpmc,page-burst-access-ns = <20>;
|
D | omap3-sb-t35.dtsi | 126 gpmc,page-burst-access-ns = <20>;
|
D | omap4-duovero-parlor.dts | 160 gpmc,page-burst-access-ns = <0>;
|
D | omap3430-sdp.dts | 79 gpmc,page-burst-access-ns = <6>;
|
D | stih416.dtsi | 195 snps,mixed-burst; 216 snps,mixed-burst;
|
D | omap3-lilly-dbb056.dts | 152 gpmc,page-burst-access-ns = <5>;
|
D | omap3-cm-t3x.dtsi | 286 gpmc,page-burst-access-ns = <6>;
|
D | omap3-devkit8000-common.dtsi | 288 gpmc,page-burst-access-ns = <24>;
|
D | s5pv210-goni.dts | 360 atmel,burst-length = <0x21>;
|
D | exynos4210-trats.dts | 211 samsung,burst-clock-frequency = <500000000>;
|
D | am335x-nano.dts | 276 gpmc,page-burst-access-ns = <10>;
|
D | lpc18xx.dtsi | 96 memcpy-burst-size = <256>;
|
D | am335x-pepper.dts | 198 dma-burst-sz = <16>;
|
D | am335x-evmsk.dts | 175 dma-burst-sz = <16>;
|
D | am335x-evm.dts | 112 dma-burst-sz = <16>;
|
D | exynos3250-rinato.dts | 181 samsung,burst-clock-frequency = <250000000>;
|
D | sun6i-a31.dtsi | 935 snps,fixed-burst;
|
D | exynos4412-trats2.dts | 351 samsung,burst-clock-frequency = <500000000>;
|
D | sun7i-a20.dtsi | 1387 snps,fixed-burst;
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | img-mdc-dma.txt | 13 - 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>;
|
D | arm-pl08x.txt | 21 - memcpy-burst-size: the size of the bursts for memcpy: 1, 4, 8, 16, 32 43 memcpy-burst-size = <256>;
|
D | lpc1850-dmamux.txt | 33 memcpy-burst-size = <256>;
|
D | ste-dma40.txt | 38 2. Device signal number, the signal line for single and burst requests
|
/linux-4.4.14/lib/ |
D | ratelimit.c | 56 if (rs->burst && rs->burst > rs->printed) { in ___ratelimit()
|
D | fault-inject.c | 215 &attr->ratelimit_state.burst)) in fault_create_debugfs_attr()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_hashlimit.h | 30 __u32 burst; /* Period multiplier for upper limit. */ member 54 __u32 burst; /* Period multiplier for upper limit. */ member
|
D | xt_limit.h | 15 __u32 burst; /* Period multiplier for upper limit. */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/ |
D | panel.txt | 8 - dma-burst-sz: DMA burst size 42 dma-burst-sz = <16>;
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | dma.c | 372 unsigned int burst = 0; in omap_set_dma_src_burst_mode() local 383 burst = 0x1; in omap_set_dma_src_burst_mode() 385 burst = 0x2; in omap_set_dma_src_burst_mode() 389 burst = 0x2; in omap_set_dma_src_burst_mode() 399 burst = 0x3; in omap_set_dma_src_burst_mode() 410 l |= (burst << 7); in omap_set_dma_src_burst_mode() 455 unsigned int burst = 0; in omap_set_dma_dest_burst_mode() local 466 burst = 0x1; in omap_set_dma_dest_burst_mode() 468 burst = 0x2; in omap_set_dma_dest_burst_mode() 472 burst = 0x2; in omap_set_dma_dest_burst_mode() [all …]
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | budget-patch.c | 101 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() 201 static int av7110_send_diseqc_msg(struct budget_patch *budget, int len, u8 *msg, int burst) in av7110_send_diseqc_msg() argument 215 if (burst != -1) in av7110_send_diseqc_msg() 216 buf[3]=burst ? 0x01 : 0x00; in av7110_send_diseqc_msg()
|
D | budget.c | 99 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()
|
D | av7110_hw.h | 485 extern int av7110_diseqc_send(struct av7110 *av7110, int len, u8 *msg, unsigned long burst);
|
D | av7110_hw.c | 678 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.4.14/drivers/gpu/drm/i915/ |
D | intel_tv.c | 89 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.4.14/Documentation/devicetree/bindings/c6x/ |
D | emifa.txt | 20 - ti,emifa-burst-priority: 42 ti,emifa-burst-priority = <255>;
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | tda8083.c | 213 enum fe_sec_mini_cmd burst) in tda8083_send_diseqc_burst() argument 215 switch (burst) { in tda8083_send_diseqc_burst() 383 enum fe_sec_mini_cmd burst) in tda8083_diseqc_send_burst() argument 387 tda8083_send_diseqc_burst (state, burst); in tda8083_diseqc_send_burst()
|
D | cx24110.c | 385 enum fe_sec_mini_cmd burst) in cx24110_diseqc_send_burst() argument 391 if (burst == SEC_MINI_A) in cx24110_diseqc_send_burst() 393 else if (burst == SEC_MINI_B) in cx24110_diseqc_send_burst()
|
D | cx24116.c | 195 u8 burst; member 1060 enum fe_sec_mini_cmd burst) in cx24116_diseqc_send_burst() argument 1065 dprintk("%s(%d) toneburst=%d\n", __func__, burst, toneburst); in cx24116_diseqc_send_burst() 1068 if (burst == SEC_MINI_A) in cx24116_diseqc_send_burst() 1071 else if (burst == SEC_MINI_B) in cx24116_diseqc_send_burst()
|
D | stv0288.c | 177 enum fe_sec_mini_cmd burst) in stv0288_send_diseqc_burst() argument 186 if (stv0288_writeregI(state, 0x06, burst == SEC_MINI_A ? 0x00 : 0xff)) in stv0288_send_diseqc_burst()
|
D | ds3000.c | 770 enum fe_sec_mini_cmd burst) in ds3000_diseqc_send_burst() argument 783 if (burst == SEC_MINI_A) in ds3000_diseqc_send_burst() 786 else if (burst == SEC_MINI_B) in ds3000_diseqc_send_burst()
|
D | cx24123.c | 798 enum fe_sec_mini_cmd 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()
|
D | tda10071.c | 320 u8 burst; in tda10071_diseqc_send_burst() local 331 burst = 0; in tda10071_diseqc_send_burst() 334 burst = 1; in tda10071_diseqc_send_burst() 364 cmd.args[2] = burst; in tda10071_diseqc_send_burst()
|
D | m88ds3103.c | 1165 unsigned int utmp, burst; in m88ds3103_diseqc_send_burst() local 1182 burst = 0x02; in m88ds3103_diseqc_send_burst() 1185 burst = 0x01; in m88ds3103_diseqc_send_burst() 1193 ret = regmap_write(dev->regmap, 0xa1, burst); in m88ds3103_diseqc_send_burst()
|
D | si21xx.c | 413 enum fe_sec_mini_cmd burst) in si21xx_send_diseqc_burst() argument 425 burst == SEC_MINI_A ? (val & ~0x10) : (val | 0x10))) in si21xx_send_diseqc_burst()
|
D | stv0299.c | 307 enum fe_sec_mini_cmd burst) in stv0299_send_diseqc_burst() argument 322 if (stv0299_writeregI (state, 0x09, burst == SEC_MINI_A ? 0x00 : 0xff)) in stv0299_send_diseqc_burst()
|
D | cx24117.c | 1117 enum fe_sec_mini_cmd burst) in cx24117_diseqc_send_burst() argument 1122 __func__, burst, state->demod); in cx24117_diseqc_send_burst() 1125 if (burst == SEC_MINI_A) in cx24117_diseqc_send_burst() 1128 else if (burst == SEC_MINI_B) in cx24117_diseqc_send_burst()
|
D | m88rs2000.c | 250 enum fe_sec_mini_cmd burst) in m88rs2000_send_diseqc_burst() argument
|
D | stb0899_drv.c | 796 enum fe_sec_mini_cmd burst) in stb0899_send_diseqc_burst() argument 811 switch (burst) { in stb0899_send_diseqc_burst()
|
D | cx24120.c | 494 enum fe_sec_mini_cmd burst) in cx24120_diseqc_send_burst() argument 511 cmd.arg[1] = (burst == SEC_MINI_B) ? 0x01 : 0x00; in cx24120_diseqc_send_burst()
|
D | cxd2841er.c | 2404 enum fe_sec_mini_cmd burst) in cxd2841er_send_burst() argument 2410 (burst == SEC_MINI_A ? "A" : "B")); in cxd2841er_send_burst() 2417 data = (burst == SEC_MINI_A ? 0 : 1); in cxd2841er_send_burst()
|
D | mb86a16.c | 1566 enum fe_sec_mini_cmd burst) in mb86a16_send_diseqc_burst() argument 1570 switch (burst) { in mb86a16_send_diseqc_burst()
|
D | stv0900_core.c | 1748 enum fe_sec_mini_cmd burst) in stv0900_send_burst() argument 1756 switch (burst) { in stv0900_send_burst()
|
D | stv090x.c | 3826 enum fe_sec_mini_cmd burst) in stv090x_send_diseqc_burst() argument 3835 if (burst == SEC_MINI_A) { in stv090x_send_diseqc_burst()
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dsim.txt | 48 - samsung,burst-clock-frequency: specifies DSI frequency in high-speed burst 97 samsung,burst-clock-frequency = <500000000>;
|
/linux-4.4.14/include/linux/platform_data/ |
D | asoc-kirkwood.h | 5 int burst; member
|
/linux-4.4.14/arch/arm/mach-tegra/ |
D | sleep.S | 154 mov r0, #(2 << 28) @ burst policy = run mode 155 orr r0, r0, #(4 << 4) @ use PLLP in run mode burst
|
D | sleep-tegra20.S | 383 mov32 r4, ((1 << 28) | (4)) @ burst policy is PLLP
|
D | sleep-tegra30.S | 396 movweq r4, #:lower16:((1 << 28) | (0x8)) @ burst policy is PLLX
|
/linux-4.4.14/include/uapi/linux/netfilter_bridge/ |
D | ebt_limit.h | 16 __u32 burst; /* Period multiplier for upper limit. */ member
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-pko.c | 587 int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst) in cvmx_pko_rate_limit_packets() argument 602 ((uint64_t) pko_mem_port_rate0.s.rate_pkt * burst) >> 8; in cvmx_pko_rate_limit_packets() 620 int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst) in cvmx_pko_rate_limit_bits() argument 641 pko_mem_port_rate1.s.rate_lim = tokens_per_bit * burst / 256; in cvmx_pko_rate_limit_bits()
|
/linux-4.4.14/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 118 priv->burst * 2, in kirkwood_dma_open() 125 priv->burst); in kirkwood_dma_open() 131 priv->burst); in kirkwood_dma_open()
|
D | kirkwood-i2s.c | 559 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()
|
D | kirkwood.h | 143 int burst; member
|
/linux-4.4.14/drivers/dma/ |
D | omap-dma.c | 772 u32 burst; in omap_dma_prep_slave_sg() local 777 burst = c->cfg.src_maxburst; in omap_dma_prep_slave_sg() 781 burst = c->cfg.dst_maxburst; in omap_dma_prep_slave_sg() 845 en = burst; in omap_dma_prep_slave_sg() 869 u32 burst; in omap_dma_prep_dma_cyclic() local 874 burst = c->cfg.src_maxburst; in omap_dma_prep_dma_cyclic() 878 burst = c->cfg.dst_maxburst; in omap_dma_prep_dma_cyclic() 906 d->fi = burst; in omap_dma_prep_dma_cyclic() 933 if (burst) in omap_dma_prep_dma_cyclic()
|
D | edma.c | 914 dma_addr_t src_addr, dma_addr_t dst_addr, u32 burst, in edma_config_pset() argument 926 if (!burst) in edma_config_pset() 927 burst = 1; in edma_config_pset() 933 if (burst == 1) { in edma_config_pset() 969 bcnt = burst; in edma_config_pset() 1035 u32 burst; in edma_prep_slave_sg() local 1045 burst = echan->cfg.src_maxburst; in edma_prep_slave_sg() 1049 burst = echan->cfg.dst_maxburst; in edma_prep_slave_sg() 1097 dst_addr, burst, dev_width, in edma_prep_slave_sg() 1231 u32 burst; in edma_prep_dma_cyclic() local [all …]
|
D | nbpfaxi.c | 434 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()
|
D | pxa_dma.c | 204 int burst = (dcmd >> 16) & 0x3; in dbg_burst_from_dcmd() local 206 return burst ? 4 << burst : 0; in dbg_burst_from_dcmd() 220 int i, max_show = 20, burst, width; in dbg_show_descriptors() local 232 burst = dbg_burst_from_dcmd(dcmd); in dbg_show_descriptors() 245 PXA_DCMD_STR(ENDIAN), burst, width, in dbg_show_descriptors() 264 int burst, width; in dbg_show_chan_state() local 271 burst = dbg_burst_from_dcmd(dcmd); in dbg_show_chan_state() 295 PXA_DCMD_STR(ENDIAN), burst, width, dcmd & PXA_DCMD_LENGTH); in dbg_show_chan_state()
|
D | fsl-edma.c | 143 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()
|
D | sun6i-dma.c | 514 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()
|
D | pl330.c | 2591 int burst; in pl330_prep_dma_memcpy() local 2607 burst = pl330->pcfg.data_bus_width / 8; in pl330_prep_dma_memcpy() 2614 while ((src | dst | len) & (burst - 1)) in pl330_prep_dma_memcpy() 2615 burst /= 2; in pl330_prep_dma_memcpy() 2618 while (burst != (1 << desc->rqcfg.brst_size)) in pl330_prep_dma_memcpy()
|
D | amba-pl08x.c | 1364 u32 width, burst, cctl = 0; in pl08x_get_cctl() local 1381 burst = pl08x_burst(maxburst); in pl08x_get_cctl() 1382 cctl |= burst << PL080_CONTROL_SB_SIZE_SHIFT; in pl08x_get_cctl() 1383 cctl |= burst << PL080_CONTROL_DB_SIZE_SHIFT; in pl08x_get_cctl()
|
/linux-4.4.14/drivers/mmc/host/ |
D | omap.c | 988 u32 burst, *bp; in mmc_omap_prepare_data() local 997 burst = mmc_omap15xx() ? 32 : 64; in mmc_omap_prepare_data() 998 if (burst > data->blksz) in mmc_omap_prepare_data() 999 burst = data->blksz; in mmc_omap_prepare_data() 1001 burst >>= 1; in mmc_omap_prepare_data() 1006 buf = 0x0f80 | (burst - 1) << 0; in mmc_omap_prepare_data() 1011 buf = 0x800f | (burst - 1) << 8; in mmc_omap_prepare_data() 1019 if (*bp != burst) { in mmc_omap_prepare_data() 1026 cfg.src_maxburst = burst; in mmc_omap_prepare_data() 1027 cfg.dst_maxburst = burst; in mmc_omap_prepare_data() [all …]
|
/linux-4.4.14/arch/metag/lib/ |
D | memset.S | 59 ! This does a byte structured burst of up to 7 bytes 63 ! D1Ar5 should be burst size (<= D1Ar3)
|
/linux-4.4.14/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 299 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.4.14/drivers/video/fbdev/nvidia/ |
D | nv_hw.c | 382 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.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 232 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.4.14/Documentation/devicetree/bindings/mfd/ |
D | atmel-matrix.txt | 4 behavior (master/slave priorities, undefined burst length type, ...)
|
/linux-4.4.14/net/sched/ |
D | act_police.c | 50 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.4.14/fs/ext4/ |
D | sysfs.c | 182 EXT4_RW_ATTR_SBI_UI(err_ratelimit_burst, s_err_ratelimit_state.burst); 184 EXT4_RW_ATTR_SBI_UI(warning_ratelimit_burst, s_warning_ratelimit_state.burst); 186 EXT4_RW_ATTR_SBI_UI(msg_ratelimit_burst, s_msg_ratelimit_state.burst);
|
/linux-4.4.14/drivers/gpu/drm/via/ |
D | via_verifier.c | 722 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.4.14/drivers/video/fbdev/riva/ |
D | riva_hw.c | 612 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.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pko.h | 629 extern int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst); 642 extern int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst);
|
D | cvmx-agl-defs.h | 324 uint64_t burst:1; member 338 uint64_t burst:1;
|
D | cvmx-gmxx-defs.h | 5067 uint64_t burst:16; member 5069 uint64_t burst:16;
|
/linux-4.4.14/drivers/ata/ |
D | pata_pdc202xx_old.c | 269 u8 burst = ioread8(bmdma + 0x1f); in pdc2026x_port_start() local 270 iowrite8(burst | 0x01, bmdma + 0x1f); in pdc2026x_port_start()
|
/linux-4.4.14/net/core/ |
D | pktgen.c | 394 unsigned int burst; /* number of duplicated packets to burst */ member 621 if (pkt_dev->burst > 1) in pktgen_if_show() 622 seq_printf(seq, " burst: %d\n", pkt_dev->burst); in pktgen_if_show() 1148 pkt_dev->burst = value < 1 ? 1 : value; in pktgen_if_write() 1149 sprintf(pg_result, "OK: burst=%d", pkt_dev->burst); in pktgen_if_write() 3368 unsigned int burst = ACCESS_ONCE(pkt_dev->burst); in pktgen_xmit() local 3411 atomic_add(burst, &skb->users); in pktgen_xmit() 3419 if (atomic_read(&skb->users) != burst) { in pktgen_xmit() 3423 atomic_sub(burst - 1, &skb->users); in pktgen_xmit() 3435 } while (--burst > 0); in pktgen_xmit() [all …]
|
D | sysctl_net_core.c | 314 .data = &net_ratelimit_state.burst,
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | gp8psk-fe.c | 241 enum fe_sec_mini_cmd burst) in gp8psk_fe_send_diseqc_burst() argument 249 cmd = (burst == SEC_MINI_A) ? 0x00 : 0x01; in gp8psk_fe_send_diseqc_burst()
|
D | vp702x-fe.c | 248 enum fe_sec_mini_cmd burst) in vp702x_fe_send_diseqc_burst() argument
|
/linux-4.4.14/drivers/media/common/b2c2/ |
D | flexcop-fe-tuner.c | 129 int len, u8 *msg, unsigned long burst) in flexcop_send_diseqc_msg() argument 140 if (burst != -1) { in flexcop_send_diseqc_msg() 141 if (burst) in flexcop_send_diseqc_msg()
|
/linux-4.4.14/Documentation/mips/ |
D | AU1xxx_IDE.README | 92 the burst support on DBDMA controller. 109 disable the burst support on DBDMA controller.
|
/linux-4.4.14/drivers/atm/ |
D | Kconfig | 64 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.4.14/arch/c6x/boot/dts/ |
D | tms320c6455.dtsi | 57 ti,emifa-burst-priority = <255>;
|
/linux-4.4.14/Documentation/networking/ |
D | pktgen.txt | 121 pgset "burst 8" uses xmit_more API to queue 8 copies of the same 123 "burst 1" is the default 216 Works with "burst" but not with "clone_skb". 294 burst
|
D | baycom.txt | 52 The PC then empties the shift register in a burst. This modem connects
|
D | stmmac.txt | 211 o fixed_burst: program the DMA to use the fixed burst mode
|
D | ixgb.txt | 184 transmit burst lengths on the bus.
|
D | ip-sysctl.txt | 183 occurred due to a burst, connection will recover. Enable this 870 while icmp_msgs_burst controls the burst size of these packets.
|
D | bonding.txt | 2537 It is not uncommon to observe a short burst of duplicated
|
/linux-4.4.14/drivers/spi/ |
D | spi-omap2-mcspi.c | 571 u32 burst; in omap2_mcspi_txrx_dma() local 593 burst = 1; in omap2_mcspi_txrx_dma() 597 burst = mcspi->fifo_depth / es; in omap2_mcspi_txrx_dma() 599 burst = count / es; in omap2_mcspi_txrx_dma() 607 cfg.src_maxburst = burst; in omap2_mcspi_txrx_dma() 608 cfg.dst_maxburst = burst; in omap2_mcspi_txrx_dma()
|
/linux-4.4.14/drivers/media/firewire/ |
D | firedtv.h | 122 int avc_lnb_control(struct firedtv *fdtv, char voltage, char burst,
|
D | firedtv-avc.c | 832 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.4.14/Documentation/scheduler/ |
D | sched-bwc.txt | 111 The larger period here allows for increased burst capacity. 121 response at the expense of burst capacity.
|
/linux-4.4.14/drivers/usb/core/ |
D | urb.c | 405 int burst = 1 + ep->ss_ep_comp.bMaxBurst; in usb_submit_urb() local 407 max *= burst; in usb_submit_urb()
|
/linux-4.4.14/Documentation/scsi/ |
D | ncr53c8xx.txt | 754 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 …]
|
D | sym53c8xx_2.txt | 453 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.
|
D | ChangeLog.ncr53c8xx | 484 . Programmed burst length set to 64 DWORDS (instead of 128).
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | emac.txt | 42 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | mvebu-devbus.txt | 59 (in burst accesses). 96 inactive (high) between data beats of a burst write.
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 2583 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.4.14/Documentation/sound/alsa/ |
D | ControlNames.txt | 107 IEC958 Preamble [Playback|Capture] Default /* burst preamble words (4*16bits) */
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | wsm.c | 1666 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()
|
D | wsm.h | 1846 size_t *tx_len, int *burst);
|
/linux-4.4.14/drivers/net/wireless/ath/carl9170/ |
D | wlan.h | 192 u8 burst:1; member
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nor.txt | 73 gpmc,page-burst-access-ns = <6>;
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sram242x.S | 157 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 168 add r5, r5, #0x1 @ turn on burst of 1
|
D | sram243x.S | 157 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 168 add r5, r5, #0x1 @ turn on burst of 1
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_cls.h | 113 __u32 burst; member
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | marvell,armada-375-pinctrl.txt | 79 mpp63 63 gpio, ptp(trig), led(p2), dev(burst/last)
|
D | marvell,armada-xp-pinctrl.txt | 76 mpp48 48 gpio, dev(clkout), dev(burst/last), nand(rb)
|
D | marvell,armada-39x-pinctrl.txt | 60 mpp41 41 gpio, ua1(rxd), ua0(cts), spi1(cs3), dev(burst/last), nand(rb0), ge(rxctl)
|
D | marvell,armada-38x-pinctrl.txt | 59 mpp41 41 gpio, ua1(rxd), ge1(rxctl), ua0(cts), spi1(cs3), dev(burst/last), nand(rb0)
|
/linux-4.4.14/Documentation/bus-devices/ |
D | ti-gpmc.txt | 8 * Asynchronous, synchronous, and page mode burst NOR flash devices
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 114 xlnx,mplb-max-burst = <8>; 134 xlnx,ppc440mc-max-burst = <8>;
|
D | virtex440-ml510.dts | 109 xlnx,mplb-max-burst = <0x8>; 129 xlnx,ppc440mc-max-burst = <0x8>;
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 41 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
|
D | client.txt | 53 DMA direction, DMA addresses, bus widths, DMA burst lengths etc
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 854 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.4.14/Documentation/usb/ |
D | error-codes.txt | 138 -ENODEV Device was removed. Often preceded by a burst of
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 1152 static void tx_set_rate(struct mv643xx_eth_private *mp, int rate, int burst) in tx_set_rate() argument 1166 bucket_size = (burst + 255) >> 8; in tx_set_rate() 1184 static void txq_set_rate(struct tx_queue *txq, int rate, int burst) in txq_set_rate() argument 1194 bucket_size = (burst + 255) >> 8; in txq_set_rate()
|
D | mvneta.c | 87 #define MVNETA_RX_BRST_SZ_MASK(burst) ((burst) << 1) argument 91 #define MVNETA_TX_BRST_SZ_MASK(burst) ((burst) << 22) argument
|
/linux-4.4.14/drivers/media/common/siano/ |
D | smscoreapi.h | 912 } burst; member
|
/linux-4.4.14/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 777 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.4.14/drivers/bluetooth/ |
D | Kconfig | 132 communication may have bit errors, overrun errors or burst
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 62 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.4.14/drivers/staging/emxx_udc/ |
D | emxx_udc.c | 830 u32 burst = 1; in _nbu2ss_out_dma() local 855 burst = 0; /* Burst OFF */ in _nbu2ss_out_dma() 865 if (burst == 0) { in _nbu2ss_out_dma()
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | Kconfig | 275 Assorted bits controlling write mode, DMA burst length etc. 104 is
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | gadget.c | 470 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.4.14/Documentation/RCU/ |
D | torture.txt | 40 to force_quiescent_state() within a burst.
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1422 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.4.14/kernel/ |
D | sysctl.c | 787 .data = &printk_ratelimit_state.burst,
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 590 - High burst tolerance (incast due to partition/aggregate),
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 692 seconds, we do allow a burst of messages to pass through.
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 3192 in a given burst of a callback-flood test.
|