Searched refs:soft_pp_table (Results 1 – 6 of 6) sorted by relevance
49 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table()56 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()
826 const void *table_addr = hwmgr->soft_pp_table; in get_powerplay_table()833 hwmgr->soft_pp_table = &soft_dummy_pp_table[0]; in get_powerplay_table()839 hwmgr->soft_pp_table = table_addr; in get_powerplay_table()
52 const void *table_address = hwmgr->soft_pp_table; in get_powerplay_table()59 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()
140 void *table_address = (void *)hwmgr->soft_pp_table; in get_powerplay_table()146 hwmgr->soft_pp_table = table_address; /*Cache the result in RAM.*/ in get_powerplay_table()
632 if (!hwmgr || !hwmgr->pm_en || !hwmgr->soft_pp_table) in pp_dpm_get_pp_table()635 *table = (char *)hwmgr->soft_pp_table; in pp_dpm_get_pp_table()664 hwmgr->hardcode_pp_table = kmemdup(hwmgr->soft_pp_table, in pp_dpm_set_pp_table()673 hwmgr->soft_pp_table = hwmgr->hardcode_pp_table; in pp_dpm_set_pp_table()
756 const void *soft_pp_table; member