Home
last modified time | relevance | path

Searched refs:words (Results 1 – 200 of 299) sorted by relevance

12

/linux-4.1.27/arch/arc/kernel/
Ddisasm.c59 state->words[0] = (word1 << 16) | word0; in disasm_instr()
62 state->words[0] = word1; in disasm_instr()
68 state->words[1] = (word1 << 16) | word0; in disasm_instr()
75 fieldA = (IS_BIT(state->words[0], 16)) ? in disasm_instr()
76 FIELD_s25(state->words[0]) : in disasm_instr()
77 FIELD_s21(state->words[0]); in disasm_instr()
79 state->delay_slot = IS_BIT(state->words[0], 5); in disasm_instr()
85 if (IS_BIT(state->words[0], 16)) { in disasm_instr()
88 fieldA = (IS_BIT(state->words[0], 17)) ? in disasm_instr()
89 (FIELD_s25(state->words[0]) & ~0x3) : in disasm_instr()
[all …]
Dunaligned.c262 state.words[0], address); in misaligned_fixup()
/linux-4.1.27/scripts/
Ddecode_stacktrace.sh80 local words
83 read -a words <<<"$1"
94 if [[ ${words[$i]} =~ \[\<([^]]+)\>\] ]]; then
95 unset words[$i]
99 if [[ ${words[$i]} == \[ && ${words[$i+1]} == *\] ]]; then
100 unset words[$i]
101 words[$i+1]=$(printf "[%13s\n" "${words[$i+1]}")
106 symbol=${words[$last]}
107 unset words[$last]
Dmkmakefile30 lastword = \$(word \$(words \$(1)),\$(1))
DMakefile.headersinst78 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\
92 quiet_cmd_check = CHECK $(printdir) ($(words $(all-files)) files)
DMakefile.modpost85 quiet_cmd_modpost = MODPOST $(words $(filter-out vmlinux FORCE, $^)) modules
DMakefile.lib101 modname_flags = $(if $(filter 1,$(words $(modname))),\
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_labels.h13 u8 words; member
31 u8 words; in nf_ct_labels_ext_add() local
33 words = ACCESS_ONCE(net->ct.label_words); in nf_ct_labels_ext_add()
34 if (words == 0) in nf_ct_labels_ext_add()
38 words * sizeof(long), GFP_ATOMIC); in nf_ct_labels_ext_add()
40 cl_ext->words = words; in nf_ct_labels_ext_add()
52 const u32 *data, const u32 *mask, unsigned int words);
/linux-4.1.27/fs/ocfs2/cluster/
Dmasklog.h127 unsigned long words[MLOG_MAX_BITS / BITS_PER_LONG]; member
135 ( (u32)(mask & 0xffffffff) & bits.words[0] || \
136 ((u64)(mask) >> 32) & bits.words[1] )
138 bits.words[0] |= (u32)(mask & 0xffffffff); \
139 bits.words[1] |= (u64)(mask) >> 32; \
142 bits.words[0] &= ~((u32)(mask & 0xffffffff)); \
143 bits.words[1] &= ~((u64)(mask) >> 32); \
154 #define __mlog_test_u64(mask, bits) ((mask) & bits.words[0])
156 bits.words[0] |= (mask); \
159 bits.words[0] &= ~(mask); \
/linux-4.1.27/drivers/spi/
Dspi-sh-msiof.c359 u32 bits, u32 words) in sh_msiof_spi_set_mode_regs() argument
361 u32 dr2 = MDR2_BITLEN1(bits) | MDR2_WDLEN1(words); in sh_msiof_spi_set_mode_regs()
378 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8() argument
383 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_8()
388 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16() argument
393 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_16()
398 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u() argument
403 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_16u()
408 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32() argument
413 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_32()
[all …]
/linux-4.1.27/tools/perf/
Dperf-completion.sh76 words)
77 words=("${words_[@]}")
131 if [[ ${words[i]} == $1 ]]; then
135 if [[ ${words[i]} == $cmd_ ]]; then
136 prev_skip_opts=${words[i]}
148 cmd=${words[0]}
233 cur=${words[CURRENT]}
234 prev=${words[CURRENT-1]}
248 local cur words cword prev
250 _get_comp_words_by_ref -n =: cur words cword prev
[all …]
/linux-4.1.27/drivers/video/fbdev/
Dc2p_iplan2.c90 u32 words[4]; in c2p_iplan2() member
112 c2p_16x8(d.words); in c2p_iplan2()
113 store_iplan2_masked(p, bpp, d.words, first); in c2p_iplan2()
124 c2p_16x8(d.words); in c2p_iplan2()
125 store_iplan2_masked(p, bpp, d.words, first); in c2p_iplan2()
133 c2p_16x8(d.words); in c2p_iplan2()
134 store_iplan2(p, bpp, d.words); in c2p_iplan2()
143 c2p_16x8(d.words); in c2p_iplan2()
144 store_iplan2_masked(p, bpp, d.words, last); in c2p_iplan2()
Dc2p_planar.c92 u32 words[8]; in c2p_planar() member
112 c2p_32x8(d.words); in c2p_planar()
113 store_planar_masked(p, dst_nextplane, bpp, d.words, in c2p_planar()
125 c2p_32x8(d.words); in c2p_planar()
127 d.words, first); in c2p_planar()
135 c2p_32x8(d.words); in c2p_planar()
136 store_planar(p, dst_nextplane, bpp, d.words); in c2p_planar()
145 c2p_32x8(d.words); in c2p_planar()
147 d.words, last); in c2p_planar()
Dpxa3xx-gcu.c394 int words = count / 4; in pxa3xx_gcu_write() local
399 priv->shared->num_words += words; in pxa3xx_gcu_write()
402 if (words >= PXA3XX_GCU_BATCH_WORDS) in pxa3xx_gcu_write()
422 ret = copy_from_user(buffer->ptr, buff, words * 4); in pxa3xx_gcu_write()
431 buffer->length = words; in pxa3xx_gcu_write()
434 buffer->ptr[words] = 0x01000000; in pxa3xx_gcu_write()
457 return words * 4; in pxa3xx_gcu_write()
Dau1100fb.c141 u32 words; in au1100fb_setmode() local
212 words = info->fix.line_length / sizeof(u32); in au1100fb_setmode()
214 words *= info->var.yres_virtual; in au1100fb_setmode()
216 words -= (words % 8); /* should be divisable by 8 */ in au1100fb_setmode()
219 fbdev->regs->lcd_words = LCD_WRD_WRDS_N(words); in au1100fb_setmode()
Damifb.c1849 short height, width, bits, words; in ami_get_var_cursorinfo() local
1869 bits = 0; words = delta; datawords = 0; in ami_get_var_cursorinfo()
1872 bits = 16; --words; in ami_get_var_cursorinfo()
1894 --words; ++lspr; in ami_get_var_cursorinfo()
1896 while (--words >= 0) in ami_get_var_cursorinfo()
1924 short height, width, bits, words; in ami_set_var_cursorinfo() local
1958 bits = 16; words = delta; datawords = 0; in ami_set_var_cursorinfo()
1975 bits = 16; --words; in ami_set_var_cursorinfo()
1986 --words; in ami_set_var_cursorinfo()
1997 while (--words >= 0) { in ami_set_var_cursorinfo()
/linux-4.1.27/drivers/ide/
Dide-io-std.c170 unsigned int words = (len + 1) >> 1; in ide_input_data() local
182 words >>= 1; in ide_input_data()
184 __ide_mm_insl((void __iomem *)data_addr, buf, words); in ide_input_data()
186 insl(data_addr, buf, words); in ide_input_data()
195 words = 1; in ide_input_data()
199 __ide_mm_insw((void __iomem *)data_addr, buf, words); in ide_input_data()
201 insw(data_addr, buf, words); in ide_input_data()
214 unsigned int words = (len + 1) >> 1; in ide_output_data() local
226 words >>= 1; in ide_output_data()
228 __ide_mm_outsl((void __iomem *)data_addr, buf, words); in ide_output_data()
[all …]
/linux-4.1.27/drivers/atm/
Deni.c190 eni_dev->tx[i].send,eni_dev->tx[i].words*4); in dump()
196 ENI_VCC(eni_dev->rx_map[i])->words*4); in dump()
327 eni_vcc->rxing,eni_vcc->words); in rx_ident_err()
372 here = (eni_vcc->descr+skip) & (eni_vcc->words-1); in do_rx_dma()
377 here = (eni_vcc->descr+size+skip) & (eni_vcc->words-1); in do_rx_dma()
380 unsigned long words; in do_rx_dma() local
387 words = eff; in do_rx_dma()
392 if (init > words) init = words; in do_rx_dma()
397 words -= init; in do_rx_dma()
400 if (words & ~15) { in do_rx_dma()
[all …]
Deni.h45 unsigned long words; /* size of TX queue */ member
55 unsigned long words; /* its size in words */ member
DKconfig68 multiple words of data per PCI bus access cycle. Such a multi-word
91 Burst sixteen words at once in the send direction. This may work
98 Burst eight words at once in the send direction. This is the default
105 Burst four words at once in the send direction. You may want to try
113 Burst two words at once in the send direction. You may want to try
121 Burst sixteen words at once in the receive direction. This may work
128 Burst eight words at once in the receive direction. This may work
136 Burst four words at once in the receive direction. This is the
144 Burst two words at once in the receive direction. You may want to
/linux-4.1.27/drivers/gpu/host1x/
Djob.c101 u32 words, u32 offset) in host1x_job_add_gather() argument
105 cur_gather->words = words; in host1x_job_add_gather()
291 u32 words; member
321 if (fw->words == 0) in check_mask()
329 fw->words--; in check_mask()
346 if (fw->words == 0) in check_incr()
354 fw->words--; in check_incr()
368 if (fw->words == 0) in check_nonincr()
375 fw->words--; in check_nonincr()
392 fw->words = g->words; in validate()
[all …]
Djob.h23 u32 words; member
33 u32 words; member
/linux-4.1.27/include/trace/events/
Dhost1x.h85 u32 words, u32 offset, void *cmdbuf),
87 TP_ARGS(name, bo, words, offset, cmdbuf),
92 __field(u32, words)
95 __dynamic_array(u32, cmdbuf, words)
101 words * sizeof(u32));
106 __entry->words = words;
112 __entry->words, __entry->offset,
114 __entry->cmdbuf ? __entry->words * 4 : 0))
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dm_can.txt35 11-bit Filter 0-128 elements / 0-128 words
36 29-bit Filter 0-64 elements / 0-128 words
37 Rx FIFO 0 0-64 elements / 0-1152 words
38 Rx FIFO 1 0-64 elements / 0-1152 words
39 Rx Buffers 0-64 elements / 0-1152 words
40 Tx Event FIFO 0-32 elements / 0-64 words
41 Tx Buffers 0-32 elements / 0-576 words
/linux-4.1.27/lib/
Ddynamic_debug.c213 static int ddebug_tokenize(char *buf, char *words[], int maxwords) in ddebug_tokenize() argument
249 words[nwords++] = buf; in ddebug_tokenize()
257 pr_cont(" \"%s\"", words[i]); in ddebug_tokenize()
311 static int ddebug_parse_query(char *words[], int nwords, in ddebug_parse_query() argument
329 if (!strcmp(words[i], "func")) { in ddebug_parse_query()
330 rc = check_set(&query->function, words[i+1], "func"); in ddebug_parse_query()
331 } else if (!strcmp(words[i], "file")) { in ddebug_parse_query()
332 rc = check_set(&query->filename, words[i+1], "file"); in ddebug_parse_query()
333 } else if (!strcmp(words[i], "module")) { in ddebug_parse_query()
334 rc = check_set(&query->module, words[i+1], "module"); in ddebug_parse_query()
[all …]
Dstring.c811 unsigned int words, prefix; in memchr_inv() local
840 words = bytes / 8; in memchr_inv()
842 while (words) { in memchr_inv()
846 words--; in memchr_inv()
Dtest_kasan.c124 u64 words[2]; in kmalloc_oob_16() member
Dbch.c1252 unsigned int i, words; in init_bch() local
1297 words = DIV_ROUND_UP(m*t, 32); in init_bch()
1301 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err); in init_bch()
1302 bch->ecc_buf = bch_alloc(words*sizeof(*bch->ecc_buf), &err); in init_bch()
1303 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in init_bch()
/linux-4.1.27/drivers/bcma/
Dsprom.c76 size_t words) in bcma_sprom_read() argument
79 for (i = 0; i < words; i++) in bcma_sprom_read()
127 static u8 bcma_sprom_crc(const u16 *sprom, size_t words) in bcma_sprom_crc() argument
132 for (word = 0; word < words - 1; word++) { in bcma_sprom_crc()
136 crc = bcma_crc8(crc, sprom[words - 1] & 0x00FF); in bcma_sprom_crc()
142 static int bcma_sprom_check_crc(const u16 *sprom, size_t words) in bcma_sprom_check_crc() argument
148 crc = bcma_sprom_crc(sprom, words); in bcma_sprom_check_crc()
149 tmp = sprom[words - 1] & SSB_SPROM_REVISION_CRC; in bcma_sprom_check_crc()
158 size_t words) in bcma_sprom_valid() argument
163 err = bcma_sprom_check_crc(sprom, words); in bcma_sprom_valid()
[all …]
/linux-4.1.27/net/netfilter/
Dxt_connlabel.c45 size_t words; in connlabel_mt_check() local
63 words = BITS_TO_LONGS(info->bit+1); in connlabel_mt_check()
64 if (words > par->net->ct.label_words) in connlabel_mt_check()
65 par->net->ct.label_words = words; in connlabel_mt_check()
Dnf_conntrack_labels.c19 unsigned int longs = l->words; in label_bits()
74 size = labels->words * sizeof(long); in nf_connlabels_replace()
Dnft_ct.c110 size = labels->words * sizeof(long); in nft_ct_get_eval()
/linux-4.1.27/arch/metag/lib/
Dcmpdi2.S17 ! high words differ?
21 ! unsigned compare low words
28 ! signed compare high words
Ducmpdi2.S17 ! high words
19 ! or if equal, low words
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_nvm.c324 s32 igb_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in igb_read_nvm_spi() argument
335 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in igb_read_nvm_spi()
336 (words == 0)) { in igb_read_nvm_spi()
363 for (i = 0; i < words; i++) { in igb_read_nvm_spi()
384 s32 igb_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in igb_read_nvm_eerd() argument
393 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in igb_read_nvm_eerd()
394 (words == 0)) { in igb_read_nvm_eerd()
400 for (i = 0; i < words; i++) { in igb_read_nvm_eerd()
429 s32 igb_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in igb_write_nvm_spi() argument
438 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in igb_write_nvm_spi()
[all …]
De1000_nvm.h33 s32 igb_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
34 s32 igb_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
35 s32 igb_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
De1000_i210.c207 static s32 igb_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words, in igb_read_nvm_srrd_i210() argument
217 for (i = 0; i < words; i += E1000_EERD_EEWR_MAX_COUNT) { in igb_read_nvm_srrd_i210()
218 count = (words - i) / E1000_EERD_EEWR_MAX_COUNT > 0 ? in igb_read_nvm_srrd_i210()
219 E1000_EERD_EEWR_MAX_COUNT : (words - i); in igb_read_nvm_srrd_i210()
247 static s32 igb_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words, in igb_write_nvm_srwr() argument
258 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in igb_write_nvm_srwr()
259 (words == 0)) { in igb_write_nvm_srwr()
265 for (i = 0; i < words; i++) { in igb_write_nvm_srwr()
307 static s32 igb_write_nvm_srwr_i210(struct e1000_hw *hw, u16 offset, u16 words, in igb_write_nvm_srwr_i210() argument
317 for (i = 0; i < words; i += E1000_EERD_EEWR_MAX_COUNT) { in igb_write_nvm_srwr_i210()
[all …]
/linux-4.1.27/drivers/platform/chrome/
Dcros_ec_sysfs.c60 } words[] = { in store_ec_reboot() local
85 for (i = 0; i < ARRAY_SIZE(words); i++) { in store_ec_reboot()
86 if (!strncasecmp(words[i].str, buf+offset, in store_ec_reboot()
87 strlen(words[i].str))) { in store_ec_reboot()
88 if (words[i].flags) { in store_ec_reboot()
89 param->flags |= words[i].flags; in store_ec_reboot()
91 param->cmd = words[i].cmd; in store_ec_reboot()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_nvm.c240 u16 *words, u16 *data) in i40e_read_nvm_buffer_srctl() argument
246 for (word = 0; word < *words; word++) { in i40e_read_nvm_buffer_srctl()
254 *words = word; in i40e_read_nvm_buffer_srctl()
271 u16 *words, u16 *data) in i40e_read_nvm_buffer() argument
273 return i40e_read_nvm_buffer_srctl(hw, offset, words, data); in i40e_read_nvm_buffer()
288 u32 offset, u16 words, void *data, in i40e_write_nvm_aq() argument
298 if ((offset + words) > hw->nvm.sr_size) in i40e_write_nvm_aq()
301 (offset + words), hw->nvm.sr_size); in i40e_write_nvm_aq()
302 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_write_nvm_aq()
306 words, I40E_SR_SECTOR_SIZE_IN_WORDS); in i40e_write_nvm_aq()
[all …]
Di40e_prototype.h272 u16 *words, u16 *data);
/linux-4.1.27/drivers/ata/
Dpata_ixp4xx_cf.c47 unsigned int words = buflen >> 1; in ixp4xx_mmio_data_xfer() local
61 for (i = 0; i < words; i++) in ixp4xx_mmio_data_xfer()
64 for (i = 0; i < words; i++) in ixp4xx_mmio_data_xfer()
79 words++; in ixp4xx_mmio_data_xfer()
85 return words << 1; in ixp4xx_mmio_data_xfer()
Dpata_octeon_cf.c309 unsigned long words; in octeon_cf_data_xfer8() local
312 words = buflen; in octeon_cf_data_xfer8()
315 while (words--) { in octeon_cf_data_xfer8()
328 ioread8_rep(data_addr, buffer, words); in octeon_cf_data_xfer8()
348 unsigned long words; in octeon_cf_data_xfer16() local
351 words = buflen / 2; in octeon_cf_data_xfer16()
354 while (words--) { in octeon_cf_data_xfer16()
367 while (words--) { in octeon_cf_data_xfer16()
383 words++; in octeon_cf_data_xfer16()
Dpata_samsung_cf.c272 unsigned int words = buflen >> 1, i; in pata_s3c_data_xfer() local
277 for (i = 0; i < words; i++, data_ptr++) { in pata_s3c_data_xfer()
285 for (i = 0; i < words; i++, data_ptr++) { in pata_s3c_data_xfer()
293 return words << 1; in pata_s3c_data_xfer()
Dsata_rcar.c456 unsigned int words = buflen >> 1; in sata_rcar_data_xfer() local
460 sata_rcar_ioread16_rep(data_addr, buf, words); in sata_rcar_data_xfer()
462 sata_rcar_iowrite16_rep(data_addr, buf, words); in sata_rcar_data_xfer()
482 words++; in sata_rcar_data_xfer()
485 return words << 1; in sata_rcar_data_xfer()
Dpata_ep93xx.c484 unsigned int words = buflen >> 1; in ep93xx_pata_data_xfer() local
487 while (words--) in ep93xx_pata_data_xfer()
512 words++; in ep93xx_pata_data_xfer()
515 return words << 1; in ep93xx_pata_data_xfer()
Dpata_bf54x.c1159 unsigned int words = buflen >> 1; in bfin_data_xfer() local
1164 read_atapi_data(base, words, buf16); in bfin_data_xfer()
1166 write_atapi_data(base, words, buf16); in bfin_data_xfer()
1180 words++; in bfin_data_xfer()
1183 return words << 1; in bfin_data_xfer()
Dlibata-sff.c563 unsigned int words = buflen >> 1; in ata_sff_data_xfer() local
567 ioread16_rep(data_addr, buf, words); in ata_sff_data_xfer()
569 iowrite16_rep(data_addr, buf, words); in ata_sff_data_xfer()
589 words++; in ata_sff_data_xfer()
592 return words << 1; in ata_sff_data_xfer()
618 unsigned int words = buflen >> 2; in ata_sff_data_xfer32() local
626 ioread32_rep(data_addr, buf, words); in ata_sff_data_xfer32()
628 iowrite32_rep(data_addr, buf, words); in ata_sff_data_xfer32()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnvm.c309 s32 e1000e_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000e_read_nvm_eerd() argument
318 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in e1000e_read_nvm_eerd()
319 (words == 0)) { in e1000e_read_nvm_eerd()
324 for (i = 0; i < words; i++) { in e1000e_read_nvm_eerd()
353 s32 e1000e_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000e_write_nvm_spi() argument
362 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in e1000e_write_nvm_spi()
363 (words == 0)) { in e1000e_write_nvm_spi()
368 while (widx < words) { in e1000e_write_nvm_spi()
401 while (widx < words) { in e1000e_write_nvm_spi()
Dnvm.h31 s32 e1000e_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
34 s32 e1000e_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
De1000.h558 static inline s32 e1000_read_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm() argument
561 return hw->nvm.ops.read(hw, offset, words, data); in e1000_read_nvm()
564 static inline s32 e1000_write_nvm(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm() argument
567 return hw->nvm.ops.write(hw, offset, words, data); in e1000_write_nvm()
D82571.c45 u16 words, u16 *data);
711 static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_82571() argument
720 ret_val = e1000_write_nvm_eewr_82571(hw, offset, words, data); in e1000_write_nvm_82571()
724 ret_val = e1000e_write_nvm_spi(hw, offset, words, data); in e1000_write_nvm_82571()
824 u16 words, u16 *data) in e1000_write_nvm_eewr_82571() argument
833 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in e1000_write_nvm_eewr_82571()
834 (words == 0)) { in e1000_write_nvm_eewr_82571()
839 for (i = 0; i < words; i++) { in e1000_write_nvm_eewr_82571()
Dich8lan.c3103 static s32 e1000_read_nvm_spt(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm_spt() argument
3115 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) || in e1000_read_nvm_spt()
3116 (words == 0)) { in e1000_read_nvm_spt()
3135 for (i = 0; i < words; i += 2) { in e1000_read_nvm_spt()
3136 if (words - i == 1) { in e1000_read_nvm_spt()
3196 static s32 e1000_read_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words, in e1000_read_nvm_ich8lan() argument
3206 if ((offset >= nvm->word_size) || (words > nvm->word_size - offset) || in e1000_read_nvm_ich8lan()
3207 (words == 0)) { in e1000_read_nvm_ich8lan()
3225 for (i = 0; i < words; i++) { in e1000_read_nvm_ich8lan()
3591 static s32 e1000_write_nvm_ich8lan(struct e1000_hw *hw, u16 offset, u16 words, in e1000_write_nvm_ich8lan() argument
[all …]
D80003es2lan.c498 u16 words, u16 *data) in e1000_write_nvm_80003es2lan() argument
500 return e1000e_write_nvm_spi(hw, offset, words, data); in e1000_write_nvm_80003es2lan()
/linux-4.1.27/crypto/
Dmd5.c28 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() argument
30 while (words--) { in le32_to_cpu_array()
36 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() argument
38 while (words--) { in cpu_to_le32_array()
Dmd4.c68 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() argument
70 while (words--) { in le32_to_cpu_array()
76 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array() argument
78 while (words--) { in cpu_to_le32_array()
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp.h132 unsigned int words; in netcp_push_psdata() local
136 words = bytes >> 2; in netcp_push_psdata()
138 if ((p_info->psdata_len + words) > NETCP_PSDATA_LEN) in netcp_push_psdata()
141 p_info->psdata_len += words; in netcp_push_psdata()
Dnetcp_core.c130 static void get_words(u32 *words, int num_words, u32 *desc) in get_words() argument
135 words[i] = desc[i]; in get_words()
166 static void set_words(u32 *words, int num_words, u32 *desc) in set_words() argument
171 desc[i] = words[i]; in set_words()
/linux-4.1.27/drivers/gpu/host1x/hw/
Dchannel_hw.c33 u32 offset, u32 words) in trace_write_gather() argument
47 for (i = 0; i < words; i += TRACE_MAX_LENGTH) { in trace_write_gather()
48 u32 num_words = min(words - i, TRACE_MAX_LENGTH); in trace_write_gather()
67 u32 op1 = host1x_opcode_gather(g->words); in submit_gathers()
Ddebug_hw.c109 unsigned int words, struct host1x_cdma *cdma, in show_gather() argument
126 for (i = 0; i < words; i++) { in show_gather()
167 &g->base, g->offset, g->words); in show_channel_gathers()
169 show_gather(o, g->base + g->offset, g->words, cdma, in show_channel_gathers()
/linux-4.1.27/arch/m68k/include/asm/
Dbitops.h323 unsigned int words; in find_first_zero_bit() local
329 words = (size + 31) >> 5; in find_first_zero_bit()
331 if (!--words) in find_first_zero_bit()
378 unsigned int words; in find_first_bit() local
384 words = (size + 31) >> 5; in find_first_bit()
386 if (!--words) in find_first_bit()
/linux-4.1.27/drivers/i2c/
Di2c-stub.c79 u16 words[256]; /* Byte operations use the LSB as per SMBus member
127 return chip->words + offset; in stub_get_wordp()
230 chip->words[command + i] &= 0xff00; in stub_xfer()
231 chip->words[command + i] |= data->block[1 + i]; in stub_xfer()
239 chip->words[command + i] & 0xff; in stub_xfer()
275 chip->words[command] = (b->block[0] << 8) | b->len; in stub_xfer()
/linux-4.1.27/drivers/mtd/devices/
Dst_spi_fsm.c722 int words = sizeof(*seq) / sizeof(*src); in stfsm_load_seq() local
726 while (words--) { in stfsm_load_seq()
757 uint32_t words; in stfsm_read_fifo() local
770 words = min(avail, remaining); in stfsm_read_fifo()
771 remaining -= words; in stfsm_read_fifo()
773 readsl(fsm->base + SPI_FAST_SEQ_DATA_REG, buf, words); in stfsm_read_fifo()
774 buf += words; in stfsm_read_fifo()
807 uint32_t words, i; in stfsm_clear_fifo() local
810 words = stfsm_fifo_available(fsm); in stfsm_clear_fifo()
811 if (words) { in stfsm_clear_fifo()
[all …]
/linux-4.1.27/arch/alpha/lib/
Dstrncpy.S32 bne $18, $multiword # do we have full words left?
66 0: stq_u $31, 0($16) # zero two words
Dcsum_ipv6_magic.S22 ldq_u $0,0($16) # e0 : load src & dst addr words
45 addq $20,$0,$20 # .. e1 : begin summing the words
Dclear_user.S59 2: EX( stq_u $31, 0($6) ) # e0 : zero four words
Dev6-csum_ipv6_magic.S94 addq $20,$0,$20 # E : begin summing the words
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-etb1021 formatter after a defined number of words have been stored
22 following the trigger event. The number of 32-bit words written
Dsysfs-bus-coresight-devices-tmc6 formatter after a defined number of words have been stored
Dsysfs-driver-tegra-fuse7 words in LSB first format. Each bit represents a single value
/linux-4.1.27/arch/tile/include/gxio/
Dmpipe.h1278 next[i].words[j] = in gxio_mpipe_iqueue_try_peek()
1279 __builtin_bswap64(next[i].words[j]); in gxio_mpipe_iqueue_try_peek()
1461 __gxio_mmio_write64(&edesc_p->words[1], ew[1]); in gxio_mpipe_equeue_put_at_aux()
1462 __gxio_mmio_write64(&edesc_p->words[0], ew[0]); in gxio_mpipe_equeue_put_at_aux()
1491 gxio_mpipe_equeue_put_at_aux(equeue, edesc.words, slot); in gxio_mpipe_equeue_put_at()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c458 mac_req = (struct qlcnic_mac_req *)&req.words[0]; in qlcnic_82xx_sre_macaddr_change()
462 vlan_req = (struct qlcnic_vlan_req *)&req.words[1]; in qlcnic_82xx_sre_macaddr_change()
621 req.words[0] = cpu_to_le64(mode); in qlcnic_82xx_nic_set_promisc()
723 req.words[0] = cpu_to_le64(flag); in qlcnic_set_fw_loopback()
792 req.words[0] = cpu_to_le64(((u64) adapter->ahw->coal.flag) << 32); in qlcnic_82xx_set_rx_coalesce()
793 req.words[2] = cpu_to_le64(adapter->ahw->coal.rx_packets | in qlcnic_82xx_set_rx_coalesce()
795 req.words[5] = cpu_to_le64(adapter->ahw->coal.timer_out | in qlcnic_82xx_set_rx_coalesce()
853 req.words[0] = cpu_to_le64(word); in qlcnic_82xx_config_hw_lro()
880 req.words[0] = cpu_to_le64(enable); in qlcnic_config_bridged_mode()
936 req.words[0] = cpu_to_le64(word); in qlcnic_82xx_config_rss()
[all …]
Dqlcnic_io.c292 mac_req = (struct qlcnic_mac_req *)&(req->words[0]); in qlcnic_82xx_change_filter()
296 vlan_req = (struct qlcnic_vlan_req *)&req->words[1]; in qlcnic_82xx_change_filter()
1090 msg.words[i++] = le64_to_cpu(desc->status_desc_data[0]); in qlcnic_handle_fw_message()
1091 msg.words[i++] = le64_to_cpu(desc->status_desc_data[1]); in qlcnic_handle_fw_message()
/linux-4.1.27/drivers/xen/events/
Devents_2l.c195 xen_ulong_t words; in evtchn_2l_handle_events() local
197 words = MASK_LSBS(pending_words, word_idx); in evtchn_2l_handle_events()
202 if (words == 0) { in evtchn_2l_handle_events()
207 word_idx = EVTCHN_FIRST_BIT(words); in evtchn_2l_handle_events()
/linux-4.1.27/sound/pci/echoaudio/
Dechoaudio_dsp.c230 int index, words, i; in install_resident_loader() local
279 words = code[index++]; in install_resident_loader()
286 if (write_dsp(chip, words)) { in install_resident_loader()
298 for (i = 0; i < words; i++) { in install_resident_loader()
338 int index, words, i; in load_dsp() local
403 words = code[index++]; in load_dsp()
404 if (words == 0) /* We're finished */ in load_dsp()
411 if (write_dsp(chip, words) < 0) { in load_dsp()
427 for (i = 0; i < words; i++, index+=2) { in load_dsp()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c53 u16 words, u16 *data);
55 u16 words, u16 *data);
837 u16 words, u16 *data) in ixgbe_write_eeprom_buffer_bit_bang_generic() argument
844 if (words == 0) in ixgbe_write_eeprom_buffer_bit_bang_generic()
847 if (offset + words > hw->eeprom.word_size) in ixgbe_write_eeprom_buffer_bit_bang_generic()
855 (words > IXGBE_EEPROM_PAGE_SIZE_MAX)) in ixgbe_write_eeprom_buffer_bit_bang_generic()
863 for (i = 0; i < words; i += IXGBE_EEPROM_RD_BUFFER_MAX_COUNT) { in ixgbe_write_eeprom_buffer_bit_bang_generic()
864 count = (words - i) / IXGBE_EEPROM_RD_BUFFER_MAX_COUNT > 0 ? in ixgbe_write_eeprom_buffer_bit_bang_generic()
865 IXGBE_EEPROM_RD_BUFFER_MAX_COUNT : (words - i); in ixgbe_write_eeprom_buffer_bit_bang_generic()
887 u16 words, u16 *data) in ixgbe_write_eeprom_buffer_bit_bang() argument
[all …]
Dixgbe_common.h56 u16 words, u16 *data);
59 u16 words, u16 *data);
62 u16 words, u16 *data);
66 u16 words, u16 *data);
Dixgbe_x550.c198 u16 offset, u16 words, u16 *data) in ixgbe_read_ee_hostif_buffer_X550() argument
213 while (words) { in ixgbe_read_ee_hostif_buffer_X550()
214 if (words > FW_MAX_READ_BUFFER_SIZE / 2) in ixgbe_read_ee_hostif_buffer_X550()
217 words_to_read = words; in ixgbe_read_ee_hostif_buffer_X550()
251 words -= words_to_read; in ixgbe_read_ee_hostif_buffer_X550()
649 u16 offset, u16 words, in ixgbe_write_ee_hostif_buffer_X550() argument
662 for (i = 0; i < words; i++) { in ixgbe_write_ee_hostif_buffer_X550()
Dixgbe_x540.c249 u16 offset, u16 words, u16 *data) in ixgbe_read_eerd_buffer_X540() argument
256 status = ixgbe_read_eerd_buffer_generic(hw, offset, words, data); in ixgbe_read_eerd_buffer_X540()
293 u16 offset, u16 words, u16 *data) in ixgbe_write_eewr_buffer_X540() argument
300 status = ixgbe_write_eewr_buffer_generic(hw, offset, words, data); in ixgbe_write_eewr_buffer_X540()
Dixgbe_82599.c2092 u16 words, u16 *data) in ixgbe_read_eeprom_buffer_82599() argument
2100 offset + (words - 1) <= IXGBE_EERD_MAX_ADDR) in ixgbe_read_eeprom_buffer_82599()
2101 return ixgbe_read_eerd_buffer_generic(hw, offset, words, data); in ixgbe_read_eeprom_buffer_82599()
2103 return ixgbe_read_eeprom_buffer_bit_bang_generic(hw, offset, words, in ixgbe_read_eeprom_buffer_82599()
/linux-4.1.27/Documentation/usb/
Dusbmon.txt106 of whitespace separated words. The number or position of words may depend
107 on the event type, but there is a set of words, common for all types.
109 Here is the list of words, from left to right:
151 - Setup packet, if present, consists of 5 words: one of each for bmRequestType,
153 These words are safe to decode if Setup Tag was 's'. Otherwise, the setup
167 The data words are present only if this tag is '='.
169 - Data words follow, in big endian hexadecimal format. Notice that they are
170 not machine words, but really just a byte stream split into words to make
176 Length counts only the bytes that were received whereas the Data words
338 fetch.offvec = vec; // Has N 32-bit words
Dgadget_multi.txt142 [6] To put it in some other nice words, Windows failed to respond to
/linux-4.1.27/tools/perf/bench/
Dnuma.c710 long words = bytes/sizeof(u64); in do_work() local
717 BUG_ON(!data && words); in do_work()
718 BUG_ON(data && !words); in do_work()
730 chunk_0 = words/nr_max; in do_work()
731 chunk_1 = words/g->p.nr_loops; in do_work()
734 while (off >= words) in do_work()
735 off -= words; in do_work()
741 for (i = 0; i < words/1024; i++) { in do_work()
746 start = lfsr % words; in do_work()
747 end = min(start + 1024, words-1); in do_work()
[all …]
/linux-4.1.27/arch/arm/boot/bootp/
Dinit.S46 movne r4, #2 @ Size of this entry (2 words)
59 mov r5, #4 @ Size of initrd tag (4 words)
/linux-4.1.27/include/uapi/linux/
Dtcp.h66 __be32 words[5]; member
69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
/linux-4.1.27/mm/kasan/
Dkasan.c168 unsigned int words; in memory_is_zero() local
183 words = (end - start) / 8; in memory_is_zero()
184 while (words) { in memory_is_zero()
188 words--; in memory_is_zero()
/linux-4.1.27/arch/mn10300/lib/
Dmemset.S69 # cut 4-7 words down to 0-3
79 # copy the remaining 1, 2 or 3 words
Dmemcpy.S75 # cut 4-7 words down to 0-3
89 # copy the remaining 1, 2 or 3 words
Dmemmove.S91 # cut 4-7 words down to 0-3
109 # copy the remaining 1, 2 or 3 words
Ddo_csum.S106 # copy the remaining whole words
/linux-4.1.27/arch/tile/include/arch/
Dmpipe_shm.h188 uint_reg_t words[2]; member
517 uint_reg_t words[8]; member
Dtrio_shm.h121 uint_reg_t words[2]; member
/linux-4.1.27/drivers/net/ethernet/sun/
Dcassini.c1953 int entry, const u64 *words, in cas_rx_process_pkt() argument
1964 hlen = CAS_VAL(RX_COMP2_HDR_SIZE, words[1]); in cas_rx_process_pkt()
1965 dlen = CAS_VAL(RX_COMP1_DATA_SIZE, words[0]); in cas_rx_process_pkt()
1968 if (RX_COPY_ALWAYS || (words[2] & RX_COMP3_SMALL_PKT)) in cas_rx_process_pkt()
1983 i = CAS_VAL(RX_COMP2_HDR_INDEX, words[1]); in cas_rx_process_pkt()
1985 off = CAS_VAL(RX_COMP2_HDR_OFF, words[1]) * 0x100 + in cas_rx_process_pkt()
2008 i = CAS_VAL(RX_COMP1_DATA_INDEX, words[0]); in cas_rx_process_pkt()
2010 off = CAS_VAL(RX_COMP1_DATA_OFF, words[0]) + swivel; in cas_rx_process_pkt()
2052 if ((words[0] & RX_COMP1_SPLIT_PKT) && ((dlen -= hlen) > 0)) { in cas_rx_process_pkt()
2056 i = CAS_VAL(RX_COMP2_NEXT_INDEX, words[1]); in cas_rx_process_pkt()
[all …]
/linux-4.1.27/drivers/tty/serial/
Dsc16is7xx.c216 #define SC16IS7XX_TCR_RX_HALT(words) ((((words) / 4) & 0x0f) << 0) argument
217 #define SC16IS7XX_TCR_RX_RESUME(words) ((((words) / 4) & 0x0f) << 4) argument
234 #define SC16IS7XX_TLR_TX_TRIGGER(words) ((((words) / 4) & 0x0f) << 0) argument
235 #define SC16IS7XX_TLR_RX_TRIGGER(words) ((((words) / 4) & 0x0f) << 4) argument
Dmax310x.c170 #define MAX310X_FLOWLVL_HALT(words) ((words / 8) & 0x0f) argument
171 #define MAX310X_FLOWLVL_RES(words) (((words / 8) & 0x0f) << 4) argument
176 #define MAX310X_FIFOTRIGLVL_TX(words) ((words / 8) & 0x0f) argument
177 #define MAX310X_FIFOTRIGLVL_RX(words) (((words / 8) & 0x0f) << 4) argument
/linux-4.1.27/arch/x86/platform/olpc/
Dolpc_dt.c185 static int __init olpc_dt_interpret(const char *words) in olpc_dt_interpret() argument
188 const void *args[] = { words }; in olpc_dt_interpret()
/linux-4.1.27/sound/soc/intel/common/
Dsst-dsp.c61 int i, words = bytes >> 2; in _sst_memcpy_toio_32() local
63 for (i = 0; i < words; i++) in _sst_memcpy_toio_32()
70 int i, words = bytes >> 2; in _sst_memcpy_fromio_32() local
72 for (i = 0; i < words; i++) in _sst_memcpy_fromio_32()
/linux-4.1.27/drivers/char/xilinx_hwicap/
Dxilinx_hwicap.c357 u32 words; in hwicap_read() local
398 words = ((count + 3) >> 2); in hwicap_read()
399 bytes_to_read = words << 2; in hwicap_read()
407 words = bytes_to_read >> 2; in hwicap_read()
410 kbuf, words); in hwicap_read()
/linux-4.1.27/sound/soc/omap/
Domap-mcbsp.c72 int words; in omap_mcbsp_set_threshold() local
81 words = packet_size; in omap_mcbsp_set_threshold()
83 words = 1; in omap_mcbsp_set_threshold()
87 omap_mcbsp_set_tx_threshold(mcbsp, words); in omap_mcbsp_set_threshold()
89 omap_mcbsp_set_rx_threshold(mcbsp, words); in omap_mcbsp_set_threshold()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_hw.c70 u16 words, u16 *data);
72 u16 words, u16 *data);
88 static s32 e1000_do_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words,
90 static s32 e1000_do_write_eeprom(struct e1000_hw *hw, u16 offset, u16 words,
3882 s32 e1000_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_eeprom() argument
3886 ret = e1000_do_read_eeprom(hw, offset, words, data); in e1000_read_eeprom()
3891 static s32 e1000_do_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, in e1000_do_read_eeprom() argument
3898 GBE_CONFIG_FLASH_READ(GBE_CONFIG_BASE_VIRT, offset, words, in e1000_do_read_eeprom()
3911 || (words > eeprom->word_size - offset) || (words == 0)) { in e1000_do_read_eeprom()
3957 for (i = 0; i < words; i++) { in e1000_do_read_eeprom()
[all …]
/linux-4.1.27/drivers/misc/eeprom/
Deeprom_93cx6.c224 __le16 *data, const u16 words) in eeprom_93cx6_multiread() argument
229 for (i = 0; i < words; i++) { in eeprom_93cx6_multiread()
/linux-4.1.27/arch/s390/include/uapi/asm/
Dptrace.h358 per_cr_words words; member
376 per_lowcore_words words; member
/linux-4.1.27/firmware/dsp56k/
Dbootstrap.asm38 ; ; Zero 16384 DSP X and Y words
44 ;_block1 ; Zero (32768-512) Program words
/linux-4.1.27/drivers/mtd/
Dafs.c58 static u32 word_sum(void *words, int num) in word_sum() argument
60 u32 *p = words; in word_sum()
/linux-4.1.27/include/linux/
Deeprom_93cx6.h77 const u8 word, __le16 *data, const u16 words);
Dhost1x.h241 u32 words, u32 offset);
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_pcie.c669 u64 words = 0U; in qib_pci_mmio_enabled() local
674 words = dd->f_portcntr(dd->pport, QIBPORTCNTR_WORDRCV); in qib_pci_mmio_enabled()
675 if (words == ~0ULL) in qib_pci_mmio_enabled()
680 words, ret); in qib_pci_mmio_enabled()
/linux-4.1.27/drivers/mmc/host/
Dvub300.c1722 int words = less_cmd >> 2; in construct_request_response() local
1725 cmd->resp[words] = (r[1 + (words << 2)] << 24) in construct_request_response()
1726 | (r[2 + (words << 2)] << 16) in construct_request_response()
1727 | (r[3 + (words << 2)] << 8); in construct_request_response()
1729 cmd->resp[words] = (r[1 + (words << 2)] << 24) in construct_request_response()
1730 | (r[2 + (words << 2)] << 16); in construct_request_response()
1732 cmd->resp[words] = (r[1 + (words << 2)] << 24); in construct_request_response()
1734 while (words-- > 0) { in construct_request_response()
1735 cmd->resp[words] = (r[1 + (words << 2)] << 24) in construct_request_response()
1736 | (r[2 + (words << 2)] << 16) in construct_request_response()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt51 - renesas,tx-fifo-size : Overrides the default tx fifo size given in words
53 - renesas,rx-fifo-size : Overrides the default rx fifo size given in words
Dspi-davinci.txt37 - ti,spi-wdelay : delay between transmission of words
/linux-4.1.27/arch/m68k/fpsp040/
Dget_op.S518 tstl ETEMP_HI(%a6) |check words 3 and 2
520 tstl ETEMP_LO(%a6) |check words 1 and 0
585 tstl ETEMP_HI(%a6) |check words 3 and 2
587 tstl ETEMP_LO(%a6) |check words 1 and 0
/linux-4.1.27/scripts/mod/
Dsumversion.c72 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) in le32_to_cpu_array() argument
74 while (words--) { in le32_to_cpu_array()
80 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() argument
82 while (words--) { in cpu_to_le32_array()
/linux-4.1.27/Documentation/networking/
Dax25.txt8 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
Dfib_trie.txt50 (in other words, they aren't NULL or leaves and their "pos" is equal
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-calling.txt16 The firmware implements 20 mailboxes of 20 32-bit words. The first 10 are
68 value and Timeout words are not used.
Dfw-dma.txt67 Each S-G array element is a struct of three 32-bit words. The first word is
Dfw-memory.txt4 Note: the memory long words are little-endian ('intel format').
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dilsp.S272 # where U,V are words of the quadword dividend and longword divisor, #
273 # and U1, V1 are the most significant words. #
291 # In the general case, four quotient words would be created by
293 # the first two quotient words must be zero, or overflow would occur.
340 # Now calculate an estimate of the quotient words (msw first, then lsw).
388 # the 3 digit (word) result with the current dividend words
391 swap %d6 # shift answer to ms 3 words
416 tst.b DDSECOND(%a6) # both q words done?
452 # multiply hi,lo words of each factor to get 4 intermediate products
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Datmel,at91sam9-rtc.txt11 encode the offset within the GPBR block (or in other words, the
/linux-4.1.27/drivers/scsi/fnic/
Dvnic_dev.c560 u32 *words; in vnic_dev_notify_ready() local
572 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()
574 csum += words[i]; in vnic_dev_notify_ready()
575 } while (csum != words[0]); in vnic_dev_notify_ready()
/linux-4.1.27/fs/minix/
Dbitmap.c32 unsigned words = blocksize / 2; in count_free() local
34 while (words--) in count_free()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_bitmap.c638 unsigned long bits, words, owords, obits; in drbd_bm_resize() local
680 words = ALIGN(bits, 64) >> LN2_BPL; in drbd_bm_resize()
693 want = ALIGN(words*sizeof(long), PAGE_SIZE) >> PAGE_SHIFT; in drbd_bm_resize()
722 b->bm_words = words; in drbd_bm_resize()
727 bm_memset(b, owords, 0xff, words-owords); in drbd_bm_resize()
730 bm_memset(b, owords, 0x00, words-owords); in drbd_bm_resize()
746 drbd_info(device, "resync bitmap: bits=%lu words=%lu pages=%lu\n", bits, words, want); in drbd_bm_resize()
/linux-4.1.27/arch/arm/boot/
DMakefile71 if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
/linux-4.1.27/arch/c6x/lib/
Dcsum_64plus.S41 || MV .D1X B5,A1 ; words condition
47 ;; Main loop for aligned words
65 ;; Main loop for non-aligned words
/linux-4.1.27/Documentation/mtd/nand/
Dpxa3xx-nand.txt75 data area. In other words, in order to read the OOB (aka READOOB), the entire
86 different from the specified (aka the manufacturer's) view. In other words,
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c647 mac_req = (nx_mac_req_t *)&req.words[0]; in nx_p3_sre_macaddr_change()
742 req.words[0] = cpu_to_le64(mode); in netxen_p3_nic_set_promisc()
790 req.words[i] = cpu_to_le64(word[i]); in netxen_config_intr_coalesce()
817 req.words[0] = cpu_to_le64(enable); in netxen_config_hw_lro()
845 req.words[0] = cpu_to_le64(enable); in netxen_config_bridged_mode()
894 req.words[0] = cpu_to_le64(word); in netxen_config_rss()
896 req.words[i+1] = cpu_to_le64(key[i]); in netxen_config_rss()
920 req.words[0] = cpu_to_le64(cmd); in netxen_config_ipaddr()
921 memcpy(&req.words[1], &ip, sizeof(u32)); in netxen_config_ipaddr()
943 req.words[0] = cpu_to_le64(enable | (enable << 8)); in netxen_linkevent_request()
Dnetxen_nic.h1137 u64 words[8]; member
1144 __le64 words[6]; member
/linux-4.1.27/Documentation/
Drobust-futex-ABI.txt41 consisting of three words. Each word is 32 bits on 32 bit arch's, or 64
47 words for 32 bit compatibility mode, and one using 64 bit words for 64
61 is always a 32 bit word, unlike the other words above. The 'lock
DCodeOfConflict27 words of Bill and Ted, "Be excellent to each other."
Dvolatile-considered-harmful.txt7 being used. In other words, they have been known to treat volatile types
86 to be a "stupid legacy" issue (Linus's words) in this regard; fixing it
Dkernel-doc-nano-HOWTO.txt92 * perhaps with more lines and words.
241 '&struct_name' - name of a structure (up to two words including 'struct')
Dpreempt-locking.txt76 The functions are nestable. In other words, you can call preempt_disable
/linux-4.1.27/Documentation/powerpc/
Dqe_firmware.txt91 This structure contains 6 words that the application should copy to some
236 'vtraps' is an array of 8 words that contain virtual trap values for each
247 'traps' is an array of 16 words that contain hardware trap values
258 'count' is the number of 32-bit words in the microcode.
/linux-4.1.27/Documentation/namespaces/
Dcompatibility-list.txt30 words, user 10 in one user namespace shouldn't have the same
/linux-4.1.27/arch/cris/arch-v32/lib/
Dchecksum.S69 ;; checksum the rest of the words
Dchecksumcopy.S70 ;; copy and checksum the rest of the words
/linux-4.1.27/net/ipv4/
Dinet_diag.c432 int words = bits >> 5; in bitstring_match() local
436 if (words) { in bitstring_match()
437 if (memcmp(a1, a2, words << 2)) in bitstring_match()
444 w1 = a1[words]; in bitstring_match()
445 w2 = a2[words]; in bitstring_match()
/linux-4.1.27/include/uapi/drm/
Dtegra_drm.h92 __u32 words; member
/linux-4.1.27/arch/arc/include/asm/
Ddisasm.h79 unsigned long words[2]; member
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm7038-l1-intc.txt21 2-5 status words to determine which IRQs are pending
/linux-4.1.27/drivers/usb/phy/
Dphy-msm-usb.c1445 int len, ret, words; in msm_otg_read_dt() local
1494 words = len / sizeof(u32); in msm_otg_read_dt()
1496 if (words >= ULPI_EXT_VENDOR_SPECIFIC) { in msm_otg_read_dt()
1497 dev_warn(&pdev->dev, "Too big PHY init sequence %d\n", words); in msm_otg_read_dt()
1506 pdata->phy_init_seq, words); in msm_otg_read_dt()
1508 pdata->phy_init_sz = words; in msm_otg_read_dt()
/linux-4.1.27/arch/sh/lib/
Dmemcpy-sh4.S331 ! 4 cycles, 2 long words per iteration
365 ! 4 cycles, 2 long words per iteration
417 ! copy initial words until cache line aligned
433 ! 4 cycles, 2 long words per iteration
Dcopy_page.S309 1: ! Read longword, write two words per iteration
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
Dvnic_dev.c776 u32 *words; in vnic_dev_notify_ready() local
787 words = (u32 *)&vdev->notify_copy; in vnic_dev_notify_ready()
789 csum += words[i]; in vnic_dev_notify_ready()
790 } while (csum != words[0]); in vnic_dev_notify_ready()
/linux-4.1.27/drivers/staging/octeon-usb/
Docteon-hcd.c1234 int words = available; in cvmx_usb_fill_tx_hw() local
1238 words = fifo->entry[i].size; in cvmx_usb_fill_tx_hw()
1245 available -= words; in cvmx_usb_fill_tx_hw()
1246 fifo->entry[i].address += words * 4; in cvmx_usb_fill_tx_hw()
1247 fifo->entry[i].size -= words; in cvmx_usb_fill_tx_hw()
1253 while (words > 3) { in cvmx_usb_fill_tx_hw()
1259 words -= 3; in cvmx_usb_fill_tx_hw()
1262 if (--words) { in cvmx_usb_fill_tx_hw()
1264 if (--words) in cvmx_usb_fill_tx_hw()
/linux-4.1.27/drivers/mtd/lpddr/
Dlpddr_cmds.c395 int ret, wbufsize, word_gap, words; in do_write_buffer() local
410 words = (len - word_gap + map_bankwidth(map) - 1) / map_bankwidth(map); in do_write_buffer()
412 words--; in do_write_buffer()
/linux-4.1.27/arch/cris/arch-v10/lib/
Dchecksum.S95 ;; checksum the rest of the words
Dchecksumcopy.S98 ;; copy and checksum the rest of the words
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-vt8500.txt26 listed. In other words, a subnode that lists only a mux function implies no
Dlantiq,falcon-pinumx.txt22 other words, a subnode that lists a mux function but no pin configuration
Dbrcm,bcm2835-gpio.txt35 listed. In other words, a subnode that lists only a mux function implies no
Dqcom,apq8064-pinctrl.txt31 other words, a subnode that lists a mux function but no pin configuration
Dqcom,ipq8064-pinctrl.txt31 other words, a subnode that lists a mux function but no pin configuration
Dpinctrl-palmas.txt26 other words, a subnode that lists a mux function but no pin configuration
Dlantiq,xway-pinumx.txt22 other words, a subnode that lists a mux function but no pin configuration
Dqcom,msm8974-pinctrl.txt31 other words, a subnode that lists a mux function but no pin configuration
Dnvidia,tegra124-xusb-padctl.txt39 words, if a subnode that lists a function but no pin configuration parameters
Dimg,tz1090-pdc-pinctrl.txt22 other words, a subnode that lists a mux function but no pin configuration
Dqcom,pmic-mpp.txt57 other words, a subnode that lists a mux function but no pin configuration
Dqcom,apq8084-pinctrl.txt63 other words, a subnode that lists a mux function but no pin configuration
Dqcom,msm8960-pinctrl.txt63 other words, a subnode that lists a mux function but no pin configuration
Dqcom,msm8916-pinctrl.txt63 other words, a subnode that lists a mux function but no pin configuration
Dqcom,pmic-gpio.txt62 other words, a subnode that lists a mux function but no pin configuration
Dfsl,mxs-pinctrl.txt19 In other words, a subnode that describes a drive strength parameter implies no
Dnvidia,tegra20-pinmux.txt22 other words, a subnode that lists a mux function but no pin configuration
Dnvidia,tegra210-pinmux.txt23 other words, a subnode that lists a mux function but no pin configuration
Dimg,tz1090-pinctrl.txt22 other words, a subnode that lists a mux function but no pin configuration
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-pxa-pci-ce4100.txt12 of the specific I2C controller. This were his exact words:
/linux-4.1.27/Documentation/sound/alsa/
DControlNames.txt107 IEC958 Preamble [Playback|Capture] Default /* burst preamble words (4*16bits) */
/linux-4.1.27/arch/tile/kernel/
Dhardwall.c753 int words, j; in drain_xdn_switch() local
755 words = __insn_mfspr(SPR_UDN_SP_STATE) & 0xF; in drain_xdn_switch()
756 for (j = 0; j < words; j++) in drain_xdn_switch()
/linux-4.1.27/kernel/trace/
Dblktrace.c132 u32 words[2]; in trace_note_time() local
135 words[0] = now.tv_sec; in trace_note_time()
136 words[1] = now.tv_nsec; in trace_note_time()
139 trace_note(bt, 0, BLK_TN_TIMESTAMP, words, sizeof(words)); in trace_note_time()
/linux-4.1.27/arch/m68k/math-emu/
Dfp_scan.S45 | %d2 - first two instr words
74 | first two instruction words are kept in %d2
/linux-4.1.27/Documentation/arm/
Dkernel_user_helpers.txt12 words, the kernel reserves the right to change this code as needed without
28 usage of similar native instructions for other things. In other words
DPorting79 (In other words, you can't put IO mappings below TASK_SIZE, and
/linux-4.1.27/Documentation/scheduler/
Dsched-arch.txt50 In other words, they must be periodically polling need_resched,
/linux-4.1.27/arch/arm/boot/compressed/
DMakefile166 if [ $(words $(ZRELADDR)) -gt 1 -a "$(CONFIG_AUTO_ZRELADDR)" = "" ]; then \
/linux-4.1.27/Documentation/ide/
Dide-tape.txt40 Here are some words from the first releases of hd.c, which are quoted
/linux-4.1.27/drivers/net/ethernet/sfc/
Dptp.c176 u32 words[DIV_ROUND_UP(PTP_V1_UUID_LENGTH, 4)]; member
970 if ((evt->seq0 == match->words[0]) && in efx_ptp_match_rx()
971 (evt->seq1 == match->words[1])) { in efx_ptp_match_rx()
1426 match->words[0] = (match_data_012[0] | in efx_ptp_rx()
1430 match->words[1] = (match_data_345[1] | in efx_ptp_rx()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dinterlaken-lac.txt27 Interlaken control words and data words, which are sent on TX side to TCAM
/linux-4.1.27/Documentation/fmc/
Dfmc-chardev.txt29 64 words. The mezzanine's EEPROM in this case is not programmed, so the
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_mb_mgr_submit_avx2.S133 # Load digest words from result_digest
/linux-4.1.27/drivers/net/wireless/
Dadm8211.c111 unsigned int words, i; in adm8211_read_eeprom() local
123 words = 256; in adm8211_read_eeprom()
127 words = 64; in adm8211_read_eeprom()
130 priv->eeprom_len = words * 2; in adm8211_read_eeprom()
135 eeprom_93cx6_multiread(&eeprom, 0, (__le16 *)priv->eeprom, words); in adm8211_read_eeprom()
/linux-4.1.27/drivers/scsi/isci/
Dscu_task_context.h431 u32 words[6]; member
/linux-4.1.27/arch/x86/crypto/
Dcrc32c-pcl-intel-asm_64.S331 ## Table is 128 entries x 2 words (8 bytes) each
/linux-4.1.27/drivers/net/phy/
Ddp83640.c738 int words = (ests >> EVNT_TS_LEN_SHIFT) & EVNT_TS_LEN_MASK; in decode_evnt() local
743 parsed = (words + 2) * sizeof(u16); in decode_evnt()
745 parsed = (words + 1) * sizeof(u16); in decode_evnt()
758 switch (words) { /* fall through in every case */ in decode_evnt()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_dbg.c379 uint32_t cnt, stat, timer, words, idx; in qla2xxx_dump_ram() local
391 words = qla2x00_gid_list_size(ha) / 2; in qla2xxx_dump_ram()
393 cnt += words, addr += words) { in qla2xxx_dump_ram()
394 if (cnt + words > ram_words) in qla2xxx_dump_ram()
395 words = ram_words - cnt; in qla2xxx_dump_ram()
405 WRT_MAILBOX_REG(ha, reg, 4, words); in qla2xxx_dump_ram()
447 for (idx = 0; idx < words; idx++) in qla2xxx_dump_ram()
/linux-4.1.27/Documentation/infiniband/
Dcore_locking.txt78 handler for a given CQ is running at a time. In other words, the
/linux-4.1.27/Documentation/acpi/
Dgpio-properties.txt64 listed by the GpioIo()/GpioInt() resources returned by _CRS. In other words,
/linux-4.1.27/sound/oss/
Dvidc_fill.S158 tst r2, #4 @ Round buffer up to 4 words
/linux-4.1.27/Documentation/serial/
Dserial-rs485.txt44 In other words, the serial driver should contain a code similar to the next
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c3712 static int display_crc_ctl_tokenize(char *buf, char *words[], int max_words) in display_crc_ctl_tokenize() argument
3736 words[n_words++] = buf; in display_crc_ctl_tokenize()
3795 char *words[N_WORDS]; in display_crc_ctl_parse() local
3800 n_words = display_crc_ctl_tokenize(buf, words, N_WORDS); in display_crc_ctl_parse()
3807 if (display_crc_ctl_parse_object(words[0], &object) < 0) { in display_crc_ctl_parse()
3808 DRM_DEBUG_DRIVER("unknown object %s\n", words[0]); in display_crc_ctl_parse()
3812 if (display_crc_ctl_parse_pipe(words[1], &pipe) < 0) { in display_crc_ctl_parse()
3813 DRM_DEBUG_DRIVER("unknown pipe %s\n", words[1]); in display_crc_ctl_parse()
3817 if (display_crc_ctl_parse_source(words[2], &source) < 0) { in display_crc_ctl_parse()
3818 DRM_DEBUG_DRIVER("unknown source %s\n", words[2]); in display_crc_ctl_parse()
/linux-4.1.27/Documentation/s390/
DCommonIO111 Messages from the processing of pending channel report words (machine check
/linux-4.1.27/Documentation/RCU/
Dtrace.txt208 "S" The kernel thread is stopped, in other words, all
294 in progress, in other words, RCU is idle. On the other hand,
481 "S" The kernel thread is stopped, in other words, all
513 other words, we balked) even though it was time to boost because
/linux-4.1.27/Documentation/sound/oss/
Dmwave11 latest MWAVE patches. So, in other words, don't bypass the test for MWAVES!
/linux-4.1.27/Documentation/ia64/
Dfsys.txt160 needed. In other words, following the above rules yields extremely
188 words, user-level code must not rely on PSR.be being preserved
/linux-4.1.27/arch/arc/mm/
Dtlbex.S57 ; need to be saved as well by extending the "global" to be 4 words. Hence
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dhead.S328 lsrq 1, $r2 ; Size is in bytes, we copy words.
/linux-4.1.27/Documentation/isdn/
DREADME.sc17 majordomo@spellcast.com with the words "subscribe linux-beta" as the only
20 the same address with the words "unsubscribe linux-beta" as its only
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-ubi141 logical eraseblock size is multiple of 2048. In other words,
/linux-4.1.27/Documentation/device-mapper/
Dsnapshot.txt135 is zero, in other words <sectors_allocated> == <metadata_sectors>.
/linux-4.1.27/drivers/block/paride/
DKconfig117 In other words, if your BACKPACK drive doesn't say "Series 6" on the
136 In other words, if your BACKPACK drive says "Series 6" on the

12