/freebsd/sys/contrib/device-tree/Bindings/ata/ |
H A D | ceva,ahci-1v84.yaml | 49 - description: CIBGN - COMINIT Burst Gap Nominal. 50 - description: CIBGMX - COMINIT Burst Gap Maximum. 51 - description: CIBGMN - COMINIT Burst Gap Minimum. 60 - description: CWBGMN - COMWAKE Burst Gap Minimum. 61 - description: CWBGMX - COMWAKE Burst Gap Maximum. 62 - description: CWBGN - COMWAKE Burst Gap Nominal. 65 ceva,p0-burst-params: 68 Burst timing value for COM parameter for port 0. 70 ceva,p0-burst-params = /bits/ 8 <BMX BNM SFD PTST>; 72 - description: BMX - COM Burst Maximu [all...] |
H A D | ahci-ceva.txt | 13 CIBGN : COMINIT Burst Gap Nominal. 14 CIBGMX: COMINIT Burst Gap Maximum. 15 CIBGMN: COMINIT Burst Gap Minimum. 20 CWBGMN: COMWAKE Burst Gap Minimum. 21 CWBGMX: COMWAKE Burst Gap Maximum. 22 CWBGN: COMWAKE Burst Gap Nominal. 24 - 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>; 28 BMX: COM Burst Maximum. [all …]
|
/freebsd/share/man/man4/ |
H A D | ng_car.4 | 77 Committed burst packets are counted as green, extended burst packets are 79 Committed burst getting refilled with CIR (Committed Information Rate) speed. 80 When it is full, exceeded burst getting refilled. 83 Committed burst packets are counted as green, peak burst packets are counted 85 Committed burst getting refilled with CIR speed. 86 Peak burst getting refilled with PIR (Peak Information Rate) speed at the 91 but with different understanding of extended burst. 92 When normal burst exceeded and extended burst is used, packets are counted 93 red with probability equal to part of extended burst consumed. 94 Extended burst getting refilled first. [all …]
|
/freebsd/stand/kshim/ |
H A D | bsd_busspace.c | 28 struct burst { struct 177 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_read_region_4() enumerator 181 while (count >= BURST) { in bus_space_read_region_4() 182 *(struct burst *)datap = *((/* volatile */ struct burst *)h); in bus_space_read_region_4() 184 h += BURST * 4; in bus_space_read_region_4() 185 datap += BURST; in bus_space_read_region_4() 186 count -= BURST; in bus_space_read_region_4() 199 enum { BURST = sizeof(struct burst) / 4 }; in bus_space_write_region_4() enumerator 203 while (count >= BURST) { in bus_space_write_region_4() 204 *((/* volatile */ struct burst *)h) = *(struct burst *)datap; in bus_space_write_region_4() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | ci-hdrc-usb2.txt | 45 - ahb-burst-config: it is vendor dependent, the required value should be 47 property is used to change AHB burst configuration, check the chipidea 50 - tx-burst-size-dword: it is vendor dependent, the tx burst size in dword 51 (4 bytes), This register represents the maximum length of a the burst 54 "ahb-burst-config" is set to 0, if this property is missing the reset 56 - rx-burst-size-dword: it is vendor dependent, the rx burst size in dword 57 (4 bytes), This register represents the maximum length of a the burst 60 "ahb-burst-config" is set to 0, if this property is missing the reset 125 /* Incremental burst of unspecified length */ 126 ahb-burst-config = <0x0>; [all …]
|
H A D | snps,dwc3.yaml | 318 start the corresponding USB RX transaction (burst). 328 snps,rx-max-burst: 330 Max USB RX burst size. In host mode, this field specifies the 331 Maximum Bulk IN burst the DWC_usb3 core can perform. When the system 332 bus is slower than the USB, RX FIFO can overrun during a long burst. 333 You can program a smaller value to this field to limit the RX burst 348 transmission for the corresponding USB transaction (burst). 357 snps,tx-max-burst: 359 Max USB TX burst size. When the system bus is slower than the USB, 360 TX FIFO can underrun during a long burst. Program a smaller value [all …]
|
H A D | dwc3.txt | 93 only. Set this and rx-max-burst-prd to a valid, 96 - snps,rx-max-burst-prd: max periodic ESS RX burst size - host mode only. Set 101 only. Set this and tx-max-burst-prd to a valid, 104 - snps,tx-max-burst-prd: max periodic ESS TX burst size - host mode only. Set 110 - snps,incr-burst-type-adjustment: Value for INCR burst type of GSBUSCFG0 111 register, undefined length INCR burst type enable and INCRx type. 112 When just one value, which means INCRX burst mode enabled. When 113 more than one value, which means undefined length INCR burst type 127 snps,incr-burst-type-adjustment = <1>, <4>, <8>, <16>;
|
H A D | chipidea,usb2-common.yaml | 51 ahb-burst-config: 55 used to change AHB burst configuration, check the chipidea spec for 62 tx-burst-size-dword: 64 it is vendor dependent, the tx burst size in dword (4 bytes), This 65 register represents the maximum length of a the burst in 32-bit 67 of this property will only take effect if property "ahb-burst-config" 74 rx-burst-size-dword: 76 it is vendor dependent, the rx burst size in dword (4 bytes), This 77 register represents the maximum length of a the burst in 32-bit words 79 this property will only take effect if property "ahb-burst-config"
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_rl.c | 42 u32 rate, u16 burst) in find_rl_entry() argument 50 if (entry->rate == rate && entry->burst == burst) in find_rl_entry() 60 u32 rate, u32 burst, u16 index) in mlx5_set_rate_limit_cmd() argument 68 MLX5_SET(set_rate_limit_in, in, burst_upper_bound, burst); in mlx5_set_rate_limit_cmd() 93 bool mlx5_rl_is_in_range(const struct mlx5_core_dev *dev, u32 rate, u32 burst) in mlx5_rl_is_in_range() argument 98 burst <= 65535); in mlx5_rl_is_in_range() 102 int mlx5_rl_add_rate(struct mlx5_core_dev *dev, u32 rate, u32 burst, u16 *index) in mlx5_rl_add_rate() argument 110 if (!rate || !mlx5_rl_is_in_range(dev, rate, burst)) { in mlx5_rl_add_rate() 117 entry = find_rl_entry(table, rate, burst); in mlx5_rl_add_rate() 133 err = mlx5_set_rate_limit_cmd(dev, rate, burst, entry->index); in mlx5_rl_add_rate() [all …]
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver7.html | 37 …burst. As described below, every character is sent twice and, in the case of format A bursts, the … 38 …de is considered valid and the clock set when at least one valid format B burst has been decoded a… 40 <p>The program consists of four major parts: the DSP modem, maximum-likelihood UART, burst assemble… 42 …e maximum-likelihood character. The process then continues for all ten characters in the burst.</p> 43 …burst assembler processes characters either from the maximum-likelihood UART or directly from the … 44 …burst consists of ten characters in two replicated five-character blocks, each block representing … 45 …burst distance is incremented by one for each bit in the first block that matches the correspondin… 47 …burst. In a valid burst, the last digit of the two timecodes in the burst must match and the value… 48 <p>As each digit of a valid burst is processed, the value at the row corresponding to the digit pos… 50 …ours and minutes extracted along with other information from the format B burst, including DST sta… [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | lantiq,etop-xway.yaml | 32 lantiq,tx-burst-length: 35 TX programmable burst length. 38 lantiq,rx-burst-length: 41 RX programmable burst length. 51 - lantiq,tx-burst-length 52 - lantiq,rx-burst-length 65 lantiq,tx-burst-length = <8>; 66 lantiq,rx-burst-length = <8>;
|
H A D | samsung-sxgbe.txt | 15 - samsung,pbl: Integer, Programmable Burst Length. 17 - 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>
|
H A D | snps,dwmac.yaml | 180 * snps,blen, this is a vector of supported burst length. 181 * snps,fb, fixed-burst 182 * snps,mb, mixed-burst 183 * snps,rb, rebuild INCRx Burst 442 Programmable Burst Length (tx and rx) 448 Tx Programmable Burst Length. If set, DMA tx will use this 455 Rx Programmable Burst Length. If set, DMA rx will use this 466 snps,fixed-burst: 469 Program the DMA to use the fixed burst mode 471 snps,mixed-burst: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | renesas,nbpfaxi.txt | 26 - 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 D | qcom_hidma_mgmt.txt | 15 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 D | intel,ldma.yaml | 36 The third cell is the burst length of the channel. 69 instead of the whole burst. 79 Enable RX dynamic burst write. When it is enabled, the DMA does RX dynamic burst; 80 if it is disabled, the DMA RX will still support programmable fixed burst size of 2,4,8,16.
|
/freebsd/contrib/ntp/html/ |
H A D | assoc.html | 28 <li class="inline"><a href="#burst">Burst Options</a></li> 34 …tomatic Server Discovery Schemes</a> page. In addition, the <a href="#burst">burst options</a> and… 38 … initial synchronization from several minutes to several seconds. The <tt>burst</tt> option descri… 52 …d and specifying the other peer DNS name or IPv4 or IPv6 address. The <tt>burst</tt> and <tt>iburs… 70 <h4 id="burst">Burst Options</h4> 71 …burst</tt> and <tt>iburst</tt> options of the <a href="confopt.html"><tt>server</tt></a> command, … 72 …burst options where a single poll event triggers a burst. They should be used only with the <tt>se… 73 … option is recommended for <tt>server</tt> and <tt>pool</tt> commands. A burst is sent only when … 74 <p>The <tt>burst</tt> option is useful in cases of severe network 76 …nt is larger than 10 (1024 s). A burst is sent only when the server is reachable. The number of …
|
H A D | poll.html | 17 …burst of several packets at 2-s intervals. This is designed to reduce the time to synchronize the … 18 …n the burst is six, which is the number normally needed to synchronize the clock; for the <tt>burs… 19 …burst options can result in increased load on the network if not carefully designed. Both options …
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_chu.c | 65 * digits. The burst data consist of five characters (ten hex digits) 79 * burst synchronization. These digits are then repeated with the same 98 * By design, the last stop bit of the last character in the burst 111 * the driver produces one line for each burst in two formats 120 * where n is the number of characters in the burst (0-10), b the burst 122 * synchronization distance (0-16), m the burst number (2-9) and code 123 * the burst characters as received. Note that the hex digits in each 124 * character are reversed, so the burst 128 * is interpreted as containing 10 characters with burst distance 38, 129 * field alignment 0, synchronization distance 16 and burst number 9. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | ti,gpmc-child.yaml | 94 gpmc,page-burst-access-ns: 164 burst accesses, defines the number of 178 gpmc,burst-length: 179 description: Page/burst length. 184 gpmc,burst-wrap: 188 gpmc,burst-read: 189 description: Enables read page/burst mode 192 gpmc,burst-write: 193 description: Enables write page/burst mode
|
H A D | omap-gpmc.txt | 82 - gpmc,page-burst-access-ns: Multiple access word delay 106 burst accesses, defines the number of 116 - gpmc,burst-length Page/burst length. Must be 4, 8 or 16. 117 - gpmc,burst-wrap Enables wrap bursting 118 - gpmc,burst-read Enables read page/burst mode 119 - gpmc,burst-write Enables write page/burst mode
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/fsl/ |
H A D | fsl,imx-weim.yaml | 77 fsl,burst-clk-enable: 81 in Burst Clock Mode. 83 fsl,continuous-burst-clk: 86 Make Burst Clock to output continuous clock. Without this option Burst 118 fsl,burst-clk-enable: false 122 - fsl,burst-clk-enable 125 fsl,continuous-burst-clk: false
|
/freebsd/sys/contrib/device-tree/Bindings/dma/stm32/ |
H A D | st,stm32-dma3.yaml | 73 -bit 0: The source incrementing burst 74 0x0: fixed burst 75 0x1: contiguously incremented burst 79 -bit 4: The destination incrementing burst 80 0x0: fixed burst 81 0x1: contiguously incremented burst 86 0x0: burst
|
/freebsd/tools/tools/netmap/ |
H A D | bridge.c | 167 " usage(1): bridge [-v] [-i ifa] [-i ifb] [-b burst] " in usage() 170 "[ifa [ifb [burst]]]\n" in usage() 199 u_int burst = 1024, wait_link = 4; in main() local 215 case 'b': /* burst */ in main() 216 burst = atoi(optarg); in main() 251 burst = atoi(argv[2]); in main() 258 if (burst < 1 || burst > 8192) { in main() 259 D("invalid burst %d, set to 1024", burst); in main() 260 burst = 1024; in main() 377 ports_move(pb, pa, burst, msg_b2a); in main() [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_ratelimit.c | 32 * burst: Number to allow in an interval before rate limiting 36 zfs_ratelimit_init(zfs_ratelimit_t *rl, unsigned int *burst, in zfs_ratelimit_init() argument 42 rl->burst = burst; in zfs_ratelimit_init() 92 if (rl->count >= *rl->burst) { in zfs_ratelimit()
|