Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/pktgen/
H A Dpktgen_sample05_flow_per_thread.sh25 [ -z "$BURST" ] && BURST=32
76 if [[ ${BURST} -ne 0 ]]; then
77 pg_set $dev "burst $BURST"
H A Dpktgen_sample03_burst_single_flow.sh33 [ -z "$BURST" ] && BURST=32
81 if [[ ${BURST} -ne 0 ]]; then
82 pg_set $dev "burst $BURST"
H A Dpktgen_bench_xmit_mode_netif_receive.sh42 [ -z "$BURST" ] && BURST=1024
92 pg_set $dev "burst $BURST"
H A Dparameters.sh66 export BURST=$OPTARG
67 info "SKB bursting: BURST=$BURST"
H A Dpktgen_bench_xmit_mode_queue_xmit.sh23 if [[ -n "$BURST" ]]; then
H A Dpktgen_sample04_many_flows.sh42 if [[ -n "$BURST" ]]; then
H A DREADME.rst28 -b : ($BURST) HW level bursting of SKBs
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dpl330.c352 BURST, enumerator
634 else if (cond == BURST) in _emit_LD()
638 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_LD()
651 if (cond == BURST) in _emit_LDP()
711 else if (cond == BURST) in _emit_LPEND()
718 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'), in _emit_LPEND()
791 else if (cond == BURST) in _emit_ST()
795 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A')); in _emit_ST()
808 if (cond == BURST) in _emit_STP()
831 else if (cond == BURST) in _emit_WFP()
[all …]
/OK3568_Linux_fs/u-boot/drivers/dma/
H A DKconfig30 bool "Enable DMA BURST"
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dr8a66597.h202 #define BURST 0x2000 /* b13: Burst mode */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dr8a66597.h152 #define BURST 0x2000 /* b13: Burst mode */ macro
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Dice1724.c771 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_pro_prepare()
1378 if (inb(ICEMT1724(ice, BURST)) < val) in snd_vt1724_playback_indep_prepare()
1379 outb(val, ICEMT1724(ice, BURST)); in snd_vt1724_playback_indep_prepare()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpktgen.rst255 -b : ($BURST) HW level bursting of SKBs
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c821 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, in init_controller()
844 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, in init_controller()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dr8a66597-hcd.c144 r8a66597_write(r8a66597, BURST | CPU_ADR_RD_WR, get_dmacfg_reg(port)); in r8a66597_enable_port()