/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/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/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/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/sys/ |
cdio.h | 145 u_char start_index; member in struct:ioc_play_track
|