Searched refs:word (Results 101 - 125 of 543) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dstrlen_user.S106 .word 10b, 9b
107 .word 11b, 9b
108 .word 12b, 9b
109 .word 13b, 9b
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/lib/
H A DNGcopy_to_user.S15 .word 98b, 99b; \
H A DU1copy_from_user.S14 .word 98b, 99b; \
H A DU1copy_to_user.S14 .word 98b, 99b; \
H A DU3copy_to_user.S14 .word 98b, 99b; \
H A Dstrlen_user.S91 .word 10b, 30b
92 .word 11b, 30b
93 .word 12b, 30b
94 .word 15b, 30b
95 .word 13b, 30b
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtrampoline.S133 .word 0 # idt limit = 0
134 .word 0, 0 # idt base = 0L
151 .word __KERNEL32_CS, 0
156 .word __KERNEL_CS, 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dl440gx.c56 __u16 word; local
117 pci_read_config_word(dev, 0x4e, &word);
118 word |= 0x4;
119 pci_write_config_word(dev, 0x4e, word);
H A Desb2rom.c155 u16 word; local
172 pci_read_config_word(pdev, FWH_DEC_EN1, &word);
173 printk(KERN_DEBUG "Original FWH_DEC_EN1 : %x\n", word);
187 pci_read_config_word(pdev, FWH_DEC_EN1, &word);
188 printk(KERN_DEBUG "pci_read_config_word : %x\n", word);
190 if ((word & FWH_8MiB) == FWH_8MiB)
192 else if ((word & FWH_7MiB) == FWH_7MiB)
194 else if ((word & FWH_6MiB) == FWH_6MiB)
196 else if ((word & FWH_5MiB) == FWH_5MiB)
198 else if ((word
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/iseries/
H A Dmf.h46 extern void mf_display_src(u32 word);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcsum_ipv6_magic.S43 or $0,$21,$0 # .. e1 : 1st src word complete
50 or $1,$22,$1 # .. e1 : 2nd src word complete
58 or $2,$23,$2 # .. e1 : 1st dst word complete
63 or $3,$24,$3 # .. e1 : 2nd dst word complete
H A Dev6-stxcpy.S18 * a0 = unaligned address of the last *word* written
49 t0 == the first destination word for masking back in
50 t1 == the first source word. */
52 /* Create the 1st output word and detect 0's in the 1st input word. */
54 mskqh t2, a1, t2 # U : detection in the src word (stall)
58 mskql t0, a1, t0 # U : assemble the first output word
64 t0 == the first destination word for masking back in
65 t1 == a source word not containing a null. */
79 /* Take care of the final (partial) word stor
[all...]
H A Dstxcpy.S18 * a0 = unaligned address of the last *word* written
38 t0 == the first destination word for masking back in
39 t1 == the first source word. */
41 /* Create the 1st output word and detect 0's in the 1st input word. */
43 mskqh t2, a1, t2 # e0 : detection in the src word
46 mskql t0, a1, t0 # e0 : assemble the first output word
52 t0 == the first destination word for masking back in
53 t1 == a source word not containing a null. */
63 /* Take care of the final (partial) word stor
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmessage.c76 static void clear_group_ind_mask_bit (PLCI *plci, word b);
77 static byte test_group_ind_mask_bit (PLCI *plci, word b);
79 word CapiRelease(word);
80 word CapiRegister(word);
81 word api_put(APPL *, CAPI_MSG *);
82 static word api_parse(byte *, word, byte *, API_PARSE *);
86 word api_remove_star
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm59 mov word ptr [bx],ax ; save the handle
88 mov bx,word ptr [bp+6] ; file handle
120 mov bx,word ptr [bp+6] ; file handle
121 mov dx,word ptr [bp+8] ; LS offset
122 mov cx,word ptr [bp+10] ; MS offset
154 mov bx,word ptr [bp+6] ; file handle
156 mov cx,word ptr [bp+12] ; number of bytes
160 cmp ax,word ptr [bp+12] ; make sure all bytes were read
192 mov bx,word ptr [bp+6] ; file handle
194 mov cx,word pt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Duts4_cc.s8 / Update the lock word pointed to by p with the
17 l r2,64+0(sp) / R2 -> word to update
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Ddnet_pton.c11 u_int16_t word; member in union:__anon279
14 u.word = addr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dstrnlen_user.S21 .word 9b, handler; \
68 * String is word-aligned.
80 EX(l32i, a9, a4, 4, lenfixup) # get next word of string
94 # check two more bytes (bytes 0, 1 of word)
100 # check one more byte (byte 2 of word)
131 bbci.l a4, 1, .Laligned # if string pointer is now word-aligned
135 EX(l32i, a9, a4, 0, lenfixup) # get word with first two bytes of string
136 bnone a9, a7, .Lz2 # if byte 2 (of word, not string) is zero
137 bany a9, a8, .Laligned # if byte 3 (of word, not string) is nonzero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm740.S128 .word v4t_late_abort
129 .word cpu_arm740_proc_init
130 .word cpu_arm740_proc_fin
131 .word cpu_arm740_reset
132 .word cpu_arm740_do_idle
133 .word cpu_arm740_dcache_clean_area
134 .word cpu_arm740_switch_mm
135 .word 0 @ cpu_*_set_pte
H A Dproc-v6.S229 .word v6_early_abort
230 .word cpu_v6_proc_init
231 .word cpu_v6_proc_fin
232 .word cpu_v6_reset
233 .word cpu_v6_do_idle
234 .word cpu_v6_dcache_clean_area
235 .word cpu_v6_switch_mm
236 .word cpu_v6_set_pte_ext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dentry.S37 .word vfp_vector
50 .word VFP_arch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspi_s3c24xx_gpio.c65 unsigned nsecs, u32 word, u8 bits)
67 return bitbang_txrx_be_cpha0(spi, nsecs, 0, word, bits);
71 unsigned nsecs, u32 word, u8 bits)
73 return bitbang_txrx_be_cpha1(spi, nsecs, 0, word, bits);
77 unsigned nsecs, u32 word, u8 bits)
79 return bitbang_txrx_be_cpha0(spi, nsecs, 1, word, bits);
83 unsigned nsecs, u32 word, u8 bits)
85 return bitbang_txrx_be_cpha1(spi, nsecs, 1, word, bits);
64 s3c2410_spigpio_txrx_mode0(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
70 s3c2410_spigpio_txrx_mode1(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
76 s3c2410_spigpio_txrx_mode2(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
82 s3c2410_spigpio_txrx_mode3(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Daddrconf.h181 __u32 word; local
188 word = (__force u32)(addr->s6_addr32[2] ^ addr->s6_addr32[3]);
189 word ^= (word >> 16);
190 word ^= (word >> 8);
192 return ((word ^ (word >> 4)) & 0x0f);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntpclient/
H A Dntpclient.c452 /* Copy each token in wordlist delimited by space into word */
453 #define foreach(word, wordlist, next) \
455 strncpy(word, next, sizeof(word)), \
456 word[strcspn(word, " ")] = '\0', \
457 word[sizeof(word) - 1] = '\0', \
459 strlen(word); \
461 strncpy(word, nex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/ntpclient/
H A Dntpclient.c407 /* Copy each token in wordlist delimited by space into word */
408 #define foreach(word, wordlist, next) \
410 strncpy(word, next, sizeof(word)), \
411 word[strcspn(word, " ")] = '\0', \
412 word[sizeof(word) - 1] = '\0', \
414 strlen(word); \
416 strncpy(word, nex
[all...]

Completed in 306 milliseconds

1234567891011>>