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

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
keystone-clocks.dtsi 196 clock-output-names = "debugss-trc";
206 clock-output-names = "tetb-trc";
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h 217 struct bw_fixed trc; member in struct:bw_calcs_vbios
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c 1065 /*the page close-open time is determined by trc and the number of page close-opens*/
1120 data->dmif_total_page_close_open_time = bw_div(bw_mul((bw_add(bw_add(data->dmif_total_number_of_data_request_page_close_open, data->scatter_gather_total_pte_request_groups), data->cursor_total_request_groups)), vbios->trc), bw_int_to_fixed(1000));
1121 data->mcifwr_total_page_close_open_time = bw_div(bw_mul(data->mcifwr_total_number_of_data_request_page_close_open, vbios->trc), bw_int_to_fixed(1000));
2069 vbios.trc = bw_int_to_fixed(50);
2185 vbios.trc = bw_int_to_fixed(48);
2298 vbios.trc = bw_int_to_fixed(48);
2414 vbios.trc = bw_int_to_fixed(48);
2530 vbios.trc = bw_int_to_fixed(50);
2643 vbios.trc = bw_int_to_fixed(48);
calcs_logger.h 161 DC_LOG_BANDWIDTH_CALCS(" [bw_fixed] trc: %d", bw_fixed_to_int(vbios->trc));

Completed in 53 milliseconds