| /linux/drivers/atm/ |
| H A D | Kconfig | 73 chipsets. However, in some cases, large bursts may overrun buffers 75 bursts must be disabled and only (slower) small bursts can be used. 84 Also, sometimes larger bursts lead to lower throughput, e.g. on an 86 when going from 8W to 16W bursts. 89 bool "Enable 16W TX bursts (discouraged)" 96 bool "Enable 8W TX bursts (recommended)" 103 bool "Enable 4W TX bursts (optional)" 107 this if you have disabled 8W bursts. Enabling 4W if 8W is also set 111 bool "Enable 2W TX bursts (optional)" 115 this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or 8W [all …]
|
| H A D | fore200e.c | 670 unsigned int bursts; in fore200e_sba_map() local 688 bursts = of_getintprop_default(op->dev.of_node->parent, "burst-sizes", 0x00); in fore200e_sba_map() 691 sbus_set_sbus64(&op->dev, bursts); in fore200e_sba_map()
|
| /linux/arch/sparc/kernel/ |
| H A D | sbus.c | 61 void sbus_set_sbus64(struct device *dev, int bursts) in sbus_set_sbus64() argument 114 if (bursts & DMA_BURST8) in sbus_set_sbus64() 116 if (bursts & DMA_BURST16) in sbus_set_sbus64() 118 if (bursts & DMA_BURST32) in sbus_set_sbus64() 120 if (bursts & DMA_BURST64) in sbus_set_sbus64()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | samsung-sxgbe.txt | 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.
|
| /linux/drivers/gpu/drm/imx/ipuv3/ |
| H A D | ipuv3-plane.c | 557 unsigned int npb, bursts; in ipu_calculate_bursts() local 567 for (bursts = 8; bursts > 1; bursts /= 2) { in ipu_calculate_bursts() 568 if (round_up(width_bytes, npb * cpp * bursts) <= stride) in ipu_calculate_bursts() 571 *num_bursts = bursts; in ipu_calculate_bursts()
|
| /linux/drivers/dma/ |
| H A D | pl330.c | 1291 unsigned long *bursts, const struct _xfer_spec *pxs) in _loop() argument 1297 if (*bursts == 1) in _loop() 1301 if (*bursts >= 256*256) { in _loop() 1304 cyc = *bursts / lcnt1 / lcnt0; in _loop() 1305 } else if (*bursts > 256) { in _loop() 1307 lcnt0 = *bursts / lcnt1; in _loop() 1310 lcnt1 = *bursts; in _loop() 1364 *bursts = lcnt1 * cyc; in _loop() 1366 *bursts *= lcnt0; in _loop() 1377 unsigned long c, bursts = BYTE_TO_BURST(x->bytes, ccr); in _setup_loops() local [all …]
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-common.c | 289 u32 bursts, regval; in ipu_idmac_lock_enable() local 295 bursts = 0x00; /* locking disabled */ in ipu_idmac_lock_enable() 298 bursts = 0x01; in ipu_idmac_lock_enable() 301 bursts = 0x02; in ipu_idmac_lock_enable() 304 bursts = 0x03; in ipu_idmac_lock_enable() 315 if (bursts && ipu->ipu_type != IPUV3H) in ipu_idmac_lock_enable() 329 regval |= (bursts << idmac_lock_en_info[i].shift); in ipu_idmac_lock_enable()
|
| /linux/Documentation/userspace-api/gpio/ |
| H A D | gpio-v2-lineinfo-changed-read.rst | 55 The buffer may overflow if bursts of events occur quicker than they are read
|
| H A D | gpio-lineinfo-changed-read.rst | 59 The buffer may overflow if bursts of events occur quicker than they are read
|
| H A D | gpio-lineevent-data-read.rst | 67 The buffer may overflow if bursts of events occur quicker than they are read
|
| H A D | gpio-v2-line-event-read.rst | 61 The buffer may overflow if bursts of events occur quicker than they are read
|
| /linux/Documentation/fb/ |
| H A D | deferred_io.rst | 36 whether to coalesce and issue SG DMA or to do memory bursts.
|
| H A D | intel810.rst | 144 to occur in bursts which can significantly increase performance.
|
| /linux/drivers/scsi/ |
| H A D | qlogicpti.h | 369 unsigned char bursts; member
|
| H A D | esp_scsi.h | 475 u8 bursts; member
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunhme.c | 1264 const char *bursts = "64"; in happy_meal_init() local 1420 bursts = "64"; in happy_meal_init() 1423 bursts = "32"; in happy_meal_init() 1426 bursts = "16"; in happy_meal_init() 1429 bursts = "XXX"; in happy_meal_init() 1435 hme_read32(hp, gregs + GREG_CFG), bursts); in happy_meal_init()
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | imx-ddr.rst | 69 counting the number of bytes (as opposed to the number of bursts) from DDR
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/ |
| H A D | dpaa.rst | 198 traffic bursts from a certain queue are serviced by the same CPU.
|
| /linux/Documentation/driver-api/soundwire/ |
| H A D | bra.rst | 322 set. This format is in turn used to define acceptable bursts. BPT/BRA
|
| /linux/Documentation/timers/ |
| H A D | no_hz.rst | 40 that use short bursts of CPU, where there are very frequent idle
|
| /linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 580 3) Set AXI 4KB bursts::
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 1110 too small for the allocation bursts occurring in the system. This knob
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5988 Set duration of force_quiescent_state bursts 5992 Set holdoff time within force_quiescent_state bursts 5996 Set wait time between force_quiescent_state bursts
|