Searched refs:ps_size (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dpp_psm.c45 hwmgr->ps_size = size = hwmgr->hwmgr_func->get_power_state_size(hwmgr) +
136 state = (struct pp_power_state *)((unsigned long)state + hwmgr->ps_size);
157 state = (struct pp_power_state *)((unsigned long)state + hwmgr->ps_size);
174 memcpy(hwmgr->request_ps, state, hwmgr->ps_size);
177 state = (struct pp_power_state *)((unsigned long)state + hwmgr->ps_size);
229 *state = (struct pp_power_state *)((uintptr_t)*state + hwmgr->ps_size);
264 memcpy(hwmgr->current_ps, hwmgr->request_ps, hwmgr->ps_size);
H A Dvega10_hwmgr.c5443 ps = (struct pp_power_state *)((unsigned long)(hwmgr->ps) + hwmgr->ps_size * (hwmgr->num_ps - 1));
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h789 uint32_t ps_size; member in struct:pp_hwmgr
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/
H A Damd_powerplay.c622 ((unsigned long)hwmgr->ps + i * hwmgr->ps_size);

Completed in 252 milliseconds