Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/usb/
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 …]
/Linux-v4.19/arch/arm/mach-ebsa110/
Dcore.c154 #define COUNT ((CLKBY7 + (HZ / 2)) / HZ) macro
172 if (count > COUNT) in ebsa110_gettimeoffset()
175 offset = COUNT; in ebsa110_gettimeoffset()
182 offset = offset * (1000000 / HZ) / COUNT; in ebsa110_gettimeoffset()
197 count += COUNT; in ebsa110_timer_interrupt()
224 __raw_writeb(COUNT & 0xff, PIT_T1); in ebsa110_timer_init()
225 __raw_writeb(COUNT >> 8, PIT_T1); in ebsa110_timer_init()
/Linux-v4.19/Documentation/media/uapi/dvb/
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 …]
Dfrontend-property-terrestrial-systems.rst152 - :ref:`DTV_ISDBT_SB_SEGMENT_COUNT <DTV-ISDBT-SB-SEGMENT-COUNT>`
158 - :ref:`DTV_ISDBT_LAYERA_SEGMENT_COUNT <DTV-ISDBT-LAYER-SEGMENT-COUNT>`
166 - :ref:`DTV_ISDBT_LAYERB_SEGMENT_COUNT <DTV-ISDBT-LAYER-SEGMENT-COUNT>`
174 - :ref:`DTV_ISDBT_LAYERC_SEGMENT_COUNT <DTV-ISDBT-LAYER-SEGMENT-COUNT>`
/Linux-v4.19/tools/nfsd/
Dinject_fault.sh38 COUNT=0
40 COUNT=$2
46 echo $COUNT > $DEBUGDIR/$1
/Linux-v4.19/samples/pktgen/
Dpktgen_sample01_simple.sh24 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely
43 pg_set $DEV "count $COUNT"
Dpktgen_bench_xmit_mode_queue_xmit.sh26 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely
46 pg_set $dev "count $COUNT"
Dpktgen_bench_xmit_mode_netif_receive.sh43 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely
63 pg_set $dev "count $COUNT"
Dpktgen_sample02_multiqueue.sh17 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely
51 pg_set $dev "count $COUNT"
Dpktgen_sample03_burst_single_flow.sh35 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
53 pg_set $dev "count $COUNT"
Dpktgen_sample05_flow_per_thread.sh24 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
43 pg_set $dev "count $COUNT"
Dpktgen_sample04_many_flows.sh19 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely
49 pg_set $dev "count $COUNT"
Dpktgen_sample06_numa_awared_queue_irq_affinity.sh19 [ -z "$COUNT" ] && COUNT="20000000" # Zero means indefinitely
68 pg_set $dev "count $COUNT"
Dparameters.sh57 export COUNT=$OPTARG
58 info "COUNT=$COUNT"
/Linux-v4.19/drivers/clocksource/
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()
/Linux-v4.19/tools/testing/selftests/powerpc/dscr/
Ddscr_user_test.c44 for (i = 0; i < COUNT; i++) { in dscr_user()
50 for (i = 0; i < COUNT; i++) { in dscr_user()
Ddscr_default_test.c26 for (i = 0; i < COUNT; i++) { in do_test()
86 for (i = 0; i < COUNT; i++) { in dscr_default()
Ddscr_explicit_test.c30 for (i = 0; i < COUNT; i++) { in dscr_explicit()
Ddscr_inherit_test.c31 for (i = 0; i < COUNT; i++) { in dscr_inherit()
Ddscr_sysfs_thread_test.c63 for (i = 0; i < COUNT; i++) { in dscr_sysfs_thread()
Ddscr_inherit_exec_test.c50 for (i = 0; i < COUNT; i++) { in dscr_inherit_exec()
Ddscr.h32 #define COUNT 100 /* Max iterations */ macro
Ddscr_sysfs_test.c84 for (i = 0; i < COUNT; i++) { in dscr_sysfs()
/Linux-v4.19/arch/arm/mach-spear/
Dtime.c42 #define COUNT(x) ((x) * 0x80 + 0x8C) macro
92 clocksource_mmio_init(gpt_base + COUNT(CLKSRC), "tmr1", tick_rate, in spear_clocksource_init()
/Linux-v4.19/arch/alpha/lib/
Dstrncpy.S38 or $4, $27, $4 # written byte and the last byte in COUNT

12