/src/usr.bin/scmdctl/ |
common.c | 264 int module_index; local in function:common_bridge_motor 275 module_index = a_module - 1; 276 reg_offset = module_index / 8; 277 module_index = module_index % 8; 278 reg_index = 1 << module_index; 281 fprintf(stderr,"common_bridge_motor: remote bridge: module_index: %d ; reg_offset: %d ; reg_index: %02X ; reg: %02X\n",module_index,reg_offset,reg_index,reg);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atombios.h | 194 u8 module_index,
|
amdgpu_atombios.c | 1575 u8 module_index, 1597 if (module_index < vram_info->v2_1.ucNumOfVRAMModule) { 1626 if (module_index == t_mem_id) {
|
amdgpu_si_dpm.c | 5997 u8 module_index = rv770_get_memory_module_index(adev); local in function:si_initialize_mc_reg_table 6019 ret = amdgpu_atombios_init_mc_reg_table(adev, module_index, table);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
ppatomctrl.h | 298 extern int atomctrl_initialize_mc_reg_table(struct pp_hwmgr *hwmgr, uint8_t module_index, pp_atomctrl_mc_reg_table *table);
|
amdgpu_ppatomctrl.c | 139 uint8_t module_index, 152 if (module_index >= vram_info->ucNumOfVRAMModule) { 167 result = atomctrl_retrieve_ac_timing(module_index,
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_atombios.c | 3819 u8 module_index, struct atom_memory_info *mem_info) 3837 if (module_index < vram_info->v1_3.ucNumOfVRAMModule) { 3841 for (i = 0; i < module_index; i++) { 3854 if (module_index < vram_info->v1_4.ucNumOfVRAMModule) { 3858 for (i = 0; i < module_index; i++) { 3878 if (module_index < vram_info->v2_1.ucNumOfVRAMModule) { 3882 for (i = 0; i < module_index; i++) { 3908 bool gddr5, u8 module_index, 3932 if (module_index < vram_info->v1_4.ucNumOfVRAMModule) { 3937 for (i = 0; i < module_index; i++) [all...] |
radeon_cypress_dpm.c | 1079 u8 module_index = rv770_get_memory_module_index(rdev); local in function:cypress_initialize_mc_reg_table 1085 module_index, &range_table); 1580 u8 module_index; local in function:cypress_get_mvdd_configuration 1599 module_index = rv770_get_memory_module_index(rdev); 1601 if (radeon_atom_get_memory_info(rdev, module_index, &memory_info)) {
|
radeon.h | 358 u8 module_index, 361 u8 module_index, struct atom_memory_info *mem_info); 363 bool gddr5, u8 module_index,
|
radeon_btc_dpm.c | 2028 u8 module_index = rv770_get_memory_module_index(rdev); local in function:btc_initialize_mc_reg_table 2047 ret = radeon_atom_init_mc_reg_table(rdev, module_index, table);
|
radeon_ni_dpm.c | 2881 u8 module_index = rv770_get_memory_module_index(rdev); local in function:ni_initialize_mc_reg_table 2901 ret = radeon_atom_init_mc_reg_table(rdev, module_index, table);
|
radeon_ci_dpm.c | 4635 u8 module_index = rv770_get_memory_module_index(rdev); local in function:ci_initialize_mc_reg_table 4663 ret = radeon_atom_init_mc_reg_table(rdev, module_index, table);
|
radeon_si_dpm.c | 5541 u8 module_index = rv770_get_memory_module_index(rdev); local in function:si_initialize_mc_reg_table 5563 ret = radeon_atom_init_mc_reg_table(rdev, module_index, table);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/ |
amdgpu_iceland_smumgr.c | 2613 uint8_t module_index = iceland_get_memory_modile_index(hwmgr); local in function:iceland_initialize_mc_reg_table 2642 result = atomctrl_initialize_mc_reg_table(hwmgr, module_index, table);
|
amdgpu_ci_smumgr.c | 2684 uint8_t module_index = ci_get_memory_modile_index(hwmgr); local in function:ci_initialize_mc_reg_table 2713 result = atomctrl_initialize_mc_reg_table(hwmgr, module_index, table);
|
amdgpu_tonga_smumgr.c | 3076 uint8_t module_index = tonga_get_memory_modile_index(hwmgr); local in function:tonga_initialize_mc_reg_table 3125 result = atomctrl_initialize_mc_reg_table(hwmgr, module_index, table);
|