/linux-4.1.27/arch/arc/kernel/ |
D | disasm.c | 59 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 …]
|
D | unaligned.c | 262 state.words[0], address); in misaligned_fixup()
|
/linux-4.1.27/scripts/ |
D | decode_stacktrace.sh | 80 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]
|
D | mkmakefile | 30 lastword = \$(word \$(words \$(1)),\$(1))
|
D | Makefile.headersinst | 78 quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\ 92 quiet_cmd_check = CHECK $(printdir) ($(words $(all-files)) files)
|
D | Makefile.modpost | 85 quiet_cmd_modpost = MODPOST $(words $(filter-out vmlinux FORCE, $^)) modules
|
D | Makefile.lib | 101 modname_flags = $(if $(filter 1,$(words $(modname))),\
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_labels.h | 13 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/ |
D | masklog.h | 127 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/ |
D | spi-sh-msiof.c | 359 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/ |
D | perf-completion.sh | 76 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/ |
D | c2p_iplan2.c | 90 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()
|
D | c2p_planar.c | 92 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()
|
D | pxa3xx-gcu.c | 394 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()
|
D | au1100fb.c | 141 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()
|
D | amifb.c | 1849 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/ |
D | ide-io-std.c | 170 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/ |
D | eni.c | 190 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 …]
|
D | eni.h | 45 unsigned long words; /* size of TX queue */ member 55 unsigned long words; /* its size in words */ member
|
D | Kconfig | 68 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/ |
D | job.c | 101 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 …]
|
D | job.h | 23 u32 words; member 33 u32 words; member
|
/linux-4.1.27/include/trace/events/ |
D | host1x.h | 85 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/ |
D | m_can.txt | 35 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/ |
D | dynamic_debug.c | 213 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 …]
|
D | string.c | 811 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()
|
D | test_kasan.c | 124 u64 words[2]; in kmalloc_oob_16() member
|
D | bch.c | 1252 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/ |
D | sprom.c | 76 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/ |
D | xt_connlabel.c | 45 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()
|
D | nf_conntrack_labels.c | 19 unsigned int longs = l->words; in label_bits() 74 size = labels->words * sizeof(long); in nf_connlabels_replace()
|
D | nft_ct.c | 110 size = labels->words * sizeof(long); in nft_ct_get_eval()
|
/linux-4.1.27/arch/metag/lib/ |
D | cmpdi2.S | 17 ! high words differ? 21 ! unsigned compare low words 28 ! signed compare high words
|
D | ucmpdi2.S | 17 ! high words 19 ! or if equal, low words
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | e1000_nvm.c | 324 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 …]
|
D | e1000_nvm.h | 33 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);
|
D | e1000_i210.c | 207 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/ |
D | cros_ec_sysfs.c | 60 } 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/ |
D | i40e_nvm.c | 240 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 …]
|
D | i40e_prototype.h | 272 u16 *words, u16 *data);
|
/linux-4.1.27/drivers/ata/ |
D | pata_ixp4xx_cf.c | 47 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()
|
D | pata_octeon_cf.c | 309 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()
|
D | pata_samsung_cf.c | 272 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()
|
D | sata_rcar.c | 456 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()
|
D | pata_ep93xx.c | 484 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()
|
D | pata_bf54x.c | 1159 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()
|
D | libata-sff.c | 563 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/ |
D | nvm.c | 309 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()
|
D | nvm.h | 31 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);
|
D | e1000.h | 558 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()
|
D | 82571.c | 45 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()
|
D | ich8lan.c | 3103 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 …]
|
D | 80003es2lan.c | 498 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/ |
D | md5.c | 28 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()
|
D | md4.c | 68 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/ |
D | netcp.h | 132 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()
|
D | netcp_core.c | 130 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/ |
D | channel_hw.c | 33 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()
|
D | debug_hw.c | 109 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/ |
D | bitops.h | 323 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/ |
D | i2c-stub.c | 79 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/ |
D | st_spi_fsm.c | 722 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/ |
D | strncpy.S | 32 bne $18, $multiword # do we have full words left? 66 0: stq_u $31, 0($16) # zero two words
|
D | csum_ipv6_magic.S | 22 ldq_u $0,0($16) # e0 : load src & dst addr words 45 addq $20,$0,$20 # .. e1 : begin summing the words
|
D | clear_user.S | 59 2: EX( stq_u $31, 0($6) ) # e0 : zero four words
|
D | ev6-csum_ipv6_magic.S | 94 addq $20,$0,$20 # E : begin summing the words
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etb10 | 21 formatter after a defined number of words have been stored 22 following the trigger event. The number of 32-bit words written
|
D | sysfs-bus-coresight-devices-tmc | 6 formatter after a defined number of words have been stored
|
D | sysfs-driver-tegra-fuse | 7 words in LSB first format. Each bit represents a single value
|
/linux-4.1.27/arch/tile/include/gxio/ |
D | mpipe.h | 1278 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/ |
D | qlcnic_hw.c | 458 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 …]
|
D | qlcnic_io.c | 292 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/ |
D | events_2l.c | 195 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/ |
D | echoaudio_dsp.c | 230 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/ |
D | ixgbe_common.c | 53 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 …]
|
D | ixgbe_common.h | 56 u16 words, u16 *data); 59 u16 words, u16 *data); 62 u16 words, u16 *data); 66 u16 words, u16 *data);
|
D | ixgbe_x550.c | 198 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()
|
D | ixgbe_x540.c | 249 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()
|
D | ixgbe_82599.c | 2092 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/ |
D | usbmon.txt | 106 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
|
D | gadget_multi.txt | 142 [6] To put it in some other nice words, Windows failed to respond to
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 710 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/ |
D | init.S | 46 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/ |
D | tcp.h | 66 __be32 words[5]; member 69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
|
/linux-4.1.27/mm/kasan/ |
D | kasan.c | 168 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/ |
D | memset.S | 69 # cut 4-7 words down to 0-3 79 # copy the remaining 1, 2 or 3 words
|
D | memcpy.S | 75 # cut 4-7 words down to 0-3 89 # copy the remaining 1, 2 or 3 words
|
D | memmove.S | 91 # cut 4-7 words down to 0-3 109 # copy the remaining 1, 2 or 3 words
|
D | do_csum.S | 106 # copy the remaining whole words
|
/linux-4.1.27/arch/tile/include/arch/ |
D | mpipe_shm.h | 188 uint_reg_t words[2]; member 517 uint_reg_t words[8]; member
|
D | trio_shm.h | 121 uint_reg_t words[2]; member
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | cassini.c | 1953 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/ |
D | sc16is7xx.c | 216 #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
|
D | max310x.c | 170 #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/ |
D | olpc_dt.c | 185 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/ |
D | sst-dsp.c | 61 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/ |
D | xilinx_hwicap.c | 357 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/ |
D | omap-mcbsp.c | 72 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/ |
D | e1000_hw.c | 70 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/ |
D | eeprom_93cx6.c | 224 __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/ |
D | ptrace.h | 358 per_cr_words words; member 376 per_lowcore_words words; member
|
/linux-4.1.27/firmware/dsp56k/ |
D | bootstrap.asm | 38 ; ; Zero 16384 DSP X and Y words 44 ;_block1 ; Zero (32768-512) Program words
|
/linux-4.1.27/drivers/mtd/ |
D | afs.c | 58 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/ |
D | eeprom_93cx6.h | 77 const u8 word, __le16 *data, const u16 words);
|
D | host1x.h | 241 u32 words, u32 offset);
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 669 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/ |
D | vub300.c | 1722 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/ |
D | sh-msiof.txt | 51 - 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
|
D | spi-davinci.txt | 37 - ti,spi-wdelay : delay between transmission of words
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | get_op.S | 518 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/ |
D | sumversion.c | 72 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/ |
D | ax25.txt | 8 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
|
D | fib_trie.txt | 50 (in other words, they aren't NULL or leaves and their "pos" is equal
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 16 The firmware implements 20 mailboxes of 20 32-bit words. The first 10 are 68 value and Timeout words are not used.
|
D | fw-dma.txt | 67 Each S-G array element is a struct of three 32-bit words. The first word is
|
D | fw-memory.txt | 4 Note: the memory long words are little-endian ('intel format').
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 272 # 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/ |
D | atmel,at91sam9-rtc.txt | 11 encode the offset within the GPBR block (or in other words, the
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | vnic_dev.c | 560 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/ |
D | bitmap.c | 32 unsigned words = blocksize / 2; in count_free() local 34 while (words--) in count_free()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_bitmap.c | 638 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/ |
D | Makefile | 71 if [ $(words $(UIMAGE_LOADADDR)) -ne 1 ]; then \
|
/linux-4.1.27/arch/c6x/lib/ |
D | csum_64plus.S | 41 || 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/ |
D | pxa3xx-nand.txt | 75 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/ |
D | netxen_nic_hw.c | 647 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()
|
D | netxen_nic.h | 1137 u64 words[8]; member 1144 __le64 words[6]; member
|
/linux-4.1.27/Documentation/ |
D | robust-futex-ABI.txt | 41 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
|
D | CodeOfConflict | 27 words of Bill and Ted, "Be excellent to each other."
|
D | volatile-considered-harmful.txt | 7 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
|
D | kernel-doc-nano-HOWTO.txt | 92 * perhaps with more lines and words. 241 '&struct_name' - name of a structure (up to two words including 'struct')
|
D | preempt-locking.txt | 76 The functions are nestable. In other words, you can call preempt_disable
|
/linux-4.1.27/Documentation/powerpc/ |
D | qe_firmware.txt | 91 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/ |
D | compatibility-list.txt | 30 words, user 10 in one user namespace shouldn't have the same
|
/linux-4.1.27/arch/cris/arch-v32/lib/ |
D | checksum.S | 69 ;; checksum the rest of the words
|
D | checksumcopy.S | 70 ;; copy and checksum the rest of the words
|
/linux-4.1.27/net/ipv4/ |
D | inet_diag.c | 432 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/ |
D | tegra_drm.h | 92 __u32 words; member
|
/linux-4.1.27/arch/arc/include/asm/ |
D | disasm.h | 79 unsigned long words[2]; member
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7038-l1-intc.txt | 21 2-5 status words to determine which IRQs are pending
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy-msm-usb.c | 1445 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/ |
D | memcpy-sh4.S | 331 ! 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
|
D | copy_page.S | 309 1: ! Read longword, write two words per iteration
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | vnic_dev.c | 776 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/ |
D | octeon-hcd.c | 1234 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/ |
D | lpddr_cmds.c | 395 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/ |
D | checksum.S | 95 ;; checksum the rest of the words
|
D | checksumcopy.S | 98 ;; copy and checksum the rest of the words
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-vt8500.txt | 26 listed. In other words, a subnode that lists only a mux function implies no
|
D | lantiq,falcon-pinumx.txt | 22 other words, a subnode that lists a mux function but no pin configuration
|
D | brcm,bcm2835-gpio.txt | 35 listed. In other words, a subnode that lists only a mux function implies no
|
D | qcom,apq8064-pinctrl.txt | 31 other words, a subnode that lists a mux function but no pin configuration
|
D | qcom,ipq8064-pinctrl.txt | 31 other words, a subnode that lists a mux function but no pin configuration
|
D | pinctrl-palmas.txt | 26 other words, a subnode that lists a mux function but no pin configuration
|
D | lantiq,xway-pinumx.txt | 22 other words, a subnode that lists a mux function but no pin configuration
|
D | qcom,msm8974-pinctrl.txt | 31 other words, a subnode that lists a mux function but no pin configuration
|
D | nvidia,tegra124-xusb-padctl.txt | 39 words, if a subnode that lists a function but no pin configuration parameters
|
D | img,tz1090-pdc-pinctrl.txt | 22 other words, a subnode that lists a mux function but no pin configuration
|
D | qcom,pmic-mpp.txt | 57 other words, a subnode that lists a mux function but no pin configuration
|
D | qcom,apq8084-pinctrl.txt | 63 other words, a subnode that lists a mux function but no pin configuration
|
D | qcom,msm8960-pinctrl.txt | 63 other words, a subnode that lists a mux function but no pin configuration
|
D | qcom,msm8916-pinctrl.txt | 63 other words, a subnode that lists a mux function but no pin configuration
|
D | qcom,pmic-gpio.txt | 62 other words, a subnode that lists a mux function but no pin configuration
|
D | fsl,mxs-pinctrl.txt | 19 In other words, a subnode that describes a drive strength parameter implies no
|
D | nvidia,tegra20-pinmux.txt | 22 other words, a subnode that lists a mux function but no pin configuration
|
D | nvidia,tegra210-pinmux.txt | 23 other words, a subnode that lists a mux function but no pin configuration
|
D | img,tz1090-pinctrl.txt | 22 other words, a subnode that lists a mux function but no pin configuration
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa-pci-ce4100.txt | 12 of the specific I2C controller. This were his exact words:
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ControlNames.txt | 107 IEC958 Preamble [Playback|Capture] Default /* burst preamble words (4*16bits) */
|
/linux-4.1.27/arch/tile/kernel/ |
D | hardwall.c | 753 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/ |
D | blktrace.c | 132 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/ |
D | fp_scan.S | 45 | %d2 - first two instr words 74 | first two instruction words are kept in %d2
|
/linux-4.1.27/Documentation/arm/ |
D | kernel_user_helpers.txt | 12 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
|
D | Porting | 79 (In other words, you can't put IO mappings below TASK_SIZE, and
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-arch.txt | 50 In other words, they must be periodically polling need_resched,
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | Makefile | 166 if [ $(words $(ZRELADDR)) -gt 1 -a "$(CONFIG_AUTO_ZRELADDR)" = "" ]; then \
|
/linux-4.1.27/Documentation/ide/ |
D | ide-tape.txt | 40 Here are some words from the first releases of hd.c, which are quoted
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | ptp.c | 176 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/ |
D | interlaken-lac.txt | 27 Interlaken control words and data words, which are sent on TX side to TCAM
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-chardev.txt | 29 64 words. The mezzanine's EEPROM in this case is not programmed, so the
|
/linux-4.1.27/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_submit_avx2.S | 133 # Load digest words from result_digest
|
/linux-4.1.27/drivers/net/wireless/ |
D | adm8211.c | 111 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/ |
D | scu_task_context.h | 431 u32 words[6]; member
|
/linux-4.1.27/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 331 ## Table is 128 entries x 2 words (8 bytes) each
|
/linux-4.1.27/drivers/net/phy/ |
D | dp83640.c | 738 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/ |
D | qla_dbg.c | 379 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/ |
D | core_locking.txt | 78 handler for a given CQ is running at a time. In other words, the
|
/linux-4.1.27/Documentation/acpi/ |
D | gpio-properties.txt | 64 listed by the GpioIo()/GpioInt() resources returned by _CRS. In other words,
|
/linux-4.1.27/sound/oss/ |
D | vidc_fill.S | 158 tst r2, #4 @ Round buffer up to 4 words
|
/linux-4.1.27/Documentation/serial/ |
D | serial-rs485.txt | 44 In other words, the serial driver should contain a code similar to the next
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 3712 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/ |
D | CommonIO | 111 Messages from the processing of pending channel report words (machine check
|
/linux-4.1.27/Documentation/RCU/ |
D | trace.txt | 208 "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/ |
D | mwave | 11 latest MWAVE patches. So, in other words, don't bypass the test for MWAVES!
|
/linux-4.1.27/Documentation/ia64/ |
D | fsys.txt | 160 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/ |
D | tlbex.S | 57 ; need to be saved as well by extending the "global" to be 4 words. Hence
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | head.S | 328 lsrq 1, $r2 ; Size is in bytes, we copy words.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.sc | 17 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/ |
D | sysfs-class-ubi | 141 logical eraseblock size is multiple of 2048. In other words,
|
/linux-4.1.27/Documentation/device-mapper/ |
D | snapshot.txt | 135 is zero, in other words <sectors_allocated> == <metadata_sectors>.
|
/linux-4.1.27/drivers/block/paride/ |
D | Kconfig | 117 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
|