Searched refs:count (Results 1 - 25 of 7673) sorted by path

1234567891011>>

/linux-master/Documentation/sound/cards/
H A Dmultisound.sh814 X int count = 0;
824 X ++count;
830 X ++count;
836 X ++count;
842 X ++count;
848 X if (count == 0)
/linux-master/arch/alpha/include/asm/
H A Dconsole.h14 extern long callback_read(long channel, long count, const char *buf, long lbn);
H A Dstring.h70 extern void * __memset16(void *dest, unsigned short, size_t count);
H A Dvga.h33 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) argument
36 memsetw_io((u16 __iomem *) s, c, count);
38 memset16(s, c, count / 2);
42 extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count);
/linux-master/arch/alpha/lib/
H A Dchecksum.c81 int odd, count; local
92 count = len >> 1; /* nr of 16-bit words.. */
93 if (count) {
96 count--;
100 count >>= 1; /* nr of 32-bit words.. */
101 if (count) {
104 count--;
108 count >>= 1; /* nr of 64-bit words.. */
109 if (count) {
113 count
[all...]
H A Dev6-stxncpy.S106 the end-of-count bit is set in t8 iff it applies.
137 /* Add the end-of-count bit to the eos detection bitmask. */
157 addq a2, t0, a2 # E : bias count by dest misalignment (stall)
161 srl a2, 3, a2 # U : a2 = loop counter = (count - 1)/8 (stall)
164 sll t10, t2, t10 # U : t10 = bitmask of last count byte
251 subq a2, 1, a2 # E : decrement word count
314 /* Got to end-of-count before end of string.
331 $u_eocfin: # end-of-count, final word
367 or t8, t10, t5 # E : test for end-of-count too
H A Dstxncpy.S79 the end-of-count bit is set in t8 iff it applies.
107 /* Add the end-of-count bit to the eos detection bitmask. */
125 addq a2, t0, a2 # .. e1 : bias count by dest misalignment
128 srl a2, 3, a2 # e0 : a2 = loop counter = (count - 1)/8
130 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte
209 subq a2, 1, a2 # .. e1 : decrement word count
268 /* Got to end-of-count before end of string.
285 $u_eocfin: # end-of-count, final word
320 or t8, t10, t5 # .. e1 : test for end-of-count too
/linux-master/arch/arm/boot/dts/
H A Dcros-ec-sbs.dtsi49 sbs,i2c-retry-count = <2>;
50 sbs,poll-retry-count = <1>;
/linux-master/arch/arm/kernel/
H A Ddma.c151 /* Set DMA byte count
155 void set_dma_count (unsigned int chan, unsigned long count) argument
160 pr_err("dma%d: altering DMA count while DMA active\n", chan);
163 dma->count = count;
H A Dio.c45 void _memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
48 while (count) {
49 count--;
61 void _memcpy_toio(volatile void __iomem *to, const void *from, size_t count) argument
64 while (count) {
65 count--;
77 void _memset_io(volatile void __iomem *dst, int c, size_t count) argument
79 while (count) {
80 count--;
H A Dsmp_twd.c143 unsigned long count; local
171 count = readl_relaxed(twd_base + TWD_TIMER_COUNTER);
173 twd_timer_rate = (0xFFFFFFFFU - count) * (HZ / 5);
/linux-master/arch/arm/lib/
H A Dcsumpartial.S34 .Lless8: teq len, #0 @ check for zero count
/linux-master/arch/arm/mach-orion5x/
H A Dterastation_pro2-setup.c161 static int tsp2_miconread(unsigned char *buf, int count) argument
166 for (i = 0; i < count; i++) {
184 static int tsp2_miconwrite(const unsigned char *buf, int count) argument
188 while (count--) {
197 static int tsp2_miconsend(const unsigned char *data, int count) argument
207 for (i = 0; i < count; i++)
212 tsp2_miconwrite(data, count);
/linux-master/arch/arm/mach-rpc/
H A Ddma.c171 idma->dma.buf.length = idma->dma.count;
173 idma->dma.addr, idma->dma.count,
285 regs.ARM_r9 = fdma->dma.count;
/linux-master/arch/arm/mm/
H A Dabort-lv4t.S129 mov r9, r8, lsr #7 @ get shift count
132 orreq r7, r7, #8 @ shift count = 0
H A Dcache-l2x0-pmu.c109 static void warn_if_saturated(u32 count) argument
111 if (count != 0xffffffff)
128 local64_add((new_count - prev_count) & mask, &event->count);
/linux-master/arch/arm64/kernel/
H A Dio.c15 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
17 while (count && !IS_ALIGNED((unsigned long)from, 8)) {
21 count--;
24 while (count >= 8) {
28 count -= 8;
31 while (count) {
35 count--;
43 void __memcpy_toio(volatile void __iomem *to, const void *from, size_t count) argument
45 while (count && !IS_ALIGNED((unsigned long)to, 8)) {
49 count
71 __memset_io(volatile void __iomem *dst, int c, size_t count) argument
[all...]
H A Dsys32.c76 size_t, count, u32, __pad, arg_u32p(pos))
78 return ksys_pread64(fd, buf, count, arg_u64(pos));
82 const char __user *, buf, size_t, count, u32, __pad,
85 return ksys_pwrite64(fd, buf, count, arg_u64(pos));
101 arg_u32p(offset), size_t, count)
103 return ksys_readahead(fd, arg_u64(offset), count);
/linux-master/arch/arm64/lib/
H A Dcopy_template.S26 count .req x2 label
43 cmp count, #16
50 sub count, count, tmp2
74 cmp count, #64
83 * bottom 6 bits of count to be accurate.
85 ands tmp1, count, #0x30
110 tbz count, #3, 1f
114 tbz count, #2, 2f
118 tbz count, #
[all...]
/linux-master/arch/m68k/atari/
H A Ddebug.c43 unsigned int count)
45 while (count--) {
62 unsigned int count)
64 while (count--) {
79 unsigned int count)
81 while (count--) {
110 unsigned int count)
117 while (count--) {
42 atari_mfp_console_write(struct console *co, const char *str, unsigned int count) argument
61 atari_scc_console_write(struct console *co, const char *str, unsigned int count) argument
78 atari_midi_console_write(struct console *co, const char *str, unsigned int count) argument
109 atari_par_console_write(struct console *co, const char *str, unsigned int count) argument
H A Dnvram.c97 ssize_t atari_nvram_read(char *buf, size_t count, loff_t *ppos) argument
107 for (i = *ppos; count > 0 && i < NVRAM_BYTES; --count, ++i, ++p)
115 ssize_t atari_nvram_write(char *buf, size_t count, loff_t *ppos) argument
125 for (i = *ppos; count > 0 && i < NVRAM_BYTES; --count, ++i, ++p)
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S56 | d7: byte digit formation word;digit count {0,1}
H A Ddecbin.S37 | bcd string. If SE is positive, count the leading zeros;
38 | if negative, count the trailing zeros. Set the adjusted
39 | exponent equal to the exponent from A1 and the zero count
135 | (*) d2: digit count
181 | (*) d2: digit count
217 | to initialize the digit offset, and set d2 to 7 for the digit count;
249 | 4. Subtract the count from the exp.
252 | 6. Multiply the mantissa by 10**count.
256 | 4. Add the count to the exp.
258 | 6. Divide the mantissa by 10**count
[all...]
H A Dres_func.S1490 moveql #4,%d0 |set byte count
1535 moveql #2,%d0 |set byte count
1580 moveql #1,%d0 |set byte count
1961 movel #0x0c,%d0 |get byte count
H A Dround.S326 lsll %d0,%d2 |shift ls mant by count
327 lsll %d0,%d1 |shift ms mant by count
364 subw %d7,LOCAL_EX(%a0) |sub exponent by count
370 lsll %d7,%d6 |shift ls mant by count
390 subw %d7,%d0 |subtract shift count from exp

Completed in 646 milliseconds

1234567891011>>