Home
last modified time | relevance | path

Searched refs:COUNT (Results 1 – 25 of 112) sorted by relevance

12345

/OK3568_Linux_fs/kernel/tools/usb/
H A Dhcd-tests.sh32 declare -i COUNT BUFLEN
34 COUNT=50000
51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
95 COUNT=5000
126 echo "test 1: $COUNT transfers, same size"
128 echo "test 3: $COUNT transfers, variable/short size"
131 COUNT=100
132 echo "test 17: $COUNT transfers, unaligned DMA map by core"
135 echo "test 19: $COUNT transfers, unaligned DMA map by usb_alloc_coherent"
138 COUNT=2000
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu-gen-tapdevs44 COUNT=$3
75 if [ $COUNT -ge 0 ]; then
83 echo "Error: Incorrect count: $COUNT"
87 if [ $COUNT -gt 0 ]; then
88 echo "Creating $COUNT tap devices for UID: $TUID GID: $GID..."
89 for ((index=0; index < $COUNT; index++)); do
H A Doe-time-dd-test.sh52 COUNT=$2
55 if ! [[ $COUNT =~ $re_c ]] || [[ $COUNT -le 0 ]] ; then
92 if [ -z ${TIMEOUT+x} ] || [ -z ${COUNT+x} ] ; then
99 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/video/
H A Dvideo_stresstest.sh15 COUNT=1
18 TIME_LABEL="====== Count:$COUNT Time: $NOW ======"
20 COUNT=$(expr $COUNT + 1 )
/OK3568_Linux_fs/external/rockchip-test/video/
H A Dvideo_stresstest.sh15 COUNT=1
18 TIME_LABEL="====== Count:$COUNT Time: $NOW ======"
20 COUNT=$(expr $COUNT + 1 )
/OK3568_Linux_fs/kernel/arch/arm/mach-ebsa110/
H A Dcore.c150 #define COUNT ((CLKBY7 + (HZ / 2)) / HZ) macro
168 if (count > COUNT) in ebsa110_gettimeoffset()
171 offset = COUNT; in ebsa110_gettimeoffset()
178 offset = offset * (1000000 / HZ) / COUNT; in ebsa110_gettimeoffset()
193 count += COUNT; in ebsa110_timer_interrupt()
216 __raw_writeb(COUNT & 0xff, PIT_T1); in ebsa110_timer_init()
217 __raw_writeb(COUNT >> 8, PIT_T1); in ebsa110_timer_init()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Dfrontend-stat-properties.rst91 .. _DTV-STAT-PRE-ERROR-BIT-COUNT:
105 :ref:`DTV_STAT_PRE_TOTAL_BIT_COUNT <DTV-STAT-PRE-TOTAL-BIT-COUNT>`.
120 .. _DTV-STAT-PRE-TOTAL-BIT-COUNT:
127 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`
145 :ref:`DTV_STAT_PRE_ERROR_BIT_COUNT <DTV-STAT-PRE-ERROR-BIT-COUNT>`.
148 .. _DTV-STAT-POST-ERROR-BIT-COUNT:
162 :ref:`DTV_STAT_POST_TOTAL_BIT_COUNT <DTV-STAT-POST-TOTAL-BIT-COUNT>`.
177 .. _DTV-STAT-POST-TOTAL-BIT-COUNT:
184 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`
202 :ref:`DTV_STAT_POST_ERROR_BIT_COUNT <DTV-STAT-POST-ERROR-BIT-COUNT>`.
[all …]
/OK3568_Linux_fs/external/rockchip-test/camera/
H A Dcamera_stresstest_rkisp_demo.sh6 COUNT=1
50 TIME_LABEL="====== Count:$COUNT Time: $NOW ======"
52 COUNT=$(expr $COUNT + 1 )
H A Dcamera_stresstest_v4l2.sh3 COUNT=1
20 TIME_LABEL="====== Count:$COUNT Time: $NOW ======"
22 COUNT=$(expr $COUNT + 1 )
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/camera/
H A Dcamera_stresstest_rkisp_demo.sh6 COUNT=1
50 TIME_LABEL="====== Count:$COUNT Time: $NOW ======"
52 COUNT=$(expr $COUNT + 1 )
H A Dcamera_stresstest_v4l2.sh3 COUNT=1
17 TIME_LABEL="====== Count:$COUNT Time: $NOW ======"
19 COUNT=$(expr $COUNT + 1 )
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-digicolor.c52 #define COUNT(t) ((t)*8 + 4) macro
88 writel(count, dt->base + COUNT(dt->timer_id)); in dc_timer_set_count()
149 return ~readl(dc_timer_dev.base + COUNT(TIMER_B)); in digicolor_timer_sched_read()
184 writel(UINT_MAX, dc_timer_dev.base + COUNT(TIMER_B)); in digicolor_timer_init()
188 clocksource_mmio_init(dc_timer_dev.base + COUNT(TIMER_B), node->name, in digicolor_timer_init()
/OK3568_Linux_fs/kernel/samples/pktgen/
H A Dpktgen_sample01_simple.sh24 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely
51 pg_set $DEV "count $COUNT"
H A Dpktgen_bench_xmit_mode_queue_xmit.sh26 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely
54 pg_set $dev "count $COUNT"
H A Dpktgen_bench_xmit_mode_netif_receive.sh43 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely
71 pg_set $dev "count $COUNT"
H A Dpktgen_sample02_multiqueue.sh17 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely
59 pg_set $dev "count $COUNT"
H A Dpktgen_sample05_flow_per_thread.sh26 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
52 pg_set $dev "count $COUNT"
H A Dpktgen_sample03_burst_single_flow.sh35 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
61 pg_set $dev "count $COUNT"
H A Dpktgen_sample04_many_flows.sh21 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
62 pg_set $dev "count $COUNT"
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh19 [ -z "$COUNT" ] && COUNT="20000000" # Zero means indefinitely
76 pg_set $dev "count $COUNT"
/OK3568_Linux_fs/u-boot/scripts/
H A Dloader.sh33 COUNT=`cat ${INI} | wc -l`
34 if [ ${COUNT} -eq 1 ]; then
H A Datf.sh47 COUNT=`cat ${INI} | wc -l`
48 if [ ${COUNT} -eq 1 ]; then
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/dscr/
H A Ddscr_user_test.c43 for (i = 0; i < COUNT; i++) { in dscr_user()
49 for (i = 0; i < COUNT; i++) { in dscr_user()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DWRITING_TESTS49 COUNT|score|timebase|label
59 COUNT
62 The COUNT line is the line used to report a test score.
105 fprintf(stderr,"COUNT|%lu|1|lps\n", iterations);
115 fprintf(stderr,"COUNT|%lu|60|lpm\n", iterations);
126 fprintf(stderr, "COUNT|%ld|0|KBps\n", kbytes_per_sec);
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpython_pep517.bbclass40 COUNT=$(find ${PEP517_WHEEL_PATH} -name '*.whl' | wc -l)
41 if test $COUNT -eq 0; then
43 elif test $COUNT -gt 1; then

12345