HomeSort by: relevance | last modified time | path
    Searched defs:res_start (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_iccsense.c 89 u8 res_start = 0; local in function:nvbios_iccsense_parse
101 res_start = 0x3;
106 res_start = 0x5;
127 rail->resistors[r].mohm = nvbios_rd08(bios, entry + res_start + r * 2);
128 rail->resistors[r].enabled = !(nvbios_rd08(bios, entry + res_start + r * 2 + 1) & 0x40);
130 rail->config = nvbios_rd16(bios, entry + res_start + rail->resistor_count * 2);
nouveau_nvkm_subdev_bios_iccsense.c 89 u8 res_start = 0; local in function:nvbios_iccsense_parse
101 res_start = 0x3;
106 res_start = 0x5;
127 rail->resistors[r].mohm = nvbios_rd08(bios, entry + res_start + r * 2);
128 rail->resistors[r].enabled = !(nvbios_rd08(bios, entry + res_start + r * 2 + 1) & 0x40);
130 rail->config = nvbios_rd16(bios, entry + res_start + rail->resistor_count * 2);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_page_dirty.c 335 unsigned long res_start = res->backup_offset; local in function:vmw_bo_dirty_transfer_to_res
338 WARN_ON_ONCE(res_start & ~PAGE_MASK);
339 res_start >>= PAGE_SHIFT;
342 if (res_start >= dirty->end || res_end <= dirty->start)
345 cur = max(res_start, dirty->start);
361 if (res_start <= dirty->start && res_end > dirty->start)
363 if (res_start < dirty->end && res_end >= dirty->end)
364 dirty->end = res_start;
377 unsigned long res_start = res->backup_offset; local in function:vmw_bo_dirty_clear_res
382 res_start >>= PAGE_SHIFT
    [all...]
vmwgfx_page_dirty.c 335 unsigned long res_start = res->backup_offset; local in function:vmw_bo_dirty_transfer_to_res
338 WARN_ON_ONCE(res_start & ~PAGE_MASK);
339 res_start >>= PAGE_SHIFT;
342 if (res_start >= dirty->end || res_end <= dirty->start)
345 cur = max(res_start, dirty->start);
361 if (res_start <= dirty->start && res_end > dirty->start)
363 if (res_start < dirty->end && res_end >= dirty->end)
364 dirty->end = res_start;
377 unsigned long res_start = res->backup_offset; local in function:vmw_bo_dirty_clear_res
382 res_start >>= PAGE_SHIFT
    [all...]
vmwgfx_resource.c 1119 unsigned long res_start = start << PAGE_SHIFT; local in function:vmw_resources_clean
1134 res_start) {
1174 if (last_cleaned > res_start) {
1177 *num_prefault = __KERNEL_DIV_ROUND_UP(last_cleaned - res_start,
vmwgfx_resource.c 1119 unsigned long res_start = start << PAGE_SHIFT; local in function:vmw_resources_clean
1134 res_start) {
1174 if (last_cleaned > res_start) {
1177 *num_prefault = __KERNEL_DIV_ROUND_UP(last_cleaned - res_start,

Completed in 24 milliseconds