Home
last modified time | relevance | path

Searched refs:pp_atomctrl_mc_reg_table (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppatomctrl.h247 struct pp_atomctrl_mc_reg_table { struct
253 typedef struct pp_atomctrl_mc_reg_table pp_atomctrl_mc_reg_table; argument
296 …ialize_mc_reg_table(struct pp_hwmgr *hwmgr, uint8_t module_index, pp_atomctrl_mc_reg_table *table);
H A Dppatomctrl.c51 pp_atomctrl_mc_reg_table *table) in atomctrl_retrieve_ac_timing()
104 pp_atomctrl_mc_reg_table *table) in atomctrl_set_mc_reg_address_table()
136 pp_atomctrl_mc_reg_table *table) in atomctrl_initialize_mc_reg_table()
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Diceland_smumgr.c2478 static int iceland_copy_vbios_smc_reg_table(const pp_atomctrl_mc_reg_table *table, in iceland_copy_vbios_smc_reg_table()
2604 pp_atomctrl_mc_reg_table *table; in iceland_initialize_mc_reg_table()
2608 table = kzalloc(sizeof(pp_atomctrl_mc_reg_table), GFP_KERNEL); in iceland_initialize_mc_reg_table()
2635 memset(table, 0x00, sizeof(pp_atomctrl_mc_reg_table)); in iceland_initialize_mc_reg_table()
H A Dci_smumgr.c2548 static int ci_copy_vbios_smc_reg_table(const pp_atomctrl_mc_reg_table *table, in ci_copy_vbios_smc_reg_table()
2674 pp_atomctrl_mc_reg_table *table; in ci_initialize_mc_reg_table()
2678 table = kzalloc(sizeof(pp_atomctrl_mc_reg_table), GFP_KERNEL); in ci_initialize_mc_reg_table()
2705 memset(table, 0x00, sizeof(pp_atomctrl_mc_reg_table)); in ci_initialize_mc_reg_table()
H A Dtonga_smumgr.c2931 static int tonga_copy_vbios_smc_reg_table(const pp_atomctrl_mc_reg_table *table, in tonga_copy_vbios_smc_reg_table()
3057 pp_atomctrl_mc_reg_table *table; in tonga_initialize_mc_reg_table()
3061 table = kzalloc(sizeof(pp_atomctrl_mc_reg_table), GFP_KERNEL); in tonga_initialize_mc_reg_table()
3108 memset(table, 0x00, sizeof(pp_atomctrl_mc_reg_table)); in tonga_initialize_mc_reg_table()