Searched refs:burst (Results 1 – 15 of 15) sorted by relevance
/arch/arm/plat-pxa/ |
D | dma.c | 71 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/ |
D | audio.h | 5 int burst; member
|
/arch/mips/cavium-octeon/executive/ |
D | cvmx-pko.c | 447 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/ |
D | dma.c | 432 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/ |
D | cvmx-pko.h | 595 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);
|
D | cvmx-agl-defs.h | 227 uint64_t burst:1; member
|
D | cvmx-gmxx-defs.h | 1614 uint64_t burst:16; member
|
/arch/c6x/boot/dts/ |
D | tms320c6455.dtsi | 57 ti,emifa-burst-priority = <255>;
|
/arch/arm/mach-omap2/ |
D | sram242x.S | 158 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 169 add r5, r5, #0x1 @ turn on burst of 1
|
D | sram243x.S | 158 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/ |
D | common.c | 364 .burst = 128,
|
/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 114 xlnx,mplb-max-burst = <8>; 134 xlnx,ppc440mc-max-burst = <8>;
|
D | virtex440-ml510.dts | 109 xlnx,mplb-max-burst = <0x8>; 129 xlnx,ppc440mc-max-burst = <0x8>;
|
/arch/cris/arch-v10/ |
D | Kconfig | 275 Assorted bits controlling write mode, DMA burst length etc. 104 is
|
/arch/cris/arch-v10/kernel/ |
D | head.S | 390 | IO_STATE (R_EXT_DMA_0_CMD, rq_ack, burst) \
|