Home
last modified time | relevance | path

Searched refs:stretch_amount (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_fiji_smumgr.c1674 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in fiji_populate_clock_stretcher_data_table() local
1681 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in fiji_populate_clock_stretcher_data_table()
1705 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in fiji_populate_clock_stretcher_data_table()
1733 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in fiji_populate_clock_stretcher_data_table()
1735 else if (stretch_amount == 3 || stretch_amount == 4) in fiji_populate_clock_stretcher_data_table()
1766 [stretch_amount]) << 3; in fiji_populate_clock_stretcher_data_table()
H A Damdgpu_vegam_smumgr.c1494 uint8_t i, stretch_amount, volt_offset = 0; in vegam_populate_clock_stretcher_data_table() local
1501 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in vegam_populate_clock_stretcher_data_table()
1533 if (!(stretch_amount == 1 || stretch_amount == 2 || in vegam_populate_clock_stretcher_data_table()
1534 stretch_amount == 5 || stretch_amount == 3 || in vegam_populate_clock_stretcher_data_table()
1535 stretch_amount == 4)) { in vegam_populate_clock_stretcher_data_table()
H A Damdgpu_tonga_smumgr.c1585 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in tonga_populate_clock_stretcher_data_table() local
1594 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in tonga_populate_clock_stretcher_data_table()
1621 smu_data->smc_state_table.ClockStretcherAmount = stretch_amount; in tonga_populate_clock_stretcher_data_table()
1659 if (stretch_amount == 1 || stretch_amount == 2 || stretch_amount == 5) in tonga_populate_clock_stretcher_data_table()
1661 else if (stretch_amount == 3 || stretch_amount == 4) in tonga_populate_clock_stretcher_data_table()
1692 [stretch_amount]) << 3; in tonga_populate_clock_stretcher_data_table()
H A Damdgpu_polaris10_smumgr.c1521 uint8_t i, stretch_amount, volt_offset = 0; in polaris10_populate_clock_stretcher_data_table() local
1527 stretch_amount = (uint8_t)table_info->cac_dtp_table->usClockStretchAmount; in polaris10_populate_clock_stretcher_data_table()
1585 if (stretch_amount == 0 || stretch_amount > 5) { in polaris10_populate_clock_stretcher_data_table()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c9910 int stretch_amount = 0; in future_alignment_required() local
10003 stretch_amount = local_stretch_amount; in future_alignment_required()
10005 stretch_amount = global_stretch_amount; in future_alignment_required()
10009 gas_assert (stretch_amount <= 1); in future_alignment_required()
10013 gas_assert (stretch_amount == 3 || stretch_amount == 0); in future_alignment_required()
10015 gas_assert (stretch_amount <= 3); in future_alignment_required()
10018 return stretch_amount; in future_alignment_required()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c9924 int stretch_amount = 0; in future_alignment_required() local
10017 stretch_amount = local_stretch_amount; in future_alignment_required()
10019 stretch_amount = global_stretch_amount; in future_alignment_required()
10023 gas_assert (stretch_amount <= 1); in future_alignment_required()
10027 gas_assert (stretch_amount == 3 || stretch_amount == 0); in future_alignment_required()
10029 gas_assert (stretch_amount <= 3); in future_alignment_required()
10032 return stretch_amount; in future_alignment_required()