Searched refs:count (Results 26 - 50 of 7674) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dsgetem.S130 lsll %d3,%d1 |shift ls mant by count
H A Dutil.S309 movel #2,%d0 |count
H A Dx_snan.S165 movel #4,%d0 |load byte count
187 movel #2,%d0 |load byte count
209 movel #1,%d0 |load byte count
H A Dx_store.S159 movel #21,%d0 |load shift count
166 movel #0x8,%d0 |byte count for double precision number
228 movel #0x4,%d0 |byte count for single precision number
250 movel #0x0c,%d0 |byte count for extended number
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1452 # here, we count on norm not to alter a0...
1484 # here, we count on norm not to alter a0...
9644 subi.b &0x20,%d0 # get shift count
16841 # (1) subtract 1 from the count register
16849 andi.w &0x7, %d1 # extract count register
16851 bsr.l fetch_dreg # fetch count value
16856 bsr.l store_dreg_l # store new count value
18913 # count on fetch_dreg() not to alter a0...
19009 # count on fetch_dreg() not to alter a0...
20887 mov.l &21,%d0 # load shift count
[all...]
H A Dilsp.S327 clr.l DDNORMAL(%a6) # count of shifts for normalization
333 addq.l &0x1, DDNORMAL(%a6) # count normalization shifts
435 mov.l DDNORMAL(%a6), %d7 # get norm shift count
437 subq.l &0x1, %d7 # set for loop count
H A Dpfpsp.S1451 # here, we count on norm not to alter a0...
1483 # here, we count on norm not to alter a0...
4962 # count on fetch_dreg() not to alter a0...
5058 # count on fetch_dreg() not to alter a0...
7788 mov.l &21,%d0 # load shift count
12981 # bcd string. If SE is positive, count the leading zeros; #
12982 # if negative, count the trailing zeros. Set the adjusted #
12983 # exponent equal to the exponent from A1 and the zero count #
13053 # (*) d2: digit count
13095 # (*) d2: digit count
[all...]
/linux-master/arch/m68k/include/asm/
H A Dfbio.h62 int count; member in struct:fbcmap
200 __u32 count; member in struct:fb_clut
210 __u32 count; member in struct:fb_clut32
307 int count; member in struct:fbcmap32
/linux-master/arch/m68k/lib/
H A Dmemset.c10 void *memset(void *s, int c, size_t count) argument
15 if (!count)
24 count--;
26 if (count > 2 && (long)s & 2) {
30 count -= 2;
32 temp = count >> 2;
63 if (count & 2) {
68 if (count & 1) {
/linux-master/arch/m68k/math-emu/
H A Dfp_movem.S46 | %d1 contains the mask and count of the register list
51 | get register list and count them
61 1: addq.w #1,%d1 | count the # of registers in
205 | get register list and count them
/linux-master/arch/mips/bcm63xx/
H A Dnvram.c59 int count; local
68 count = mac_addr_used;
70 while (count--) {
/linux-master/arch/mips/include/asm/mach-rc32434/
H A Ddma_v.h22 #define DMA_COUNT(count) ((count) & DMA_DESC_COUNT_MSK)
H A Dtimer.h38 u32 count; member in struct:timer_counter
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pcsx-defs.h576 uint64_t count:16; member in struct:cvmx_pcsx_linkx_timer_count_reg::cvmx_pcsx_linkx_timer_count_reg_s
578 uint64_t count:16;
H A Dcvmx-pko-defs.h94 uint64_t count:32; member in struct:cvmx_pko_mem_count0::cvmx_pko_mem_count0_s
96 uint64_t count:32;
107 uint64_t count:48; member in struct:cvmx_pko_mem_count1::cvmx_pko_mem_count1_s
109 uint64_t count:48;
1265 uint64_t count:1; member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn30xx
1287 uint64_t count:1;
H A Dcvmx-sriox-defs.h1311 uint64_t count:8; member in struct:cvmx_sriox_rx_bell::cvmx_sriox_rx_bell_s
1323 uint64_t count:8;
1336 uint64_t count:8; member in struct:cvmx_sriox_rx_bell_seq::cvmx_sriox_rx_bell_seq_s
1340 uint64_t count:8;
/linux-master/arch/mips/include/asm/
H A Dvga.h45 static inline void scr_memsetw(u16 *s, u16 v, unsigned int count) argument
47 memset16(s, cpu_to_le16(v), count / 2);
/linux-master/arch/mips/kernel/
H A Dcsrc-sb1250.c26 unsigned int count; local
30 count = G_SCD_TIMER_CNT(__raw_readq(addr));
32 return SB1250_HPT_VALUE - count;
H A Drtlx.c242 ssize_t rtlx_read(int index, void __user *buff, size_t count) argument
258 count = min(count,
263 fl = min(count, (size_t)lx->buffer_size - lx->lx_read);
270 if (count - fl)
271 failed = copy_to_user(buff + fl, lx->lx_buffer, count - fl);
274 count -= failed;
277 lx->lx_read = (lx->lx_read + count) % lx->buffer_size;
281 return count;
284 ssize_t rtlx_write(int index, const void __user *buffer, size_t count) argument
361 file_read(struct file *file, char __user *buffer, size_t count, loff_t *ppos) argument
373 file_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) argument
[all...]
/linux-master/arch/mips/lib/
H A Diomap_copy.c10 * @count: number of 64-bit quantities to copy
16 void __ioread64_copy(void *to, const void __iomem *from, size_t count) argument
21 const u64 __iomem *end = src + count;
26 __ioread32_copy(to, from, count * 2);
/linux-master/arch/mips/mm/
H A Dsc-debugfs.c14 size_t count, loff_t *ppos)
23 return simple_read_from_buffer(user_buf, count, ppos, buf, 2);
28 size_t count, loff_t *ppos)
33 err = kstrtobool_from_user(user_buf, count, &enabled);
42 return count;
13 sc_prefetch_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos) argument
26 sc_prefetch_write(struct file *file, const char __user *user_buf, size_t count, loff_t *ppos) argument
/linux-master/arch/mips/sibyte/common/
H A Dcfe_console.c14 unsigned int count)
18 for (i=0, last=0; i<count; i++) {
33 if (last != count) {
35 written = cfe_write(cfe_cons_handle, &str[last], count-last);
39 } while (last < count);
13 cfe_console_write(struct console *cons, const char *str, unsigned int count) argument
/linux-master/arch/nios2/include/asm/
H A Dstring.h18 extern void *memset(void *s, int c, size_t count);
19 extern void *memcpy(void *d, const void *s, size_t count);
20 extern void *memmove(void *d, const void *s, size_t count);
/linux-master/arch/nios2/kernel/
H A Dtime.c75 unsigned long count; local
78 count = timer_readw(timer, ALTERA_TIMER_SNAPH_REG) << 16 |
81 return count;
88 u32 count; local
91 count = read_timersnapshot(&nios2_cs->timer);
95 return ~count;
149 /* write new count */
348 int count = 0; local
351 count++;
353 if (count <
[all...]
/linux-master/arch/nios2/lib/
H A Dmemmove.c13 void *memmove(void *d, const void *s, size_t count) argument
17 if (!count)
24 if ((count < 8) || ((dst ^ src) & 3))
29 count--;
35 count -= 2;
37 while (count > 3) {
41 count -= 4;
44 while (count--)
47 dst = (unsigned long) d + count;
48 src = (unsigned long) s + count;
[all...]

Completed in 357 milliseconds

1234567891011>>