Searched refs:c_offset (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnv50_instmem.c62 uint32_t c_offset, c_size, c_ramfc, c_vmpd, c_base, pt_size; local
81 c_offset = nouveau_mem_fb_amount(dev) - dev_priv->ramin_rsvd_vram;
88 DRM_DEBUG(" Rsvd VRAM base: 0x%08x\n", c_offset);
94 NV_WRITE(NV50_PUNK_BAR0_PRAMIN, (c_offset >> 16));
115 if ((ret = nouveau_gpuobj_new_fake(dev, 0, c_offset, 128<<10, 0,
123 if ((ret = nouveau_gpuobj_new_fake(dev, c_ramfc, c_offset + c_ramfc,
131 if ((ret = nouveau_gpuobj_new_fake(dev, c_vmpd, c_offset + c_vmpd,
146 for (i = 0, v = c_offset; i < pt_size; i+=8, v+=0x1000) {
147 if (v < (c_offset + c_size))
/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwmpegts.c125 c_offset:12; member in struct:mpeg_pldt
127 uint32_t c_offset:12,
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/include_private/
H A Dn8_pk_common.h84 uint32_t c_offset; /* word 5 */ member in struct:__anon8057
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/commands/
H A Dn8_cb_dh.c327 math_wr_ptr->c_offset = slot[2];
448 math_wr_ptr->c_offset = slot[2];
H A Dn8_cb_rsa.c708 math_wr_ptr->c_offset = offset[5] + 1; /* cn */
839 math_wr_ptr->c_offset = offset[3];
1057 math_wr_ptr->c_offset = cp_offset;
1081 math_wr_ptr->c_offset = cq_offset;
1373 math_wr_ptr->c_offset = offset[3]+1;
H A Dn8_cb_dsa.c558 math_wr_ptr->c_offset = slot2;
609 math_wr_ptr->c_offset = slot2;
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_iso9660.c2143 uint64_t a_offset, b_offset, c_offset; local
2167 c_offset = heap->reqs[c].offset;
2168 if (c_offset < b_offset) {
2170 b_offset = c_offset;

Completed in 131 milliseconds