Home
last modified time | relevance | path

Searched refs:coff (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Ddmacgv100.c54 const u32 coff = chan->chid.ctrl * 0x04; in gv100_disp_dmac_fini() local
55 nvkm_mask(device, 0x6104e0 + coff, 0x00000010, 0x00000000); in gv100_disp_dmac_fini()
57 nvkm_mask(device, 0x6104e0 + coff, 0x00000002, 0x00000000); in gv100_disp_dmac_fini()
68 const u32 coff = chan->chid.ctrl * 0x04; in gv100_disp_dmac_init() local
75 nvkm_mask(device, 0x6104e0 + coff, 0x00000010, 0x00000010); in gv100_disp_dmac_init()
77 nvkm_wr32(device, 0x6104e0 + coff, 0x00000013); in gv100_disp_dmac_init()
H A Ddacgf119.c36 const u32 coff = (state == &dac->asy) * 0x20000 + dac->id * 0x20; in gf119_dac_state() local
37 u32 ctrl = nvkm_rd32(device, 0x640180 + coff); in gf119_dac_state()
H A Dsornv50.c70 const u32 coff = sor->id * 8 + (state == &sor->arm) * 4; in nv50_sor_state() local
71 u32 ctrl = nvkm_rd32(device, 0x610b70 + coff); in nv50_sor_state()
H A Ddacnv50.c87 const u32 coff = dac->id * 8 + (state == &dac->arm) * 4; in nv50_dac_state() local
88 u32 ctrl = nvkm_rd32(device, 0x610b58 + coff); in nv50_dac_state()
H A Dpiornv50.c101 const u32 coff = pior->id * 8 + (state == &pior->arm) * 4; in nv50_pior_state() local
102 u32 ctrl = nvkm_rd32(device, 0x610b80 + coff); in nv50_pior_state()
H A Dsorgv100.c61 const u32 coff = (state == &sor->arm) * 0x8000 + sor->id * 0x20; in gv100_sor_state() local
62 u32 ctrl = nvkm_rd32(device, 0x680300 + coff); in gv100_sor_state()
H A Dsorgf119.c139 const u32 coff = (state == &sor->asy) * 0x20000 + sor->id * 0x20; in gf119_sor_state() local
140 u32 ctrl = nvkm_rd32(device, 0x640200 + coff); in gf119_sor_state()
H A Dsorg94.c240 const u32 coff = sor->id * 8 + (state == &sor->arm) * 4; in g94_sor_state() local
241 u32 ctrl = nvkm_rd32(device, 0x610794 + coff); in g94_sor_state()
/OK3568_Linux_fs/kernel/drivers/pinctrl/zte/
H A Dpinctrl-zx.h51 #define TOP_PIN(pin, off, bp, wd, coff, cbp, ...) { \ argument
59 .coffset = coff, \
66 #define AON_PIN(pin, off, bp, wd, coff, cbp, ...) { \ argument
74 .coffset = coff, \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgpfifogk104.c189 u32 coff = chan->base.chid * 8; in gk104_fifo_gpfifo_fini() local
193 nvkm_mask(device, 0x800004 + coff, 0x00000800, 0x00000800); in gk104_fifo_gpfifo_fini()
198 nvkm_wr32(device, 0x800000 + coff, 0x00000000); in gk104_fifo_gpfifo_fini()
208 u32 coff = chan->base.chid * 8; in gk104_fifo_gpfifo_init() local
210 nvkm_mask(device, 0x800004 + coff, 0x000f0000, chan->runl << 16); in gk104_fifo_gpfifo_init()
211 nvkm_wr32(device, 0x800000 + coff, 0x80000000 | addr); in gk104_fifo_gpfifo_init()
215 nvkm_mask(device, 0x800004 + coff, 0x00000400, 0x00000400); in gk104_fifo_gpfifo_init()
217 nvkm_mask(device, 0x800004 + coff, 0x00000400, 0x00000400); in gk104_fifo_gpfifo_init()
H A Dgpfifogf100.c164 u32 coff = chan->base.chid * 8; in gf100_fifo_gpfifo_fini() local
168 nvkm_mask(device, 0x003004 + coff, 0x00000001, 0x00000000); in gf100_fifo_gpfifo_fini()
174 nvkm_wr32(device, 0x003000 + coff, 0x00000000); in gf100_fifo_gpfifo_fini()
184 u32 coff = chan->base.chid * 8; in gf100_fifo_gpfifo_init() local
186 nvkm_wr32(device, 0x003000 + coff, 0xc0000000 | addr); in gf100_fifo_gpfifo_init()
190 nvkm_wr32(device, 0x003004 + coff, 0x001f0001); in gf100_fifo_gpfifo_init()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfig.sub1591 os=-coff
1600 os=-coff
1603 os=-coff
1606 os=-coff
1640 os=-coff
1736 os=-coff
1739 os=-coff
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dextent_map.c75 unsigned int coff; in ocfs2_extent_map_lookup() local
83 coff = cpos - emi->ei_cpos; in ocfs2_extent_map_lookup()
84 *phys = emi->ei_phys + coff; in ocfs2_extent_map_lookup()
86 *len = emi->ei_clusters - coff; in ocfs2_extent_map_lookup()
523 u32 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_relative_extent_offsets() local
526 *p_cluster = *p_cluster + coff; in ocfs2_relative_extent_offsets()
529 *num_clusters = le16_to_cpu(rec->e_leaf_clusters) - coff; in ocfs2_relative_extent_offsets()
541 u32 coff; in ocfs2_xattr_get_clusters() local
582 coff = v_cluster - le32_to_cpu(rec->e_cpos); in ocfs2_xattr_get_clusters()
585 *p_cluster = *p_cluster + coff; in ocfs2_xattr_get_clusters()
[all …]
/OK3568_Linux_fs/external/xserver/
H A Dconfig.sub1375 | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
1572 os=coff
1584 os=coff
1587 os=coff
1590 os=coff
1624 os=coff
1714 os=coff
1717 os=coff
/OK3568_Linux_fs/buildroot/support/gnuconfig/
H A Dconfig.sub1515 os=coff
1527 os=coff
1530 os=coff
1533 os=coff
1567 os=coff
1657 os=coff
1660 os=coff
1704 | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dpmcmsp-flash.c55 int offset, coff; in init_msp_flash() local
156 &coff) < 2) { in init_msp_flash()
166 msp_parts[i][j].name = env + coff; in init_msp_flash()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A D.gitignore5 hack-coff
28 zImage.coff
H A DMakefile196 $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds : $(obj)/%: $(srctree)/$(src)/%.S
201 empty.c zImage.coff.lds zImage.ps3.lds zImage.lds
224 hostprogs := addnote hack-coff mktree
228 $(obj)/zImage.lds $(obj)/zImage.coff.lds $(obj)/zImage.ps3.lds
233 wrapperbits := $(extra-y) $(addprefix $(obj)/,addnote hack-coff mktree) \
357 image-$(CONFIG_PPC_PMAC) += zImage.coff zImage.miboot
H A Dwrapper262 coff)
264 lds=$object/zImage.coff.lds
515 coff)
517 $objbin/hack-coff "$ofile"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp.c523 unsigned long coff; in nfp_nsp_command_buf_dma_sg() local
532 coff = 0; in nfp_nsp_command_buf_dma_sg()
534 coff = min_t(u64, arg->in_size - off, chunk_size); in nfp_nsp_command_buf_dma_sg()
535 memcpy(chunks[i].chunk, arg->in_buf + off, coff); in nfp_nsp_command_buf_dma_sg()
537 memset(chunks[i].chunk + coff, 0, chunk_size - coff); in nfp_nsp_command_buf_dma_sg()
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-core.c464 output->dma->coff = 0; in ddb_output_start()
524 input->dma->coff = 0; in ddb_input_start()
589 (output->dma->size - output->dma->coff <= (2 * 188))) in ddb_output_free()
593 diff = off - output->dma->coff; in ddb_output_free()
610 len = output->dma->size - output->dma->coff; in ddb_output_write()
618 if (off > output->dma->coff) { in ddb_output_write()
619 len = off - output->dma->coff; in ddb_output_write()
629 output->dma->coff, in ddb_output_write()
639 output->dma->coff += len; in ddb_output_write()
640 if (output->dma->coff == output->dma->size) { in ddb_output_write()
[all …]
H A Dddbridge.h160 u32 coff; member
/OK3568_Linux_fs/kernel/include/linux/power/
H A Dmax17042_battery.h196 u16 coff; /* 0x2F */ member
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_nat_sip.c153 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()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A DMakefile.am142 …$(AM_V_GEN)$(WINDRES) --use-temp-file -i $< --input-format=rc -o $@ -O coff -I $(top_builddir)/inc…

123