Searched defs:burst (Results 1 - 5 of 5) sorted by relevance
/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-pko.c | 443 * @burst: Maximum number of packets to burst in a row before rate 448 int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst) argument 463 ((uint64_t) pko_mem_port_rate0.s.rate_pkt * burst) >> 8; 476 * @burst: Maximum number of bits to burst before rate 481 int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst) argument 502 pko_mem_port_rate1.s.rate_lim = tokens_per_bit * burst / 256;
|
/arch/arm/plat-pxa/ |
H A D | dma.c | 71 int burst = (dcmd >> 16) & 0x3; local 73 return burst ? 4 << burst : 0; 88 int i, max_show = 20, burst, width; local 102 burst = dbg_burst_from_dcmd(dcmd); 116 DCMD_STR(ENDIAN), burst, width, 137 int burst, width; local 142 burst = dbg_burst_from_dcmd(dcmd); 165 DCMD_STR(ENDIAN), burst, width, dcmd & DCMD_LENGTH);
|
/arch/arm/plat-omap/ |
H A D | dma.c | 376 unsigned int burst = 0; local 387 burst = 0x1; 389 burst = 0x2; 393 burst = 0x2; 403 burst = 0x3; 407 * OMAP1 don't support burst 16 414 l |= (burst << 7); 459 unsigned int burst = 0; local 470 burst = 0x1; 472 burst [all...] |
/arch/mips/include/asm/octeon/ |
H A D | cvmx-agl-defs.h | 324 uint64_t burst:1; member in struct:cvmx_agl_gmx_prtx_cfg::cvmx_agl_gmx_prtx_cfg_s 338 uint64_t burst:1;
|
H A D | cvmx-gmxx-defs.h | 5067 uint64_t burst:16; member in struct:cvmx_gmxx_txx_burst::cvmx_gmxx_txx_burst_s 5069 uint64_t burst:16;
|
Completed in 178 milliseconds