| /src/games/trek/ |
| torped.c | 51 ** are fired, it is called a "burst" and you also specify 79 int burst; local in function:torped 98 burst = -1; 100 /* need at least three torpedoes for a burst */ 102 printf("No-burst mode selected\n"); 103 burst = 0; 109 burst = 1; 112 if (burst < 0) { 113 burst = getynpar("Do you want a burst"); [all...] |
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_arb.c | 43 int burst; member in struct:nv_fifo_info 108 fifo->burst = cbs; 122 * to the CRTC FIFO burst. (ns) */ 174 /* FIFO burst */ 176 /* Max burst not leading to overflows. */ 179 fifo->burst = min(max_burst_o, 1024); 181 /* Max burst value with an acceptable latency. */ 183 fifo->burst = min(max_burst_l, fifo->burst); 185 fifo->burst = rounddown_pow_of_two(fifo->burst) [all...] |
| /src/sys/arch/amiga/dev/ |
| parioctl.h | 39 int burst; /* chars to send/recv in one call */ member in struct:parparam
|
| par.c | 64 #define sc_burst sc_param.burst 286 printf("parrw(%llx, %p, %c): burst %d, timo %d, resid %x\n", 457 upp->burst = pp->burst; 465 if (upp->burst < PAR_BURST_MIN || upp->burst > PAR_BURST_MAX || 468 pp->burst = upp->burst;
|
| /src/sys/arch/hp300/dev/ |
| ppiioctl.h | 39 int burst; /* chars to send/recv in one call */ member in struct:ppiparam
|
| ppi.c | 92 #define sc_burst sc_param.burst 313 printf("ppirw(%"PRIx64", %p, %c): burst %d, timo %d, resid %x\n", 464 upp->burst = pp->burst; 471 if (upp->burst < PPI_BURST_MIN || upp->burst > PPI_BURST_MAX || 474 pp->burst = upp->burst;
|
| /src/sys/arch/x68k/include/ |
| parioctl.h | 41 int burst; /* chars to send/recv in one call */ member in struct:parparam
|
| /src/sys/dev/gpib/ |
| ppiio.h | 39 int burst; /* chars to send/recv in one call */ member in struct:ppiparam
|
| ppi.c | 94 #define sc_burst sc_param.burst 303 ("ppirw(%" PRIx64 ", %p, %c): burst %d, timo %d, resid %x\n", 444 upp->burst = pp->burst; 451 if (upp->burst < PPI_BURST_MIN || upp->burst > PPI_BURST_MAX || 454 pp->burst = upp->burst;
|
| /src/sys/dev/sbus/ |
| dma_sbus.c | 133 int sbusburst, burst; local in function:dmaattach_sbus 156 * Get transfer burst size from PROM and plug it into the 164 burst = prom_getpropint(node,"burst-sizes", -1); 165 if (burst == -1) 166 /* take SBus burst sizes */ 167 burst = sbusburst; 169 /* Clamp at parent's burst sizes */ 170 burst &= sbusburst; 171 sc->sc_burst = (burst & SBUS_BURST_32) ? 32 [all...] |
| if_hme_sbus.c | 88 uint32_t burst, sbusburst; local in function:hmeattach_sbus 164 * Get transfer burst size from PROM and pass it on 171 burst = prom_getpropint(node, "burst-sizes", -1); 172 if (burst == -1) 173 /* take SBus burst sizes */ 174 burst = sbusburst; 176 /* Clamp at parent's burst sizes */ 177 burst &= sbusburst; 180 sc->sc_burst = (burst & SBUS_BURST_32) ? 32 [all...] |
| qec.c | 152 * Get transfer burst size from PROM 158 sc->sc_burst = prom_getpropint(node, "burst-sizes", -1); 160 /* take SBus burst sizes */ 163 /* Clamp at parent's burst sizes */ 258 uint32_t v, burst = 0, psize; local in function:qec_init 285 burst = QEC_CTRL_B64; 287 burst = QEC_CTRL_B32; 289 burst = QEC_CTRL_B16; 292 v = (v & QEC_CTRL_MODEMASK) | burst;
|
| esp_sbus.c | 157 int burst, sbusburst; local in function:espattach_sbus 224 * Get transfer burst size from PROM and plug it into the 232 burst = prom_getpropint(sa->sa_node, "burst-sizes", -1); 235 aprint_normal("%s: burst 0x%x, sbus 0x%x\n", 236 __func__, burst, sbusburst); 240 if (burst == -1) 241 /* take SBus burst sizes */ 242 burst = sbusburst; 244 /* Clamp at parent's burst sizes * [all...] |
| bpp.c | 161 int burst, sbusburst; local in function:bppattach 183 * Get transfer burst size from PROM and plug it into the 191 burst = prom_getpropint(node, "burst-sizes", -1); 192 if (burst == -1) 193 /* take SBus burst sizes */ 194 burst = sbusburst; 196 /* Clamp at parent's burst sizes */ 197 burst &= sbusburst; 198 sc->sc_burst = (burst & SBUS_BURST_32) ? 32 [all...] |
| /src/sys/external/bsd/drm2/include/linux/ |
| ratelimit.h | 72 ratelimit_state_init(struct ratelimit_state *r, int interval, int burst) 76 r->rl_maxpps = burst/(interval/hz);
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| omap2420-n8x0-common.dtsi | 59 gpmc,burst-length = <16>; 60 gpmc,burst-read; 61 gpmc,burst-wrap; 77 gpmc,page-burst-access-ns = <27>;
|
| omap3-gta04a5one.dts | 57 gpmc,burst-length = <16>; 58 gpmc,burst-read; 59 gpmc,burst-wrap; 60 gpmc,burst-write; 76 gpmc,page-burst-access-ns = <15>;
|
| omap3-igep.dtsi | 146 gpmc,burst-length = <16>; 147 gpmc,burst-wrap; 148 gpmc,burst-read; 149 gpmc,burst-write; 165 gpmc,page-burst-access-ns = <12>;
|
| omap3-overo-tobiduo-common.dtsi | 39 gpmc,page-burst-access-ns = <0>;
|
| omap-gpmc-smsc911x.dtsi | 43 gpmc,page-burst-access-ns = <20>;
|
| omap-gpmc-smsc9221.dtsi | 46 gpmc,page-burst-access-ns = <0>;
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/ |
| zynqmp-zc1751-xm015-dc1.dts | 105 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; 109 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
|
| zynqmp-zc1751-xm017-dc3.dts | 119 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; 123 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
|
| zynqmp-zcu104-revA.dts | 192 ceva,p0-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>; 196 ceva,p1-burst-params = /bits/ 8 <0x13 0x08 0x4A 0x06>;
|
| /src/sys/arch/x68k/dev/ |
| par.c | 68 #define sc_burst sc_param.burst 426 upp->burst = pp->burst; 434 if (upp->burst < PAR_BURST_MIN || upp->burst > PAR_BURST_MAX || 437 pp->burst = upp->burst;
|