Searched refs:efuse2 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
D | fiji_smumgr.c | 1662 uint32_t ro, efuse, efuse2, clock_freq, volt_without_cks, in fiji_populate_clock_stretcher_data_table() local 1680 efuse2 = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC, in fiji_populate_clock_stretcher_data_table() 1684 efuse2 &= 0xF; in fiji_populate_clock_stretcher_data_table() 1686 if (efuse2 == 1) in fiji_populate_clock_stretcher_data_table()
|
D | tonga_smumgr.c | 1575 uint32_t ro, efuse, efuse2, clock_freq, volt_without_cks, in tonga_populate_clock_stretcher_data_table() local 1599 efuse2 = cgs_read_ind_register(hwmgr->device, CGS_IND_REG__SMC, in tonga_populate_clock_stretcher_data_table() 1603 efuse2 &= 0xF; in tonga_populate_clock_stretcher_data_table() 1605 if (efuse2 == 1) in tonga_populate_clock_stretcher_data_table()
|