Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/radeon/ | |
radeon_rs600.c | 76 u32 pos1, pos2; local in function:avivo_is_counter_moving 78 pos1 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); 81 if (pos1 != pos2) |
radeon_evergreen.c | 1366 u32 pos1, pos2; local in function:dce4_is_counter_moving 1368 pos1 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); 1371 if (pos1 != pos2) |
/src/sys/fs/udf/ | |
udf_allocation.c | 367 uint32_t *pos1, *pos2; local in function:udf_calc_freespace 393 pos1 = &lvid->tables[0] + vpart; 395 if (udf_rw32(*pos1) != (uint32_t) -1) { 396 *freeblks += udf_rw32(*pos1); 417 uint32_t *pos1; local in function:udf_calc_vpart_freespace 439 pos1 = &lvid->tables[0] + vpart_num; 440 if (udf_rw32(*pos1) != (uint32_t) -1) 441 *freeblks += udf_rw32(*pos1); |