/openbmc/linux/fs/ocfs2/ |
H A D | extent_map.c | 73 unsigned int coff; in ocfs2_extent_map_lookup() local 81 coff = cpos - emi->ei_cpos; in ocfs2_extent_map_lookup() 82 *phys = emi->ei_phys + coff; in ocfs2_extent_map_lookup() 84 *len = emi->ei_clusters - coff; in ocfs2_extent_map_lookup() 521 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() local 524 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets() 527 *num_clusters = le16_to_cpu(rec->e_leaf_clusters) - coff; in ocfs2_relative_extent_offsets() 539 u32 coff; in ocfs2_xattr_get_clusters() local 580 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters() 583 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters() [all …]
|
H A D | file.c | 1712 u32 coff, range; in ocfs2_calc_trunc_pos() local 1741 coff = trunc_start - le32_to_cpu(rec->e_cpos); in ocfs2_calc_trunc_pos() 1743 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_calc_trunc_pos()
|
H A D | alloc.c | 7209 u32 new_highest_cpos, range, trunc_cpos, trunc_len, phys_cpos, coff; in ocfs2_commit_truncate() local 7324 coff = new_highest_cpos - le32_to_cpu(rec->e_cpos); in ocfs2_commit_truncate() 7326 ocfs2_clusters_to_blocks(inode->i_sb, coff); in ocfs2_commit_truncate()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | .gitignore | 5 hack-coff 29 zImage.coff
|
H A D | wrapper | 283 coff) 285 lds=$object/zImage.coff.lds 543 coff) 545 $objbin/hack-coff "$ofile"
|
H A D | Makefile | 221 $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds : $(obj)/%: $(srctree)/$(src)/%.S 226 empty.c zImage.coff.lds zImage.ps3.lds zImage.lds 249 hostprogs := addnote hack-coff mktree 253 $(obj)/zImage.lds $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds 258 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \ 372 image-$(CONFIG_PPC_PMAC) += zImage.coff zImage.miboot 456 zImage zImage.initrd zImage.chrp zImage.coff zImage.holly \
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gv100.c | 187 const u32 coff = (state == &sor->arm) * 0x8000 + sor->id * 0x20; in gv100_sor_state() local 188 u32 ctrl = nvkm_rd32(device, 0x680300 + coff); in gv100_sor_state() 364 const u32 coff = chan->chid.ctrl * 0x04; in gv100_disp_dmac_fini() local 365 nvkm_mask(device, 0x6104e0 + coff, 0x00000010, 0x00000000); in gv100_disp_dmac_fini() 367 nvkm_mask(device, 0x6104e0 + coff, 0x00000002, 0x00000000); in gv100_disp_dmac_fini() 378 const u32 coff = chan->chid.ctrl * 0x04; in gv100_disp_dmac_init() local 385 nvkm_mask(device, 0x6104e0 + coff, 0x00000010, 0x00000010); in gv100_disp_dmac_init() 387 nvkm_wr32(device, 0x6104e0 + coff, 0x00000013); in gv100_disp_dmac_init()
|
H A D | g94.c | 271 const u32 coff = sor->id * 8 + (state == &sor->arm) * 4; in g94_sor_state() local 272 u32 ctrl = nvkm_rd32(device, 0x610794 + coff); in g94_sor_state()
|
H A D | nv50.c | 120 const u32 coff = pior->id * 8 + (state == &pior->arm) * 4; in nv50_pior_state() local 121 u32 ctrl = nvkm_rd32(device, 0x610b80 + coff); in nv50_pior_state() 201 const u32 coff = sor->id * 8 + (state == &sor->arm) * 4; in nv50_sor_state() local 202 u32 ctrl = nvkm_rd32(device, 0x610b70 + coff); in nv50_sor_state() 299 const u32 coff = dac->id * 8 + (state == &dac->arm) * 4; in nv50_dac_state() local 300 u32 ctrl = nvkm_rd32(device, 0x610b58 + coff); in nv50_dac_state()
|
H A D | gf119.c | 307 const u32 coff = (state == &sor->asy) * 0x20000 + sor->id * 0x20; in gf119_sor_state() local 308 u32 ctrl = nvkm_rd32(device, 0x640200 + coff); in gf119_sor_state() 362 const u32 coff = (state == &dac->asy) * 0x20000 + dac->id * 0x20; in gf119_dac_state() local 363 u32 ctrl = nvkm_rd32(device, 0x640180 + coff); in gf119_dac_state()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_nsp.c | 524 unsigned long coff; in nfp_nsp_command_buf_dma_sg() local 533 coff = 0; in nfp_nsp_command_buf_dma_sg() 535 coff = min_t(u64, arg->in_size - off, chunk_size); in nfp_nsp_command_buf_dma_sg() 536 memcpy(chunks[i].chunk, arg->in_buf + off, coff); in nfp_nsp_command_buf_dma_sg() 538 memset(chunks[i].chunk + coff, 0, chunk_size - coff); in nfp_nsp_command_buf_dma_sg()
|
/openbmc/linux/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 455 output->dma->coff = 0; in ddb_output_start() 515 input->dma->coff = 0; in ddb_input_start() 580 (output->dma->size - output->dma->coff <= (2 * 188))) in ddb_output_free() 584 diff = off - output->dma->coff; in ddb_output_free() 601 len = output->dma->size - output->dma->coff; in ddb_output_write() 609 if (off > output->dma->coff) { in ddb_output_write() 610 len = off - output->dma->coff; in ddb_output_write() 620 output->dma->coff, in ddb_output_write() 630 output->dma->coff += len; in ddb_output_write() 631 if (output->dma->coff == output->dma->size) { in ddb_output_write() [all …]
|
H A D | ddbridge.h | 151 u32 coff; member
|
/openbmc/linux/include/linux/power/ |
H A D | max17042_battery.h | 198 u16 coff; /* 0x2F */ member
|
/openbmc/qemu/hw/net/ |
H A D | sungem.c | 563 uint32_t fcs_size, ints, rxdma_cfg, rxmac_cfg, csum, coff; in sungem_receive() local 649 coff = (rxdma_cfg & RXDMA_CFG_CSUMOFF) >> 13; in sungem_receive() 650 csum = net_raw_checksum((uint8_t *)buf + coff, size - coff); in sungem_receive()
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_sip.c | 153 unsigned int coff, matchoff, matchlen; in nf_nat_sip() local 261 coff = 0; in nf_nat_sip() 263 while (ct_sip_parse_header_uri(ct, *dptr, &coff, *datalen, in nf_nat_sip()
|
H A D | nf_conntrack_sip.c | 1334 unsigned int matchoff, matchlen, coff = 0; in process_register_response() local 1361 ret = ct_sip_parse_header_uri(ct, *dptr, &coff, *datalen, in process_register_response()
|
/openbmc/qemu/scripts/ |
H A D | checkpatch.pl | 692 my $coff = $off - 1; 754 $coff = $off + length($1) - 1; 768 if ($level == 0 && $coff < $soff) { 769 $coff = $off; 799 my $condition = substr($blk, $soff, $coff - $soff + 1);
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 1311 my $coff = $off - 1; 1377 $coff = $off + length($1) - 1; 1391 if ($level == 0 && $coff < $soff) { 1392 $coff = $off; 1429 my $condition = substr($blk, $soff, $coff - $soff + 1);
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib8000.c | 2298 const u16 *coff; in dib8000_set_sb_channel() local 2333 coff = &coff_thres_1seg[0]; in dib8000_set_sb_channel() 2338 coff = &coff_thres_3seg[0]; in dib8000_set_sb_channel() 2349 dib8000_write_word(state, 181+i, coff[i]); in dib8000_set_sb_channel() 2350 dib8000_write_word(state, 184+i, coff[i]); in dib8000_set_sb_channel()
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 1678 my $coff = $off - 1; 1744 $coff = $off + length($1) - 1; 1758 if ($level == 0 && $coff < $soff) { 1759 $coff = $off; 1796 my $condition = substr($blk, $soff, $coff - $soff + 1);
|
/openbmc/linux/drivers/power/supply/ |
H A D | max17042_battery.c | 748 max17042_override_por(map, MAX17042_COFF, config->coff); in max17042_override_por_values()
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 3006 coff.h: 12413
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 3426 -rw-r--r-- root root 12549 ./usr/include/linux/coff.h
|
H A D | buildhistory_filelist1.txt | 3425 -rw-r--r-- root root 12549 ./usr/include/linux/coff.h
|