/openbmc/linux/tools/usb/ |
H A D | hcd-tests.sh | 34 COUNT=50000 95 COUNT=5000 131 COUNT=100 138 COUNT=2000 162 COUNT=1000 174 COUNT=100 192 COUNT=100 199 COUNT=2000 215 COUNT=1000 227 COUNT=100 [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu-gen-tapdevs | 38 COUNT=$3 41 COUNT=$2 53 if ! [ $COUNT -ge 0 ]; then 54 echo "Error: Incorrect count: $COUNT" 84 if [ $COUNT -eq 0 ]; then 88 echo "Creating $COUNT tap devices for GID: $GID..." 89 for ((index=0; index < $COUNT; index++)); do
|
H A D | oe-time-dd-test.sh | 56 COUNT=$2 59 if ! [[ $COUNT =~ $re_c ]] || [[ $COUNT -le 0 ]] ; then 96 if [ -z ${TIMEOUT+x} ] || [ -z ${COUNT+x} ] ; then 103 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu-gen-tapdevs | 38 COUNT=$3 41 COUNT=$2 53 if ! [ $COUNT -ge 0 ]; then 54 echo "Error: Incorrect count: $COUNT" 84 if [ $COUNT -eq 0 ]; then 88 echo "Creating $COUNT tap devices for GID: $GID..." 89 for ((index=0; index < $COUNT; index++)); do
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend-stat-properties.rst | 91 .. _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>` 148 .. _DTV-STAT-POST-ERROR-BIT-COUNT: 177 .. _DTV-STAT-POST-TOTAL-BIT-COUNT: 205 .. _DTV-STAT-ERROR-BLOCK-COUNT: 226 .. _DTV-STAT-TOTAL-BLOCK-COUNT: 232 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>` 236 :ref:`DTV_STAT_ERROR_BLOCK_COUNT <DTV-STAT-ERROR-BLOCK-COUNT>` by [all …]
|
/openbmc/linux/drivers/clocksource/ |
H A D | timer-digicolor.c | 49 #define COUNT(t) ((t)*8 + 4) macro 85 writel(count, dt->base + COUNT(dt->timer_id)); in dc_timer_set_count() 146 return ~readl(dc_timer_dev.base + COUNT(TIMER_B)); in digicolor_timer_sched_read() 181 writel(UINT_MAX, dc_timer_dev.base + COUNT(TIMER_B)); in digicolor_timer_init() 185 clocksource_mmio_init(dc_timer_dev.base + COUNT(TIMER_B), node->name, in digicolor_timer_init()
|
/openbmc/linux/samples/pktgen/ |
H A D | pktgen_bench_xmit_mode_queue_xmit.sh | 30 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely 55 pg_set $dev "count $COUNT"
|
H A D | pktgen_bench_xmit_mode_netif_receive.sh | 47 [ -z "$COUNT" ] && COUNT="10000000" # Zero means indefinitely 72 pg_set $dev "count $COUNT"
|
H A D | pktgen_sample01_simple.sh | 28 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely 52 pg_set $DEV "count $COUNT"
|
H A D | pktgen_sample05_flow_per_thread.sh | 30 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely 53 pg_set $dev "count $COUNT"
|
H A D | pktgen_sample02_multiqueue.sh | 20 [ -z "$COUNT" ] && COUNT="100000" # Zero means indefinitely 61 pg_set $dev "count $COUNT"
|
H A D | pktgen_sample03_burst_single_flow.sh | 39 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely 62 pg_set $dev "count $COUNT"
|
H A D | pktgen_sample04_many_flows.sh | 25 [ -z "$COUNT" ] && COUNT="0" # Zero means indefinitely 63 pg_set $dev "count $COUNT"
|
H A D | pktgen_sample06_numa_awared_queue_irq_affinity.sh | 21 [ -z "$COUNT" ] && COUNT="20000000" # Zero means indefinitely 78 pg_set $dev "count $COUNT"
|
H A D | parameters.sh | 65 export COUNT=$OPTARG 66 info "COUNT=$COUNT"
|
/openbmc/linux/tools/testing/selftests/powerpc/dscr/ |
H A D | dscr_user_test.c | 43 for (i = 0; i < COUNT; i++) { in dscr_user() 49 for (i = 0; i < COUNT; i++) { in dscr_user()
|
H A D | dscr_explicit_test.c | 37 for (int i = 0; i < COUNT; i++) { in dscr_explicit_lockstep_thread() 70 for (int i = 0; i < COUNT; i++) { in dscr_explicit_lockstep_test() 106 for (int i = 0; i < COUNT; i++) { in dscr_explicit_random_thread()
|
H A D | dscr_default_test.c | 27 for (int i = 0; i < COUNT; i++) { in dscr_default_lockstep_writer() 54 for (int i = 0; i < COUNT ; i++) { in dscr_default_lockstep_test() 91 for (int i = 0; i < COUNT; i++) { in dscr_default_random_thread()
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | 49 #define COUNT 1 macro 128 r->now[COUNT] = 0; in i8257_init_chan() 154 val = (r->base[COUNT] << d->dshift) - r->now[COUNT]; in i8257_read_chan() 156 val = r->now[ADDR] + r->now[COUNT] * dir; in i8257_read_chan() 340 r->now[COUNT], (r->base[COUNT] + 1) << ncont); in i8257_channel_run() 341 r->now[COUNT] = n; in i8257_channel_run() 342 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont); in i8257_channel_run() 343 if (n == (r->base[COUNT] + 1) << ncont) { in i8257_channel_run()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_engine_pm.c | 19 #define COUNT 5 macro 30 sort(a, COUNT, sizeof(*a), cmp_u64, NULL); in trifilter() 141 u64 s_ring[COUNT], s_ctx[COUNT], st[COUNT], d_ring, d_ctx, dt; in __live_engine_timestamps() 149 for (i = 0; i < COUNT; i++) { in __live_engine_timestamps()
|
H A D | selftest_engine_cs.c | 15 #define COUNT 5 macro 122 sort(a, COUNT, sizeof(*a), cmp_u32, NULL); in trifilter() 145 u32 cycles[COUNT]; in perf_mi_bb_start() 272 u32 cycles[COUNT]; in perf_mi_noop()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | python_pep517.bbclass | 45 COUNT=$(find ${PEP517_WHEEL_PATH} -name '*.whl' -maxdepth 1 | wc -l) 46 if test $COUNT -eq 0; then 48 elif test $COUNT -gt 1; then
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ |
H A D | ebtables.common | 151 …COUNT=$(( $(/usr/sbin/ebtables-legacy -t $table -L | sed -e "/^Bridge chain/! d" -e "s/^.*entries:… 152 echo -n "$table($COUNT) "
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | macros.inc | 100 #define fWRITE_LOOP_REGS0(START, COUNT) SA0 = START; (LC0 = COUNT) 101 #define fWRITE_LOOP_REGS1(START, COUNT) SA1 = START; (LC1 = COUNT)
|
/openbmc/linux/arch/arm/mach-spear/ |
H A D | time.c | 39 #define COUNT(x) ((x) * 0x80 + 0x8C) macro 89 clocksource_mmio_init(gpt_base + COUNT(CLKSRC), "tmr1", tick_rate, in spear_clocksource_init()
|