Home
last modified time | relevance | path

Searched refs:cks_setting (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c1666 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in fiji_populate_clock_stretcher_data_table() local
1787 cks_setting = 0; in fiji_populate_clock_stretcher_data_table()
1797 cks_setting |= 0x2; in fiji_populate_clock_stretcher_data_table()
1800 cks_setting |= 0x1; in fiji_populate_clock_stretcher_data_table()
1803 ClockStretcherDataTableEntry[i].setting |= cks_setting << (j * 2); in fiji_populate_clock_stretcher_data_table()
H A Dtonga_smumgr.c1580 uint8_t type, i, j, cks_setting, stretch_amount, stretch_amount2, in tonga_populate_clock_stretcher_data_table() local
1716 cks_setting = 0; in tonga_populate_clock_stretcher_data_table()
1725 cks_setting |= 0x2; in tonga_populate_clock_stretcher_data_table()
1727 cks_setting |= 0x1; in tonga_populate_clock_stretcher_data_table()
1730 ClockStretcherDataTableEntry[i].setting |= cks_setting << (j * 2); in tonga_populate_clock_stretcher_data_table()