Searched refs:pd_offset (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/lib/libusb/
H A Dlibusb20_desc.c324 uint32_t pd_offset; /* decoded structure offset */ local
333 pd_offset = sizeof(void *);
357 LIBUSB20_ADD_BYTES(pd, pd_offset));
361 pd_offset += 1;
367 pd_offset = -((-pd_offset) & ~1); /* align */
376 LIBUSB20_ADD_BYTES(pd, pd_offset));
381 pd_offset += 2;
387 pd_offset = -((-pd_offset)
558 uint32_t pd_offset; /* decoded structure offset */ local
[all...]
/freebsd-10.1-release/sys/dev/drm2/i915/
H A Di915_gem_gtt.c111 ppgtt->pd_offset = (first_pd_entry_in_global_pt) * sizeof(uint32_t);
H A Di915_gem.c408 uint32_t pd_offset, pd_entry; local
427 pd_offset = ppgtt->pd_offset;
428 pd_offset /= 64; /* in cachelines, */
429 pd_offset <<= 16;
449 I915_WRITE(RING_PP_DIR_BASE(ring), pd_offset); local
H A Di915_drv.h172 uint32_t pd_offset; member in struct:i915_hw_ppgtt
H A Di915_debug.c1439 sbuf_printf(m, "pd gtt offset: 0x%08x\n", ppgtt->pd_offset);
/freebsd-10.1-release/sys/dev/mlx/
H A Dmlxreg.h450 u_int8_t pd_offset; member in struct:mlx_phys_drv

Completed in 78 milliseconds