Home
last modified time | relevance | path

Searched full:word (Results 1 – 25 of 2750) sorted by relevance

12345678910>>...110

/linux/arch/hexagon/kernel/
H A Dvm_init_segtable.S47 .word X,X,X,X
48 .word X,X,X,X
49 .word X,X,X,X
50 .word X,X,X,X
51 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
52 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
53 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
54 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
55 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
56 .word
[all...]
/linux/arch/arc/include/asm/
H A Ddisasm.h31 #define IS_BIT(word, n) ((word) & (1<<n)) argument
32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) argument
34 #define MAJOR_OPCODE(word) (BITS((word), 27, 31)) argument
35 #define MINOR_OPCODE(word) (BITS((word), 16, 21)) argument
36 #define FIELD_A(word) (BITS((word), argument
37 FIELD_B(word) global() argument
39 FIELD_C(word) global() argument
40 FIELD_u6(word) global() argument
41 FIELD_s12(word) global() argument
46 FIELD_s9(word) global() argument
48 FIELD_s21(word) global() argument
50 FIELD_s25(word) global() argument
55 FIELD_S_A(word) global() argument
56 FIELD_S_B(word) global() argument
58 FIELD_S_C(word) global() argument
59 FIELD_S_H(word) global() argument
60 FIELD_S_u5(word) global() argument
61 FIELD_S_u6(word) global() argument
62 FIELD_S_u7(word) global() argument
63 FIELD_S_u10(word) global() argument
64 FIELD_S_s7(word) global() argument
65 FIELD_S_s8(word) global() argument
66 FIELD_S_s9(word) global() argument
67 FIELD_S_s10(word) global() argument
68 FIELD_S_s11(word) global() argument
69 FIELD_S_s13(word) global() argument
100 uint16_t word = *((uint16_t *)addr); is_short_instr() local
[all...]
/linux/arch/sh/drivers/pci/
H A Dpci-sh7751.c22 unsigned long word; in __area_sdram_check() local
24 word = __raw_readl(SH7751_BCR1); in __area_sdram_check()
26 if (((word >> area) & 1) == 0) { in __area_sdram_check()
28 area, word); in __area_sdram_check()
31 pci_write_reg(chan, word, SH4_PCIBCR1); in __area_sdram_check()
33 word = __raw_readw(SH7751_BCR2); in __area_sdram_check()
35 if (((word >> (area << 1)) & 0x3) != 0x3) { in __area_sdram_check()
37 area, word); in __area_sdram_check()
40 pci_write_reg(chan, word, SH4_PCIBCR2); in __area_sdram_check()
79 u32 word, re in sh7751_pci_init() local
[all...]
/linux/arch/alpha/lib/
H A Dcsum_partial_copy.c91 unsigned long word; in csum_partial_cfu_aligned() local
92 if (__get_word(ldq, word, src)) in csum_partial_cfu_aligned()
96 checksum += word; in csum_partial_cfu_aligned()
98 carry = checksum < word; in csum_partial_cfu_aligned()
99 *dst = word; in csum_partial_cfu_aligned()
105 unsigned long word, tmp; in csum_partial_cfu_aligned() local
106 if (__get_word(ldq, word, src)) in csum_partial_cfu_aligned()
109 mskql(word, len, word); in csum_partial_cfu_aligned()
110 checksum += word; in csum_partial_cfu_aligned()
130 unsigned long word, carry; csum_partial_cfu_dest_aligned() local
186 unsigned long word; csum_partial_cfu_src_aligned() local
252 unsigned long second, word; csum_partial_cfu_unaligned() local
274 unsigned long second, word; csum_partial_cfu_unaligned() local
296 unsigned long second, word; csum_partial_cfu_unaligned() local
[all...]
H A Dstxncpy.S22 * t0 = last word written
26 * a0 = unaligned address of the last *word* written
51 t0 == the first destination word for masking back in
52 t1 == the first source word. */
54 /* Create the 1st output word and detect 0's in the 1st input word. */
56 mskqh t2, a1, t2 # e0 : detection in the src word
59 mskql t0, a1, t0 # e0 : assemble the first output word
66 t0 == a source word not containing a null. */
78 /* Take care of the final (partial) word stor
[all...]
H A Dev6-stxncpy.S22 * t0 = last word written
26 * a0 = unaligned address of the last *word* written
62 t0 == the first destination word for masking back in
63 t1 == the first source word. */
65 /* Create the 1st output word and detect 0's in the 1st input word. */
67 mskqh t2, a1, t2 # U : detection in the src word (stall)
71 mskql t0, a1, t0 # U : assemble the first output word
82 t0 == a source word not containing a null. */
105 /* Take care of the final (partial) word stor
[all...]
H A Dstxcpy.S19 * a0 = unaligned address of the last *word* written
43 t0 == the first destination word for masking back in
44 t1 == the first source word. */
46 /* Create the 1st output word and detect 0's in the 1st input word. */
48 mskqh t2, a1, t2 # e0 : detection in the src word
51 mskql t0, a1, t0 # e0 : assemble the first output word
57 t0 == the first destination word for masking back in
58 t1 == a source word not containing a null. */
68 /* Take care of the final (partial) word stor
[all...]
H A Dev6-stxcpy.S19 * a0 = unaligned address of the last *word* written
54 t0 == the first destination word for masking back in
55 t1 == the first source word. */
57 /* Create the 1st output word and detect 0's in the 1st input word. */
59 mskqh t2, a1, t2 # U : detection in the src word (stall)
63 mskql t0, a1, t0 # U : assemble the first output word
69 t0 == the first destination word for masking back in
70 t1 == a source word not containing a null. */
84 /* Take care of the final (partial) word stor
[all...]
/linux/arch/sparc/include/asm/
H A Dopcodes.h19 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c));
22 .word 0x81b02800;
24 .word 0x81b02820;
26 .word 0x81b02840;
28 .word 0x81b02860;
31 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d));
33 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d));
35 .word (F3F(2, 0x19, 2)|RS1(a)|RS2(b)|RS3(c)|RD(d));
37 .word (F3F(2, 0x19, 3)|RS1(a)|RS2(b)|RS3(c)|RD(d));
39 .word (F3
[all...]
/linux/arch/s390/include/asm/
H A Dbitops.h9 * Within a word, bits are numbered LSB first. Lot's of places make
11 * This can cause confusion for large (> 1 word) bitmaps on a
13 * bit depends on the word size.
127 * @word - The word to search
133 static inline unsigned char __flogr(unsigned long word) in __flogr() argument
135 if (__builtin_constant_p(word)) { in __flogr()
138 if (!word) in __flogr()
140 if (!(word & 0xffffffff00000000UL)) { in __flogr()
141 word << in __flogr()
182 __ffs(unsigned long word) __ffs() argument
194 ffs(int word) ffs() argument
208 __fls(unsigned long word) __fls() argument
224 fls64(unsigned long word) fls64() argument
238 fls(unsigned int word) fls() argument
[all...]
/linux/drivers/spi/
H A Dspi-bitbang-txrx.h4 * simple SPI master driver. Two do polled word-at-a-time I/O:
7 * expanding the per-word routines from the inline templates below.
51 u32 word, u8 bits) in bitbang_txrx_be_cpha0() argument
55 u32 oldbit = (!(word & (1<<(bits-1)))) << 31; in bitbang_txrx_be_cpha0()
57 for (word <<= (32 - bits); likely(bits); bits--) { in bitbang_txrx_be_cpha0()
61 if ((word & (1 << 31)) != oldbit) { in bitbang_txrx_be_cpha0()
62 setmosi(spi, word & (1 << 31)); in bitbang_txrx_be_cpha0()
63 oldbit = word & (1 << 31); in bitbang_txrx_be_cpha0()
72 word <<= 1; in bitbang_txrx_be_cpha0()
74 word | in bitbang_txrx_be_cpha0()
83 bitbang_txrx_be_cpha1(struct spi_device * spi,unsigned nsecs,unsigned cpol,unsigned flags,u32 word,u8 bits) bitbang_txrx_be_cpha1() argument
115 bitbang_txrx_le_cpha0(struct spi_device * spi,unsigned int nsecs,unsigned int cpol,unsigned int flags,u32 word,u8 bits) bitbang_txrx_le_cpha0() argument
148 bitbang_txrx_le_cpha1(struct spi_device * spi,unsigned int nsecs,unsigned int cpol,unsigned int flags,u32 word,u8 bits) bitbang_txrx_le_cpha1() argument
[all...]
/linux/include/asm-generic/bitops/
H A D__ffs.h8 * generic___ffs - find first bit in word.
9 * @word: The word to search
13 static __always_inline unsigned int generic___ffs(unsigned long word) in generic___ffs() argument
18 if ((word & 0xffffffff) == 0) { in generic___ffs()
20 word >>= 32; in generic___ffs()
23 if ((word & 0xffff) == 0) { in generic___ffs()
25 word >>= 16; in generic___ffs()
27 if ((word & 0xff) == 0) { in generic___ffs()
29 word >> in generic___ffs()
45 __ffs(word) global() argument
[all...]
H A D__fls.h8 * generic___fls - find last (most-significant) set bit in a long word
9 * @word: the word to search
13 static __always_inline unsigned int generic___fls(unsigned long word) in generic___fls() argument
18 if (!(word & (~0ul << 32))) { in generic___fls()
20 word <<= 32; in generic___fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in generic___fls()
25 word <<= 16; in generic___fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in generic___fls()
29 word << in generic___fls()
45 __fls(word) global() argument
[all...]
/linux/include/linux/
H A Dbitops.h101 * @word: value to rotate
104 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() argument
106 return (word << (shift & 63)) | (word >> ((-shift) & 63)); in rol64()
111 * @word: value to rotate
114 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64() argument
116 return (word >> (shift & 63)) | (word << ((-shift) & 63)); in ror64()
121 * @word: value to rotate
124 static inline __u32 rol32(__u32 word, unsigne argument
134 ror32(__u32 word,unsigned int shift) ror32() argument
144 rol16(__u16 word,unsigned int shift) rol16() argument
154 ror16(__u16 word,unsigned int shift) ror16() argument
164 rol8(__u8 word,unsigned int shift) rol8() argument
174 ror8(__u8 word,unsigned int shift) ror8() argument
270 __ffs64(u64 word) __ffs64() argument
286 fns(unsigned long word,unsigned int n) fns() argument
[all...]
/linux/arch/sparc/kernel/
H A Duna_asm_32.S62 .word 4b, retl_efault
63 .word 5b, retl_efault
64 .word 6b, retl_efault
65 .word 7b, retl_efault
66 .word 8b, retl_efault
67 .word 9b, retl_efault
68 .word 10b, retl_efault
69 .word 11b, retl_efault
70 .word 12b, retl_efault
71 .word 1
[all...]
H A Duna_asm_64.S52 .word 4b, __retl_efault
53 .word 5b, __retl_efault
54 .word 6b, __retl_efault
55 .word 7b, __retl_efault
56 .word 8b, __retl_efault
57 .word 9b, __retl_efault
58 .word 10b, __retl_efault
59 .word 11b, __retl_efault
60 .word 12b, __retl_efault
61 .word 1
[all...]
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni-cmd.h145 /* response word 0 */
148 /* response word 1 */
150 /* response word 2 */
199 /* response word 0 */
205 /* response word 1 */
212 /* response word 2 */
246 /* response word 0 */
251 /* response word 1 */
259 /* cmd word 0 */
266 /* cmd word
[all...]
/linux/drivers/gpu/drm/radeon/
H A Dradeon_acpi.h71 * WORD - structure size in bytes (includes size field)
72 * WORD - version
102 * WORD - structure size in bytes (includes size field)
108 * WORD - structure size in bytes (includes size field)
126 * WORD - structure size in bytes (includes size field)
162 * WORD - structure size in bytes (includes size field)
163 * WORD - selected displays
164 * WORD - connected displays
166 * WORD - structure size in bytes (includes size field)
167 * WORD
[all...]
/linux/tools/include/asm-generic/bitops/
H A D__ffs.h9 * __ffs - find first bit in word.
10 * @word: The word to search
14 static __always_inline unsigned int __ffs(unsigned long word) in __ffs() argument
19 if ((word & 0xffffffff) == 0) { in __ffs()
21 word >>= 32; in __ffs()
24 if ((word & 0xffff) == 0) { in __ffs()
26 word >>= 16; in __ffs()
28 if ((word & 0xff) == 0) { in __ffs()
30 word >> in __ffs()
[all...]
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_regs.h97 #define GPU_SHADER_PRESENT_LO 0x100 /* (RO) Shader core present bitmap, low word */
98 #define GPU_SHADER_PRESENT_HI 0x104 /* (RO) Shader core present bitmap, high word */
99 #define GPU_TILER_PRESENT_LO 0x110 /* (RO) Tiler core present bitmap, low word */
100 #define GPU_TILER_PRESENT_HI 0x114 /* (RO) Tiler core present bitmap, high word */
102 #define GPU_L2_PRESENT_LO 0x120 /* (RO) Level 2 cache present bitmap, low word */
103 #define GPU_L2_PRESENT_HI 0x124 /* (RO) Level 2 cache present bitmap, high word */
109 #define GPU_STACK_PRESENT_LO 0xE00 /* (RO) Core stack present bitmap, low word */
110 #define GPU_STACK_PRESENT_HI 0xE04 /* (RO) Core stack present bitmap, high word */
112 #define SHADER_READY_LO 0x140 /* (RO) Shader core ready bitmap, low word */
113 #define SHADER_READY_HI 0x144 /* (RO) Shader core ready bitmap, high word */
[all...]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dvega10_sdma_pkt_open.h85 /*define for HEADER word*/
116 /*define for COUNT word*/
123 /*define for PARAMETER word*/
136 /*define for SRC_ADDR_LO word*/
143 /*define for SRC_ADDR_HI word*/
150 /*define for DST_ADDR_LO word*/
157 /*define for DST_ADDR_HI word*/
169 /*define for HEADER word*/
194 /*define for COUNT word*/
201 /*define for PARAMETER word*/
[all...]
H A Dtonga_sdma_pkt_open.h69 /*define for HEADER word*/
88 /*define for COUNT word*/
95 /*define for PARAMETER word*/
120 /*define for SRC_ADDR_LO word*/
127 /*define for SRC_ADDR_HI word*/
134 /*define for DST_ADDR_LO word*/
141 /*define for DST_ADDR_HI word*/
153 /*define for HEADER word*/
172 /*define for COUNT word*/
179 /*define for PARAMETER word*/
[all...]
H A Dsdma_v6_0_0_pkt_open.h106 /*define for HEADER word*/
149 /*define for COUNT word*/
156 /*define for PARAMETER word*/
181 /*define for SRC_ADDR_LO word*/
188 /*define for SRC_ADDR_HI word*/
195 /*define for DST_ADDR_LO word*/
202 /*define for DST_ADDR_HI word*/
214 /*define for HEADER word*/
227 /*define for COUNT word*/
234 /*define for PARAMETER word*/
[all...]
/linux/drivers/gpu/drm/tegra/
H A Dfirewall.c17 static int fw_next(struct tegra_drm_firewall *fw, u32 *word) in fw_next() argument
22 *word = fw->data[fw->pos++]; in fw_next()
44 u32 word; in fw_check_reg() local
47 err = fw_next(fw, &word); in fw_check_reg()
60 if (!fw_check_addr_valid(fw, word)) in fw_check_reg()
161 u32 word, opcode, offset, count, mask, class; in tegra_drm_fw_validate() local
163 err = fw_next(&fw, &word); in tegra_drm_fw_validate()
167 opcode = (word & 0xf0000000) >> 28; in tegra_drm_fw_validate()
171 offset = word >> 16 & 0xfff; in tegra_drm_fw_validate()
172 mask = word in tegra_drm_fw_validate()
[all...]
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c271 int bit; /* bit number in the word */ in xfs_rtfind_back()
274 xfs_rtxnum_t firstbit; /* first useful bit in the word */ in xfs_rtfind_back()
281 unsigned int word; /* word number in the buffer */ in xfs_rtfind_back() local
292 * Get the first word's index & point to it. in xfs_rtfind_back()
294 word = xfs_rtx_to_rbmword(mp, start); in xfs_rtfind_back()
301 incore = xfs_rtbitmap_getword(args, word); in xfs_rtfind_back()
304 * If the starting position is not word-aligned, deal with the in xfs_rtfind_back()
305 * partial word. in xfs_rtfind_back()
310 * and mask for all the relevant bits in this word in xfs_rtfind_back()
435 unsigned int word; /* word number in the buffer */ xfs_rtfind_forw() local
674 unsigned int word; /* word number in the buffer */ xfs_rtmodify_range() local
888 unsigned int word; /* word number in the buffer */ xfs_rtcheck_range() local
[all...]

12345678910>>...110