/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gpfifogk104.c | 151 u32 coff = chan->base.chid * 8; in gk104_fifo_gpfifo_fini() local 155 nvkm_mask(device, 0x800004 + coff, 0x00000800, 0x00000800); in gk104_fifo_gpfifo_fini() 159 nvkm_wr32(device, 0x800000 + coff, 0x00000000); in gk104_fifo_gpfifo_fini() 169 u32 coff = chan->base.chid * 8; in gk104_fifo_gpfifo_init() local 171 nvkm_mask(device, 0x800004 + coff, 0x000f0000, chan->engine << 16); in gk104_fifo_gpfifo_init() 172 nvkm_wr32(device, 0x800000 + coff, 0x80000000 | addr); in gk104_fifo_gpfifo_init() 176 nvkm_mask(device, 0x800004 + coff, 0x00000400, 0x00000400); in gk104_fifo_gpfifo_init() 178 nvkm_mask(device, 0x800004 + coff, 0x00000400, 0x00000400); in gk104_fifo_gpfifo_init()
|
D | gpfifogf100.c | 138 u32 coff = chan->base.chid * 8; in gf100_fifo_gpfifo_fini() local 142 nvkm_mask(device, 0x003004 + coff, 0x00000001, 0x00000000); in gf100_fifo_gpfifo_fini() 148 nvkm_wr32(device, 0x003000 + coff, 0x00000000); in gf100_fifo_gpfifo_fini() 158 u32 coff = chan->base.chid * 8; in gf100_fifo_gpfifo_init() local 160 nvkm_wr32(device, 0x003000 + coff, 0xc0000000 | addr); in gf100_fifo_gpfifo_init() 164 nvkm_wr32(device, 0x003004 + coff, 0x001f0001); in gf100_fifo_gpfifo_init()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | .gitignore | 3 hack-coff 25 zImage.coff
|
D | Makefile | 159 $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds : $(obj)/%: $(srctree)/$(src)/%.S 164 empty.c zImage.coff.lds zImage.ps3.lds zImage.lds 187 hostprogs-y := addnote hack-coff mktree 191 $(obj)/zImage.lds $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds 196 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \ 315 image-$(CONFIG_PPC_PMAC) += zImage.coff zImage.miboot
|
D | wrapper | 198 coff) 200 lds=$object/zImage.coff.lds 434 coff) 436 $objbin/hack-coff "$ofile"
|
/linux-4.4.14/fs/ocfs2/ |
D | extent_map.c | 87 unsigned int coff; in ocfs2_extent_map_lookup() local 95 coff = cpos - emi->ei_cpos; in ocfs2_extent_map_lookup() 96 *phys = emi->ei_phys + coff; in ocfs2_extent_map_lookup() 98 *len = emi->ei_clusters - coff; in ocfs2_extent_map_lookup() 535 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() local 538 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets() 541 *num_clusters = le16_to_cpu(rec->e_leaf_clusters) - coff; in ocfs2_relative_extent_offsets() 553 u32 coff; in ocfs2_xattr_get_clusters() local 594 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters() 597 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters() [all …]
|
D | file.c | 1638 u32 coff, range; in ocfs2_calc_trunc_pos() local 1667 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1669 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_calc_trunc_pos()
|
D | alloc.c | 7030 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7145 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate() 7147 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_commit_truncate()
|
/linux-4.4.14/drivers/mtd/maps/ |
D | pmcmsp-flash.c | 55 int offset, coff; in init_msp_flash() local 158 &coff) < 2) { in init_msp_flash() 168 msp_parts[i][j].name = env + coff; in init_msp_flash()
|
/linux-4.4.14/drivers/media/pci/ddbridge/ |
D | ddbridge-core.c | 355 input->coff = 0; in ddb_input_start() 392 output->coff = 0; in ddb_output_start() 432 (output->dma_buf_size - output->coff <= 188)) in ddb_output_free() 436 diff = off - output->coff; in ddb_output_free() 453 len = output->dma_buf_size - output->coff; in ddb_output_write() 461 if (off > output->coff) { in ddb_output_write() 463 len = off - output->coff; in ddb_output_write() 474 if (copy_from_user(output->vbuf[output->cbuf] + output->coff, in ddb_output_write() 479 output->coff += len; in ddb_output_write() 480 if (output->coff == output->dma_buf_size) { in ddb_output_write() [all …]
|
D | ddbridge.h | 89 u32 coff; member 117 u32 coff; member
|
/linux-4.4.14/include/linux/power/ |
D | max17042_battery.h | 156 u16 coff; /* 0x2F */ member
|
/linux-4.4.14/net/netfilter/ |
D | nf_nat_sip.c | 151 unsigned int coff, matchoff, matchlen; in nf_nat_sip() local 259 coff = 0; in nf_nat_sip() 261 while (ct_sip_parse_header_uri(ct, *dptr, &coff, *datalen, in nf_nat_sip()
|
D | nf_conntrack_sip.c | 1287 unsigned int matchoff, matchlen, coff = 0; in process_register_response() local 1314 ret = ct_sip_parse_header_uri(ct, *dptr, &coff, *datalen, in process_register_response()
|
/linux-4.4.14/scripts/ |
D | checkpatch.pl | 1057 my $coff = $off - 1; 1123 $coff = $off + length($1) - 1; 1137 if ($level == 0 && $coff < $soff) { 1138 $coff = $off; 1175 my $condition = substr($blk, $soff, $coff - $soff + 1);
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib8000.c | 2271 const u16 *coff; in dib8000_set_sb_channel() local 2306 coff = &coff_thres_1seg[0]; in dib8000_set_sb_channel() 2311 coff = &coff_thres_3seg[0]; in dib8000_set_sb_channel() 2322 dib8000_write_word(state, 181+i, coff[i]); in dib8000_set_sb_channel() 2323 dib8000_write_word(state, 184+i, coff[i]); in dib8000_set_sb_channel()
|
/linux-4.4.14/drivers/power/ |
D | max17042_battery.c | 646 max17042_override_por(map, MAX17042_COFF, config->coff); in max17042_override_por_values()
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 90 header-y += coff.h
|