Home
last modified time | relevance | path

Searched refs:burst (Results 1 – 15 of 15) sorted by relevance

/arch/arm/plat-pxa/
Ddma.c71 int burst = (dcmd >> 16) & 0x3; in dbg_burst_from_dcmd() local
73 return burst ? 4 << burst : 0; in dbg_burst_from_dcmd()
88 int i, max_show = 20, burst, width; in dbg_show_descriptors() local
102 burst = dbg_burst_from_dcmd(dcmd); in dbg_show_descriptors()
116 DCMD_STR(ENDIAN), burst, width, in dbg_show_descriptors()
137 int burst, width; in dbg_show_chan_state() local
142 burst = dbg_burst_from_dcmd(dcmd); in dbg_show_chan_state()
165 DCMD_STR(ENDIAN), burst, width, dcmd & DCMD_LENGTH); in dbg_show_chan_state()
/arch/arm/plat-orion/include/plat/
Daudio.h5 int burst; member
/arch/mips/cavium-octeon/executive/
Dcvmx-pko.c447 int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst) in cvmx_pko_rate_limit_packets() argument
462 ((uint64_t) pko_mem_port_rate0.s.rate_pkt * burst) >> 8; in cvmx_pko_rate_limit_packets()
480 int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst) in cvmx_pko_rate_limit_bits() argument
501 pko_mem_port_rate1.s.rate_lim = tokens_per_bit * burst / 256; in cvmx_pko_rate_limit_bits()
/arch/arm/plat-omap/
Ddma.c432 unsigned int burst = 0; in omap_set_dma_src_burst_mode() local
443 burst = 0x1; in omap_set_dma_src_burst_mode()
445 burst = 0x2; in omap_set_dma_src_burst_mode()
449 burst = 0x2; in omap_set_dma_src_burst_mode()
459 burst = 0x3; in omap_set_dma_src_burst_mode()
470 l |= (burst << 7); in omap_set_dma_src_burst_mode()
525 unsigned int burst = 0; in omap_set_dma_dest_burst_mode() local
536 burst = 0x1; in omap_set_dma_dest_burst_mode()
538 burst = 0x2; in omap_set_dma_dest_burst_mode()
542 burst = 0x2; in omap_set_dma_dest_burst_mode()
[all …]
/arch/mips/include/asm/octeon/
Dcvmx-pko.h595 extern int cvmx_pko_rate_limit_packets(int port, int packets_s, int burst);
608 extern int cvmx_pko_rate_limit_bits(int port, uint64_t bits_s, int burst);
Dcvmx-agl-defs.h227 uint64_t burst:1; member
Dcvmx-gmxx-defs.h1614 uint64_t burst:16; member
/arch/c6x/boot/dts/
Dtms320c6455.dtsi57 ti,emifa-burst-priority = <255>;
/arch/arm/mach-omap2/
Dsram242x.S158 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
169 add r5, r5, #0x1 @ turn on burst of 1
Dsram243x.S158 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
169 add r5, r5, #0x1 @ turn on burst of 1
/arch/arm/mach-kirkwood/
Dcommon.c364 .burst = 128,
/arch/powerpc/boot/dts/
Dvirtex440-ml507.dts114 xlnx,mplb-max-burst = <8>;
134 xlnx,ppc440mc-max-burst = <8>;
Dvirtex440-ml510.dts109 xlnx,mplb-max-burst = <0x8>;
129 xlnx,ppc440mc-max-burst = <0x8>;
/arch/cris/arch-v10/
DKconfig275 Assorted bits controlling write mode, DMA burst length etc. 104 is
/arch/cris/arch-v10/kernel/
Dhead.S390 | IO_STATE (R_EXT_DMA_0_CMD, rq_ack, burst) \