Searched refs:asic_setup (Results 1 – 8 of 8) sorted by relevance
43 if (NULL != hwmgr->hwmgr_func->asic_setup) in phm_setup_asic()44 return hwmgr->hwmgr_func->asic_setup(hwmgr); in phm_setup_asic()
1324 .asic_setup = NULL,1352 .asic_setup = smu10_setup_asic_task,
1988 .asic_setup = smu8_setup_asic_task,
2669 .asic_setup = vega12_setup_asic_task,
4162 .asic_setup = vega20_setup_asic_task,
5107 .asic_setup = &smu7_setup_asic_task,
5271 .asic_setup = vega10_setup_asic_task,
237 int (*asic_setup)(struct pp_hwmgr *hw_mgr); member