Searched refs:shared_rail (Results 1 – 3 of 3) sorted by relevance
352 extern int atomctrl_get_vddc_shared_railinfo(struct pp_hwmgr *hwmgr, uint8_t *shared_rail);
1437 int atomctrl_get_vddc_shared_railinfo(struct pp_hwmgr *hwmgr, uint8_t *shared_rail) in atomctrl_get_vddc_shared_railinfo() argument1446 *shared_rail = psmu_info->ucSharePowerSource; in atomctrl_get_vddc_shared_railinfo()
1030 uint8_t shared_rail; in polaris10_get_vddc_shared_railinfo() local1032 if (!atomctrl_get_vddc_shared_railinfo(hwmgr, &shared_rail)) in polaris10_get_vddc_shared_railinfo()1033 table->SharedRails = shared_rail; in polaris10_get_vddc_shared_railinfo()
Completed in 12 milliseconds