Home
last modified time | relevance | path

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

/linux-3.4.99/tools/usb/
Dhcd-tests.sh31 declare -i COUNT BUFLEN
33 COUNT=50000
50 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
94 COUNT=5000
125 echo "test 1: $COUNT transfers, same size"
127 echo "test 3: $COUNT transfers, variable/short size"
130 COUNT=100
131 echo "test 17: $COUNT transfers, unaligned DMA map by core"
134 echo "test 19: $COUNT transfers, unaligned DMA map by usb_alloc_coherent"
137 COUNT=2000
[all …]
/linux-3.4.99/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()
222 __raw_writeb(COUNT & 0xff, PIT_T1); in ebsa110_timer_init()
223 __raw_writeb(COUNT >> 8, PIT_T1); in ebsa110_timer_init()
/linux-3.4.99/arch/avr32/lib/
Ddelay.c25 *timer_value = sysreg_read(COUNT); in read_current_timer()
33 bclock = sysreg_read(COUNT); in __delay()
35 now = sysreg_read(COUNT); in __delay()
/linux-3.4.99/tools/nfsd/
Dinject_fault.sh37 COUNT=0
39 COUNT=$2
45 echo $COUNT > $DEBUGDIR/$1
/linux-3.4.99/arch/avr32/kernel/
Dtime.c23 return (cycle_t)sysreg_read(COUNT); in read_cycle_count()
75 sysreg_write(COMPARE, (sysreg_read(COUNT) + delta) ? : 1); in comparator_next_event()
/linux-3.4.99/arch/arm/plat-spear/
Dtime.c41 #define COUNT(x) ((x) * 0x80 + 0x8C) macro
93 clocksource_mmio_init(gpt_base + COUNT(CLKSRC), "tmr1", tick_rate, in spear_clocksource_init()
/linux-3.4.99/arch/alpha/lib/
Dstrncpy.S37 or $4, $27, $4 # written byte and the last byte in COUNT
/linux-3.4.99/arch/x86/kernel/
Dhead_64.S334 #define PMDS(START, PERM, COUNT) \ argument
336 .rept (COUNT) ; \
/linux-3.4.99/drivers/usb/host/
Dehci.h169 # define COUNT(x) do { (x)++; } while (0) macro
171 # define COUNT(x) do {} while (0) macro
Dehci-hcd.c432 COUNT (ehci->stats.lost_iaa); in ehci_iaa_watchdog()
890 COUNT (ehci->stats.normal); in ehci_irq()
892 COUNT (ehci->stats.error); in ehci_irq()
905 COUNT(ehci->stats.reclaim); in ehci_irq()
Dehci-q.c276 COUNT(ehci->stats.unlink); in ehci_urb_done()
281 COUNT(ehci->stats.complete); in ehci_urb_done()
/linux-3.4.99/drivers/staging/comedi/drivers/
Dni_at_ao.c103 #define COUNT 0x20 macro
/linux-3.4.99/drivers/net/fddi/skfp/h/
Dskfbi.h1129 #define COUNT(t) ((t)<<6) /* counter */ macro
/linux-3.4.99/drivers/scsi/isci/
Dphy.c246 writel(SCU_ENSPINUP_GEN_VAL(COUNT, in sci_phy_link_layer_initialization()
/linux-3.4.99/arch/blackfin/kernel/
Ddebug-mmrs.c400 __PPI(COUNT, count); in bfin_debug_mmrs_ppi()
/linux-3.4.99/scripts/dtc/
Ddtc-parser.tab.c_shipped335 /* Copy COUNT objects from FROM to TO. The source and destination do
/linux-3.4.99/scripts/genksyms/
Dparse.tab.c_shipped398 /* Copy COUNT objects from FROM to TO. The source and destination do
/linux-3.4.99/scripts/kconfig/
Dzconf.tab.c_shipped378 /* Copy COUNT objects from FROM to TO. The source and destination do