HomeSort by: relevance | last modified time | path
    Searched refs:start_index (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_cm_common.c 327 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local in function:cm_helper_translate_curve_to_hw_format
382 start_index = (region_start + k + MAX_LOW_POINT) *
384 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS;
396 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS;
397 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
398 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
399 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
514 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; local in function:cm_helper_translate_curve_to_degamma_hw_format
548 start_index = (region_start + k + MAX_LOW_POINT)
    [all...]
  /src/sys/arch/arm/ti/
ti_div_clock.c 168 const int start_index = of_hasprop(sc->sc_phandle, "ti,index-starts-at-one") ? 1 : 0; local in function:ti_div_clock_get_rate
174 max_val = start_index + max_div;
187 div = __SHIFTOUT(val, mask) + (start_index ? 0 : 1);
  /src/sys/sys/
cdio.h 145 u_char start_index; member in struct:ioc_play_track
  /src/sys/dev/pci/
twa.c 1978 int32_t start_index; local in function:twaioctl
2123 start_index = sc->twa_aen_head;
2130 start_index = sc->twa_aen_tail; /* = 0 */
2135 event_index = (start_index + event_buf.sequence_id -
2136 (sc->twa_aen_queue[start_index])->sequence_id + 1)
2167 start_index = sc->twa_aen_head;
2174 start_index = sc->twa_aen_tail; /* = 0 */
2179 event_index = (start_index + event_buf.sequence_id -
2180 (sc->twa_aen_queue[start_index])->sequence_id - 1)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 448 uint32_t i, j, k, seg_distr[NUMBER_REGIONS], increment, start_index, hw_points; local in function:dce110_translate_regamma_to_hw_format
505 start_index = (region_start + k + MAX_LOW_POINT) *
507 for (i = start_index; i < start_index + NUMBER_SW_SEGMENTS;
519 start_index = (region_end + MAX_LOW_POINT) * NUMBER_SW_SEGMENTS;
520 rgb_resulted[hw_points - 1].red = output_tf->tf_pts.red[start_index];
521 rgb_resulted[hw_points - 1].green = output_tf->tf_pts.green[start_index];
522 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppatomctrl.h 313 extern int atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index,
amdgpu_ppatomctrl.c 1302 int atomctrl_read_efuse(struct pp_hwmgr *hwmgr, uint16_t start_index,
1309 efuse_param.sEfuse.usEfuseIndex = cpu_to_le16((start_index / 32) * 4);
1311 (start_index - ((start_index / 32) * 32));
1313 ((end_index - start_index) + 1);
  /src/sys/compat/linux/common/
linux_cdrom.c 177 t_track.start_index = l_ti.cdti_ind0;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 742 uint32_t i, start_index; local in function:build_pq
759 start_index = 32;
760 rgb += start_index;
761 coord_x += start_index;
763 for (i = start_index; i <= hw_points_num; i++) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv6xx_dpm.c 246 u32 start_index, u8 *end_index)
251 u32 step_index = start_index;
311 u32 start_index, u32 end_index)
315 for (step_index = start_index + 1; step_index < end_index; step_index++)
  /src/usr.bin/cdplay/
cdplay.c 1142 t.start_index = istart;
  /src/sys/dev/isa/
mcd.c 1667 a, p->start_index, z, p->end_index);
  /src/sys/dev/scsipi/
cd.c 1238 args->start_index, args->end_track, args->end_index));

Completed in 51 milliseconds