Searched refs:word (Results 1 - 25 of 543) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsystbl.S26 .word solaris_unimplemented /* nosys 0 */
27 .word CHAIN(exit) /* exit d 1 */
28 .word CHAIN(fork) /* fork 2 */
29 .word CHAIN(read) /* read dpd 3 */
30 .word CHAIN(write) /* write dpd 4 */
31 .word solaris_open /* open soo 5 */
32 .word CHAIN(close) /* close d 6 */
33 .word solaris_wait
34 .word CHAIN(creat) /* creat so 8 */
35 .word CHAI
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/bitops/
H A D__ffs.h7 * __ffs - find first bit in word.
8 * @word: The word to search
12 static inline unsigned long __ffs(unsigned long word) argument
17 if ((word & 0xffffffff) == 0) {
19 word >>= 32;
22 if ((word & 0xffff) == 0) {
24 word >>= 16;
26 if ((word & 0xff) == 0) {
28 word >>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lasat/image/
H A Dhead.S9 .word LASAT_K_MAGIC0_VAL
10 .word LASAT_K_MAGIC1_VAL
13 .word 0x00000002
16 .word _image_start
17 .word _image_size
20 .word _kernel_start
21 .word _kernel_entry
27 .word TIMESTAMP
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsystbls.S22 /*0*/ .word sys_restart_syscall, sys32_exit, sys_fork, sys_read, sys_write
23 /*5*/ .word sys32_open, sys_close, sys32_wait4, sys32_creat, sys_link
24 /*10*/ .word sys_unlink, sunos_execv, sys_chdir, sys32_chown16, sys32_mknod
25 /*15*/ .word sys_chmod, sys32_lchown16, sparc_brk, sys32_perfctr, sys32_lseek
26 /*20*/ .word sys_getpid, sys_capget, sys_capset, sys32_setuid16, sys32_getuid16
27 /*25*/ .word sys32_vmsplice, sys_ptrace, sys_alarm, sys32_sigaltstack, sys32_pause
28 /*30*/ .word compat_sys_utime, sys_lchown, sys_fchown, sys32_access, sys32_nice
29 .word sys_chown, sys_sync, sys32_kill, compat_sys_newstat, sys32_sendfile
30 /*40*/ .word compat_sys_newlstat, sys_dup, sys_pipe, compat_sys_times, sys_getuid
31 .word sys32_umoun
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dpci-sh7751.c59 u32 word; local
61 word = inl(SH7751_BCR1);
63 if (((word >> area) & 1) == 0) {
65 area, word);
68 pci_write_reg(word, SH4_PCIBCR1);
70 word = (u16)inw(SH7751_BCR2);
72 if (((word >> (area << 1)) & 0x3) != 0x3) {
74 area, word);
77 pci_write_reg(word, SH4_PCIBCR2);
85 u32 word; local
[all...]
H A Dpci-sh7780.c106 u32 word; local
115 word = SH4_PCICR_PREFIX | SH4_PCICR_PRST;
116 pci_write_reg(word, SH4_PCICR);
119 word = SH4_PCICR_PREFIX;
120 pci_write_reg(word, SH4_PCICR);
130 word = PCI_BASE_CLASS_BRIDGE << 24;
131 pci_write_reg(word, SH7780_PCIRID);
138 word = ((map->window0.size - 1) & 0x1ff00001) | 0x01;
140 word = ((map->window1.size - 1) & 0x1ff00001) | 0x01;
143 word
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddsp_defs.h86 #define DSP_RELOC_TYPE_0 0x00 /* relocation of address in DM word / high part of PM word */
87 #define DSP_RELOC_TYPE_1 0x40 /* relocation of address in low part of PM data word */
97 word format_version_bcd;
98 word header_size;
99 word combifile_description_size;
100 word directory_entries;
101 word directory_size;
102 word download_count;
103 word usage_mask_siz
[all...]
H A Dcapidtmf.h52 word digit_write_pos;
53 word digit_read_pos;
54 word indication_state;
55 word indication_state_ack;
57 word min_gap_duration;
58 word min_digit_duration;
59 word cycle_counter;
60 word current_digit_on_time;
61 word current_digit_off_time;
70 word capidtmf_recv_indicatio
[all...]
H A Dpr_pc.h27 word NextReq; /* pointer to next Req Buffer */
28 word NextRc; /* pointer to next Rc Buffer */
29 word NextInd; /* pointer to next Ind Buffer */
42 word Signature; /* ISDN-P initialized indication */
46 word next;
51 word Reference;
56 word next;
61 word Reference;
65 word next;
70 word MLengt
[all...]
H A Dcapi20.h52 word MessageBufferSize;
53 word maxLogicalConnection;
54 word maxBDataBlocks;
55 word maxBDataLen;
58 word CapiMajor;
59 word CapiMinor;
60 word ManuMajor;
61 word ManuMinor;
64 word Number;
65 word Channel
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/fastwc/
H A Dwc4.l5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* ++wc; cc += yyleng;
12 {word}{ws}*\n ++wc; cc += yyleng; ++lc;
13 {words}{word}{ws}* wc += 2; cc += yyleng;
14 {words}{word}{ws}*\n wc += 2; cc += yyleng; ++lc;
15 {words}{2}{word}{ws}* wc += 3; cc += yyleng;
16 {words}{2}{word}{ws}*\n wc += 3; cc += yyleng; ++lc;
17 {words}{3}{word}{ws}* wc += 4; cc += yyleng;
18 {words}{3}{word}{w
[all...]
H A Dwc3.l5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word}{ws}* cc += yyleng; wc += 2;
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
H A Dwc5.l5 word {ws}*{nonws}+
6 words {word}{ws}+
11 {word}{ws}* cc += yyleng; ++wc;
12 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
13 {words}{word} cc += yyleng; wc += 2; /* oops */
14 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
15 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
H A Dwc2.l5 word {ws}*{nonws}+
10 {word}{ws}* cc += yyleng; ++wc;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc8xx_pic.c26 int bit, word; local
29 word = irq_nr >> 5;
31 ppc_cached_irq_mask[word] &= ~(1 << (31-bit));
32 out_be32(&((immap_t *)IMAP_ADDR)->im_siu_conf.sc_simask, ppc_cached_irq_mask[word]);
37 int bit, word; local
40 word = irq_nr >> 5;
42 ppc_cached_irq_mask[word] |= (1 << (31-bit));
43 out_be32(&((immap_t *)IMAP_ADDR)->im_siu_conf.sc_simask, ppc_cached_irq_mask[word]);
50 int bit, word; local
53 word
63 int bit, word; local
[all...]
H A Dppc403_pic.c74 int bit, word; local
77 word = irq >> 5;
79 ppc_cached_irq_mask[word] |= (1 << (31 - bit));
80 mtdcr(DCRN_EXIER, ppc_cached_irq_mask[word]);
86 int bit, word; local
89 word = irq >> 5;
91 ppc_cached_irq_mask[word] &= ~(1 << (31 - bit));
92 mtdcr(DCRN_EXIER, ppc_cached_irq_mask[word]);
98 int bit, word; local
101 word
[all...]
H A Dcpm2_pic.c50 int bit, word; local
56 word = irq_to_siureg[irq_nr];
59 ppc_cached_irq_mask[word] &= ~(1 << bit);
60 simr[word] = ppc_cached_irq_mask[word];
65 int bit, word; local
71 word = irq_to_siureg[irq_nr];
74 ppc_cached_irq_mask[word] |= 1 << bit;
75 simr[word] = ppc_cached_irq_mask[word];
80 int bit, word; local
97 int bit, word; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcsum_partial_copy.c110 unsigned long word; local
111 err |= __get_user(word, src);
114 checksum += word;
116 carry = checksum < word;
117 *dst = word;
123 unsigned long word, tmp; local
124 err |= __get_user(word, src);
126 mskql(word, len, word);
127 checksum += word;
149 unsigned long word, carry; local
204 unsigned long word; local
270 unsigned long second, word; local
291 unsigned long second, word; local
312 unsigned long second, word; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/spi/
H A Dspi_bitbang.h6 * simple SPI master driver. Two do polled word-at-a-time I/O:
9 * expanding the per-word routines from the inline templates below.
50 u32 word, u8 bits);
95 u32 word, u8 bits)
100 for (word <<= (32 - bits); likely(bits); bits--) {
103 setmosi(spi, word & (1 << 31));
110 word <<= 1;
111 word |= getmiso(spi);
114 return word;
120 u32 word, u
93 bitbang_txrx_be_cpha0(struct spi_device *spi, unsigned nsecs, unsigned cpol, u32 word, u8 bits) argument
118 bitbang_txrx_be_cpha1(struct spi_device *spi, unsigned nsecs, unsigned cpol, u32 word, u8 bits) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dbitmap.h76 * @word: value to rotate
79 static __inline__ u32 ntfs_rol32(u32 word, unsigned int shift) argument
81 return (word << shift) | (word >> (32 - shift));
87 * @word: value to rotate
90 static __inline__ u32 ntfs_ror32(u32 word, unsigned int shift) argument
92 return (word >> shift) | (word << (32 - shift));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbitops.h36 * @word: value to rotate
39 static inline __u32 rol32(__u32 word, unsigned int shift) argument
41 return (word << shift) | (word >> (32 - shift));
46 * @word: value to rotate
49 static inline __u32 ror32(__u32 word, unsigned int shift) argument
51 return (word >> shift) | (word << (32 - shift));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dbitops.h9 * zeroes of a bits-in-byte and byte-in-word and word-in-dword-swapped
40 * ffz = Find First Zero in word. Undefined if no zero exists,
49 * __ffs - find first bit in word.
50 * @word: The word to search
54 static inline unsigned long __ffs(unsigned long word) argument
56 return cris_swapnwbrlz(~word);
61 * @x: the word to search
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dchecksum.h103 const unsigned int *word = iph; local
104 const unsigned int *stop = word + ihl;
108 csum = word[0];
109 csum += word[1];
110 carry = (csum < word[1]);
113 csum += word[2];
114 carry = (csum < word[2]);
117 csum += word[3];
118 carry = (csum < word[3]);
121 word
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dchecksum.h103 const unsigned int *word = iph; local
104 const unsigned int *stop = word + ihl;
108 csum = word[0];
109 csum += word[1];
110 carry = (csum < word[1]);
113 csum += word[2];
114 carry = (csum < word[2]);
117 csum += word[3];
118 carry = (csum < word[3]);
121 word
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dshutils.h161 Remove the specified word from the list.
163 @param name word to be removed from the list
220 /* Copy each token in wordlist delimited by space into word */
221 #define foreach(word, wordlist, next) \
223 strncpy(word, next, sizeof(word)), \
224 word[strcspn(word, " ")] = '\0', \
225 word[sizeof(word)
[all...]

Completed in 144 milliseconds

1234567891011>>